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] sale_order_line_input: Migration to version 16.0 #2687

Merged
merged 17 commits into from
Jan 18, 2024

Conversation

carolinafernandez-tecnativa
Copy link
Contributor

@carolinafernandez-tecnativa carolinafernandez-tecnativa commented Sep 13, 2023

  • Standard migration to v16

@Tecnativa

TT44354

@pedrobaeza @carlosdauden

Copy link
Contributor

@carlosdauden carlosdauden left a 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

@carolinafernandez-tecnativa carolinafernandez-tecnativa force-pushed the 16.0-mig-sale_order_line_input branch 2 times, most recently from 96ce1b2 to ef7626e Compare September 14, 2023 09:29
@carolinafernandez-tecnativa
Copy link
Contributor Author

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

@carlosdauden fixed it! coudl you please check it now? Thanks!

@rousseldenis
Copy link
Contributor

/ocabot migration sale_order_line_input

@carolinafernandez-tecnativa carolinafernandez-tecnativa force-pushed the 16.0-mig-sale_order_line_input branch 2 times, most recently from d14fabf to 017334e Compare September 20, 2023 12:19
@carolinafernandez-tecnativa
Copy link
Contributor Author

ping @carlosdauden

@carolinafernandez-tecnativa carolinafernandez-tecnativa force-pushed the 16.0-mig-sale_order_line_input branch 2 times, most recently from df14d80 to de69e50 Compare October 6, 2023 09:14
Copy link
Contributor

@carlosdauden carlosdauden left a 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")

@carolinafernandez-tecnativa
Copy link
Contributor Author

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")

Sorry I did not understand, could you please check it now?

@carolinafernandez-tecnativa
Copy link
Contributor Author

ping @carlosdauden

@pedrobaeza
Copy link
Member

@carolinafernandez-tecnativa please correctly put the changes on the corresponding commits.

@pedrobaeza
Copy link
Member

ping @carolinafernandez-tecnativa

Copy link

@bhaveshselarka bhaveshselarka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

carlosdauden and others added 3 commits January 18, 2024 08:18
[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/
marylla and others added 14 commits January 18, 2024 08:18
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
[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
@pedrobaeza pedrobaeza force-pushed the 16.0-mig-sale_order_line_input branch from d6e086d to 5a97376 Compare January 18, 2024 07:21
@pedrobaeza
Copy link
Member

/ocabot merge nobump

@OCA-git-bot
Copy link
Contributor

What a great day to merge this nice PR. Let's do it!
Prepared branch 16.0-ocabot-merge-pr-2687-by-pedrobaeza-bump-nobump, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit 741a641 into OCA:16.0 Jan 18, 2024
9 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at 3bd6ff5. Thanks a lot for contributing to OCA. ❤️

@pedrobaeza pedrobaeza deleted the 16.0-mig-sale_order_line_input branch January 18, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.