Merge pull request #1309 from Tecnativa/13.0-fix-stock_secondary_unit-tests

[13.0][FIX] stock_secondary_unit: Prevent move_line_ids_without_package field is not editable.
This commit is contained in:
Pedro M. Baeza
2021-11-16 15:49:49 +01:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ class TestProductSecondaryUnit(SavepointCase):
cls.location_stock = cls.env.ref("stock.stock_location_stock")
cls.picking_type_in = cls.env.ref("stock.picking_type_in")
cls.picking_type_out = cls.env.ref("stock.picking_type_out")
cls.picking_type_out.show_operations = True
cls.product_uom_kg = cls.env.ref("uom.product_uom_kgm")
cls.product_uom_ton = cls.env.ref("uom.product_uom_ton")
cls.product_uom_unit = cls.env.ref("uom.product_uom_unit")