-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[17.0][MIG] sale_order_line_menu: Migration to 17.0 #3049
[17.0][MIG] sale_order_line_menu: Migration to 17.0 #3049
Conversation
… (Belgium)) Translated using Weblate (French (France)) Currently translated at 100.0% (1 of 1 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_menu Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_menu/fr_FR/ Added translation using Weblate (Spanish) Translated using Weblate (Spanish) Currently translated at 100.0% (1 of 1 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_menu Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_menu/es/ Added translation using Weblate (French (Belgium)) Added translation using Weblate (French) Translated using Weblate (French) Currently translated at 100.0% (1 of 1 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_line_menu Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_line_menu/fr/
… sale order lines menu
…if you do not have any Sales permission
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_menu Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_menu/
Currently translated at 100.0% (19 of 19 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_line_menu Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_line_menu/es/
bd59b43
to
f7c111c
Compare
account_analytic_id = fields.Many2one( | ||
related="order_id.analytic_account_id", | ||
readonly=True, | ||
store=True, | ||
index=True, | ||
) |
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.
I think we should fix the typo and rename field the same as in sale.order:
account_analytic_id -> analytic_account_id
of cause this needs also to be updated in the views.
67f85c1
to
202a89d
Compare
202a89d
to
ba56eb7
Compare
Please split commits according guideslines |
/ocabot migration sale_order_line_menu |
This PR has the |
/ocabot merge |
Hi @EmilioPascual. Your command failed:
Ocabot commands
More information
|
@EmilioPascual could you retry with "nobump" at the end? |
/ocabot merge nobump |
Sorry @EmilioPascual you are not allowed to merge. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to 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.
/ocabot merge nobump
On my way to merge this fine PR! |
Congratulations, your PR was merged at 21e834e. Thanks a lot for contributing to OCA. ❤️ |
No description provided.