Skip to content

Commit

Permalink
[17.0][MIG] sale_stock_secondary_unit: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rov-adhoc committed Jul 16, 2024
1 parent b889344 commit a491926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,9 @@ def setUpClass(cls):
},
)
],
"pricelist_id": cls.env.ref("product.list0").id,
}
)
so.onchange_partner_id()
so._onchange_partner_id_warning()
cls.order = cls.env["sale.order"].create(so._convert_to_write(so._cache))

def test_stock_move_line_secondary_unit(self):
Expand Down
3 changes: 3 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
odoo_test_helper
odoo-addon-product_secondary_unit @ git+https://github.com/OCA/product-attribute.git@refs/pull/1560/head#subdirectory=product_secondary_unit
odoo-addon-sale_order_secondary_unit @ git+https://github.com/OCA/sale-workflow.git@refs/pull/3207/head#subdirectory=sale_order_secondary_unit
odoo-addon-stock_secondary_unit @ git+https://github.com/OCA/stock-logistics-warehouse.git@refs/pull/2086/head#subdirectory=stock_secondary_unit

0 comments on commit a491926

Please sign in to comment.