diff --git a/stock_move_common_dest/__manifest__.py b/stock_move_common_dest/__manifest__.py index 206efdb7cb89..9b5f1e48a1b7 100644 --- a/stock_move_common_dest/__manifest__.py +++ b/stock_move_common_dest/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Stock Move Common Destination", "summary": "Adds field for common destination moves", - "version": "16.0.1.0.1", + "version": "18.0.1.0.0", "category": "Warehouse Management", "website": "https://github.com/OCA/stock-logistics-warehouse", "author": "Camptocamp, Odoo Community Association (OCA)", diff --git a/stock_move_common_dest/tests/test_move_common_dest.py b/stock_move_common_dest/tests/test_move_common_dest.py index 6410ae442230..aa6da99f7006 100644 --- a/stock_move_common_dest/tests/test_move_common_dest.py +++ b/stock_move_common_dest/tests/test_move_common_dest.py @@ -22,10 +22,10 @@ def setUpClass(cls): cls.pick_type = cls.warehouse.pick_type_id cls.product_1 = cls.env["product.product"].create( - {"name": "Product 1", "type": "product"} + {"name": "Product 1", "is_storable": True} ) cls.product_2 = cls.env["product.product"].create( - {"name": "Product 2", "type": "product"} + {"name": "Product 2", "is_storable": True} ) cls.procurement_group_1 = cls.env["procurement.group"].create( diff --git a/stock_move_common_dest/views/stock_move.xml b/stock_move_common_dest/views/stock_move.xml index d18574a01fd2..e7365cc50de3 100644 --- a/stock_move_common_dest/views/stock_move.xml +++ b/stock_move_common_dest/views/stock_move.xml @@ -11,7 +11,7 @@ string="Common destination moves" readonly="1" > - + @@ -19,7 +19,7 @@ - +