-
-
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_secondary_unit: Migration to 16.0 #2635
Conversation
…dary product unit
…his module instead of product_secondary_unit
Added domain to limit `secondary_uom_id` to the one defined in product template
…prove inheritance). TT36255
As the test should only test that no change on the UoM quantity is done when modifying the secondary unit, we remember the existing quantity and compare it later with the final value, instead of testing against a fixed value, so any interaction with other modules don't interfere.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-15.0/sale-workflow-15.0-sale_order_secondary_unit Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_secondary_unit/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-15.0/sale-workflow-15.0-sale_order_secondary_unit Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-15-0/sale-workflow-15-0-sale_order_secondary_unit/
/ocabot migration sale_order_secondary_unit |
/ocabot migration sale_order_secondary_unit |
CI errors are not related to this module
Ready to review! |
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.
Functional Review.
LGTM, thank you @anddago78
https://www.loom.com/share/d5f6917a8a624fb99b31e2a047b71464?sid=16e2b4eb-8935-4619-82e0-7a3b21a5eae7
Hello @sergio-teruel ! Do you want to take a look! 😄 🙏🏼 ❤️ Thank you! |
I am seeing that this commit from v15 is missing Please review your work... all changes are in v15, so I think that your origin is not at date... |
In these commit the test of module sale_order_qty_change_no_recompute was fixed... but in your migration I do not see these fix |
Hello @anddago78 ! Thank you for this migration ❤️ Please:
Odoo16.-.sale_order_product_secondary_unit.-.rafaelbn.functional.test.mp4
Odoo.15.-.sale_order_product_secondary_unit.-.rafaelbn.functional.test.mp4Thank you! Let's rock! ⭐ 🚀 |
Superseed by #2645 |
This module extends the functionality of sale orders to allow sale products in
secondary unit of distinct category.
MT-3490 @moduon @rafaelbn @EmilioPascual @fcvalgar please reviews :)