-
-
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
[17.0][MIG] sale_order_secondary_unit: Migration to version 17.0 #3207
Conversation
/ocabot migration sale_order_secondary_unit |
@mmrondon Thank you for this. In order to review efficiently, could you point the depending PR in this description ? Moreover, you can add the dependency here in order to test it functionally: https://github.com/OCA/maintainer-tools/wiki/Use-temporary-reference%28s%29-to-another-pull-request%28s%29 |
Depending PR: |
0a5baa5
to
11626a5
Compare
11626a5
to
7d1dfe7
Compare
176d1ce
to
e23e245
Compare
e23e245
to
7750261
Compare
@mmrondon Hey! Can you please check the failing test of coverage? There are some lines that are not covered by the tests. |
[11.0][NEW] sale_order_secondary_unit: New module for sale in a secondary product unit [11.0][FIX] sale_order_secondary_unit: define sale secondary uom in this module instead of product_secondary_unit [11.0][IMP/FIX] sale_secondary_unit limit secondary uom in order line Added domain to limit `secondary_uom_id` to the one defined in product template [11.0][IMP] sale_secondary_unit: Set secondary uom quantity as 1.0 by default [11.0][IMP] sale_order_secondary_unit: Add security group [11.0][IMP] sale_order_secondary_unit: add secondary unit to sale report Added translation using Weblate (German) [MIG] sale_order_secondary_unit: Migration to 12.0 [MIG] migrate sale_order_secondary_unit from 12.0 to 13.0 [MIG] sale_order_secondary_unit: Migration to 14.0 [FIX] code refactor code refactor update add secondary price unit [FIX] ZeroDivisionError when qty is null [IMP] sale_order_secondary_unit: Add name to th/td element + span (improve inheritance). TT36255 [MIG] sale_order_secondary_unit: Migration to 15.0 [FIX] sale_order_secondary_unit: Fix variant grid matrix usage [UPD] Update sale_order_secondary_unit.pot [UPD] README.rst [FIX] sale_order_secondary_unit: Fix incorrect header position inheritance TT40001 sale_order_secondary_unit 15.0.1.1.0 [MIG] sale_stock_secondary_unit: Migration to v15.0 [UPD] README.rst [FIX] sale_order_secondary_unit: Make test resilient 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. sale_order_secondary_unit 15.0.1.1.1 [IMP] sale_order_secondary_unit: Add menu for secondary UoM [UPD] Update sale_order_secondary_unit.pot [UPD] README.rst sale_order_secondary_unit 15.0.1.2.0 Update translation files 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/ [IMP] sale_order_secondary_unit: Compatibility with product variants TT40323 [UPD] Update sale_order_secondary_unit.pot sale_order_secondary_unit 15.0.2.0.0 Update translation files 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/ Translated using Weblate (Spanish) 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/ Added translation using Weblate (Finnish) Translated using Weblate (Finnish) 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/ [UPD] README.rst [IMP] sale_order_secondary_unit: test performance improvement - Include context keys for avoiding mail operations overhead. [BOT] post-merge updates [MIG] sale_order_secondary_unit: Add migration script to adapt secod uom to variants TT45597 [IMP] sale_order_secondary_unit: Require secondary_uom_id when secondary_uom_qty is filled [BOT] post-merge updates
[MIG] sale_order_secondary_unit: Fix wrong value for secondary_uom_qty [IMP] sale_order_secondary_unit: pre-commit auto fixes [DON'T MERGE] test-requirements.txt [IMP] sale_order_secondary_unit: Fix test [IMP] sale_order_secondary_unit: pre-commit auto fixes [IMP] sale_order_secondary_unit: Fix unit test [IMP] sale_order_secondary_unit: Fix Odoo test [MIG] sale_order_secondary_unit: Delete dependency
5861e55
to
2ffb33d
Compare
2ffb33d
to
de4e1d7
Compare
@mmrondon Thanks for your effort in adding the new test! |
@mmrondon You should preserve commits history. See https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 |
@mmrondon Hey! I would like to ask you if you had the possibility to take a look on the document https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 |
hello @rov-adhoc @rousseldenis Closing this PR, I opened a new one with commit history #3385 |
No description provided.