[18.0][MIG] sale_order_lot_selection: Migration to 18.0#3409
[18.0][MIG] sale_order_lot_selection: Migration to 18.0#3409OCA-git-bot merged 70 commits intoOCA:18.0from
Conversation
fa1c869 to
1cd6283
Compare
|
Everything is correct. The red CI is there for avoiding to merge this while the dependency is not merged. /ocabot migration sale_order_lot_selection |
|
Functionally reviewed. LGTM! |
[FIX] Fix product_id on test [FIX] Fix product on test
[FIX] Use product_14 instead of product_11 [FIX] Add test's flow step
[FIX] change data in quant search [FIX] Fixed tab [FIX] Add check on lots list FIX product_id_change_with_wh
Because quants_get_prefered_domain does not return quants with our lots, if other quants are available
…roup_production_lot res.groups
Currently translated at 50.0% (3 of 6 strings) Translation: sale-workflow-14.0/sale-workflow-14.0-sale_order_lot_selection Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-14-0/sale-workflow-14-0-sale_order_lot_selection/it/
Currently translated at 100.0% (2 of 2 strings) Translation: sale-workflow-16.0/sale-workflow-16.0-sale_order_lot_selection Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_order_lot_selection/it/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: sale-workflow-17.0/sale-workflow-17.0-sale_order_lot_selection Translate-URL: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_lot_selection/
1cd6283 to
12d20d4
Compare
|
@pedrobaeza Everything seems ok. Could you merge it? |
|
A PSC / maintainer should review it. |
| # © 2015 Agile Business Group | ||
| # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
|
||
| from odoo.tests import TransactionCase |
There was a problem hiding this comment.
| from odoo.tests import TransactionCase | |
| from odoo.addons.base.tests.common import BaseCommon |
It is recommended to use BaseCommon.
| from odoo.tests import TransactionCase | ||
|
|
||
|
|
||
| class TestSaleOrderLotSelection(TransactionCase): |
There was a problem hiding this comment.
| class TestSaleOrderLotSelection(TransactionCase): | |
| class TestSaleOrderLotSelection(BaseCommon): |
|
This PR has the |
|
@bodedra do you think this can be merged? (as maintainer https://github.com/OCA/sale-workflow/tree/17.0/sale_order_lot_selection#maintainers) |
|
Functional reviewed. 👍 /ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at bcdbcae. Thanks a lot for contributing to OCA. ❤️ |
Depends on: