Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

16.0-MIG-hotel_reservation #201

Open
wants to merge 14 commits into
base: 16.0
Choose a base branch
from
Prev Previous commit
Next Next commit
[IMP]Fixed Travis.
  • Loading branch information
dhruvitaSerpentCS authored and nikul-serpentcs committed Sep 30, 2024
commit 1b2f185df3a4dc25d9ab669d46f49255f9f73bd6
2 changes: 1 addition & 1 deletion hotel_reservation/__manifest__.py
Original file line number Diff line number Diff line change
@@ -26,6 +26,6 @@
"wizards/hotel_reservation_wizard.xml",
],
"qweb": ["static/src/xml/hotel_room_summary.xml"],
"external_dependencies": {"python": ["dateutil"]},
"external_dependencies": {"python": ["dateutil", "pytz"]},
"installable": True,
}