[MIG] stock_putaway_method: Migration to 14.0

This commit is contained in:
Reed Hayashikawa
2021-07-09 13:04:10 -07:00
parent 646f9423e0
commit ce255ebdba
4 changed files with 9 additions and 9 deletions

View File

@@ -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))