-
-
Notifications
You must be signed in to change notification settings - Fork 118
[19.0][MIG] product_harmonized_system_delivery: Migration to 19.0 #326
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
[19.0][MIG] product_harmonized_system_delivery: Migration to 19.0 #326
Conversation
d074812 to
1168949
Compare
1168949 to
9f1d7bc
Compare
…e field) Finalize port to v11
This commit is the "followup" of the change to company_dependent=False on the fields hs_code_id on product.template and product.category. Add groupby on hs_code_id on product.template search view hs.code is now company_id=False by default
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: intrastat-extrastat-15.0/intrastat-extrastat-15.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-15-0/intrastat-extrastat-15-0-product_harmonized_system_delivery/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system_delivery/hr/
Currently translated at 100.0% (3 of 3 strings) Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system_delivery/es/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system_delivery/fr/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system_delivery/es/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-16.0/intrastat-extrastat-16.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system_delivery/it/
[FIX] change no-stored field [ADD] add contributor
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: intrastat-extrastat-18.0/intrastat-extrastat-18.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-18-0/intrastat-extrastat-18-0-product_harmonized_system_delivery/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-18.0/intrastat-extrastat-18.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-18-0/intrastat-extrastat-18-0-product_harmonized_system_delivery/it/
Currently translated at 100.0% (5 of 5 strings) Translation: intrastat-extrastat-18.0/intrastat-extrastat-18.0-product_harmonized_system_delivery Translate-URL: https://translation.odoo-community.org/projects/intrastat-extrastat-18-0/intrastat-extrastat-18-0-product_harmonized_system_delivery/it/
9f1d7bc to
7f99fb1
Compare
5e0c699 to
408d071
Compare
twalter-c2c
left a comment
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.
Looks good, thank you for extending the test coverage. Only one small remark - please use the [IMP] tag instead of the [ADD] one for the commit containing additional tests (you can check the relevant guidelines here.
408d071 to
6e27c95
Compare
|
@twalter-c2c Changes in commit msg is done. |
simahawk
left a comment
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.
LG
| <field name="arch" type="xml"> | ||
| <field name="hs_code" position="attributes"> |
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.
While checking in the UI, I noticed that there is an orphaned "Traceability" group in the product view. This has been made shown in v19. I suppose that we may want to hide it.
| <field name="arch" type="xml"> | |
| <field name="hs_code" position="attributes"> | |
| <field name="arch" type="xml"> | |
| <xpath expr="//group[@name='traceability']" position="attributes"> | |
| <attribute name="invisible">1</attribute> | |
| </xpath> | |
| <field name="hs_code" position="attributes"> |
|
This PR has the |
6e27c95 to
b25053f
Compare
|
Thank you for applying the suggestion so quickly. It is all good now, in my opinion, well done! @simahawk I guess we are good to merge this one as well. It would be great if you could do the magic 🙏🏻 |
|
/ocabot merge nobump |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at e2dddbf. Thanks a lot for contributing to OCA. ❤️ |
Dependency PR for module
product_harmonized_system: #317