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_secondary_unit #3022

Open
wants to merge 46 commits into
base: 16.0
Choose a base branch
from

Conversation

alexey-pelykh
Copy link

No description provided.

@alexey-pelykh alexey-pelykh force-pushed the 16.0-mig-sale_order_secondary_unit branch 5 times, most recently from 9dd9058 to b7476c9 Compare March 16, 2024 05:33
@@ -17,6 +17,7 @@ org_name: Odoo Community Association (OCA)
org_slug: OCA
rebel_module_groups:
- sale_packaging_default,sale_order_product_recommendation,sale_order_product_recommendation_packaging_default,sale_order_product_recommendation_elaboration
- sale_order_qty_change_no_recompute
Copy link
Author

Choose a reason for hiding this comment

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

@pedrobaeza @victoralmau was there a specific reason why this module was not marked as rebel?

Copy link
Author

Choose a reason for hiding this comment

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

@alexey-pelykh alexey-pelykh force-pushed the 16.0-mig-sale_order_secondary_unit branch 6 times, most recently from 13b23b7 to 744c375 Compare March 16, 2024 06:17
attrs="{'readonly': [('state', 'in', ('done', 'cancel'))]}"
optional="show"
/>
<field name="secondary_uom_unit_price" readonly="1" optional="show" />
Copy link
Author

Choose a reason for hiding this comment

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

@sergio-teruel Why the field was deleted from the view yet kept in the model?

@alexey-pelykh alexey-pelykh force-pushed the 16.0-mig-sale_order_secondary_unit branch 17 times, most recently from 8cbac8e to e82d685 Compare March 16, 2024 10:18
OCA-git-bot and others added 28 commits December 9, 2024 08:01
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/
Currently translated at 100.0% (18 of 18 strings)

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/es/
Currently translated at 38.8% (7 of 18 strings)

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/fi/
- Include context keys for avoiding mail operations overhead.
…ndary uom without product in sale order line

TT51683
@alexey-pelykh alexey-pelykh force-pushed the 16.0-mig-sale_order_secondary_unit branch from 221c07c to 9b2d3a7 Compare December 9, 2024 07:04
@alexey-pelykh
Copy link
Author

@santostelmo @sergio-teruel done

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.