[MIG] stock_orderpoint_route: Migration to 13.0

This commit is contained in:
Guewen Baconnier
2019-12-19 14:19:47 +01:00
committed by Dũng (Trần Đình)
parent ba113edfc9
commit 6b6cf92d46
3 changed files with 2 additions and 4 deletions

View File

@@ -78,7 +78,6 @@ class TestStockOrderpointRoute(common.SavepointCase):
"procure_method": "make_to_stock",
"warehouse_id": cls.warehouse.id,
"company_id": cls.main_company.id,
"propagate": "False",
}
)
@@ -93,7 +92,6 @@ class TestStockOrderpointRoute(common.SavepointCase):
"procure_method": "make_to_stock",
"warehouse_id": cls.warehouse.id,
"company_id": cls.main_company.id,
"propagate": "False",
}
)