mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user