-
-
Notifications
You must be signed in to change notification settings - Fork 253
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 #198
[16.0][MIG] hotel #198
Conversation
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
Currently translated at 100.0% (520 of 520 strings) Translation: vertical-hotel-15.0/vertical-hotel-15.0-hotel Translate-URL: https://translation.odoo-community.org/projects/vertical-hotel-15-0/vertical-hotel-15-0-hotel/it/
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
hotel/__manifest__.py
Outdated
@@ -8,7 +8,7 @@ | |||
Services Pvt. Ltd., OpenERP SA", | |||
"category": "Hotel Management", | |||
"website": "https://github.com/OCA/vertical-hotel", | |||
"depends": ["sale_stock", "account"], | |||
"depends": ["sale_stock", "account", "uom"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pavan-serpentcs Any good reason to add "uom" in dependency?
The stock modules already have dependency products, and the products have the uom module as a dependency.
hotel/models/account_move.py
Outdated
|
||
_inherit = "account.move" | ||
|
||
@api.model |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@api.model | |
@api.model_create_multi |
efd6968
to
213f76b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review LGTM
This PR has the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.