mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_putaway_method: Migration to 14.0
This commit is contained in:
@@ -8,5 +8,5 @@ class TestPutawayMethod(TransactionCase):
|
||||
|
||||
# Check if "fixed" is a valid putaway method
|
||||
def test_01_putaway_methods(self):
|
||||
field_method = self.env["product.putaway"]._fields.get("method")
|
||||
field_method = self.env["stock.putaway.rule"]._fields.get("method")
|
||||
self.assertIn("fixed", field_method.get_values(self.env))
|
||||
|
||||
Reference in New Issue
Block a user