-
-
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
[16.0][MIG] sale_order_line_input: Migration to version 16.0 #2687
[16.0][MIG] sale_order_line_input: Migration to version 16.0 #2687
Conversation
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.
Check that all the fields that are available in the "normal" view are present and check their attributes for similar behaviour.
https://github.com/odoo/odoo/blob/c77a8b4a35fb6ae62bb1824695563857b9e9116f/addons/sale/views/sale_views.xml#L458-L580
96ce1b2
to
ef7626e
Compare
@carlosdauden fixed it! coudl you please check it now? Thanks! |
ef7626e
to
213384b
Compare
/ocabot migration sale_order_line_input |
d14fabf
to
017334e
Compare
ping @carlosdauden |
df14d80
to
de69e50
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.
Why has the force_company_id field functionality been removed?
#2687 (comment)
The only thing that needed to be removed was the line that took the force_company from the context:
or self.env.context.get("force_company")
de69e50
to
d6e086d
Compare
Sorry I did not understand, could you please check it now? |
ping @carlosdauden |
@carolinafernandez-tecnativa please correctly put the changes on the corresponding commits. |
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
[UPD] README.rst [UPD] Update sale_order_line_input.pot
[UPD] Update sale_order_line_input.pot [UPD] README.rst Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_input Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_input/
[UPD] README.rst
Currently translated at 100.0% (17 of 17 strings) Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_input Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_input/zh_CN/ Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-12.0/sale-workflow-12.0-sale_order_line_input Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-12-0/sale-workflow-12-0-sale_order_line_input/
[UPD] Update sale_order_line_input.pot [UPD] README.rst
to solve a pypi upload issue
Since v13 the customer field on res.partner model has been disappeared, so when we try to add a value on the field order_partner_id we get an error. sale_order_line_input 13.0.1.1.0
…any domains don't work. Taxes empty
[MIG] sale_order_line_input: Migration to 14.0
[UPD] Update sale_order_line_input.pot [UPD] README.rst [IMP] update dotfiles [ci skip] [UPD] README.rst [UPD] README.rst
…d to show order from order line
d6e086d
to
5a97376
Compare
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 3bd6ff5. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa
TT44354
@pedrobaeza @carlosdauden