[MIG] stock_orderpoint_move_link: Migration to 14.0

This commit is contained in:
davidborromeo
2021-06-03 10:10:43 +02:00
parent 3feb3743e5
commit ced0ac9396
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
{
"name": "Stock Orderpoint Move Link",
"summary": "Link Reordering rules to stock moves",
"version": "13.0.1.0.0",
"version": "14.0.1.0.0",
"license": "LGPL-3",
"website": "https://github.com/OCA/stock-logistics-warehouse",
"author": "ForgeFlow, Odoo Community Association (OCA)",

View File

@@ -113,4 +113,4 @@ class TestStockOrderpointMoveLink(SavepointCase):
).mapped("picking_id")
result = self.orderpoint_need_loc.action_view_stock_picking()
sp_action = self.picking_obj.search(ast.literal_eval(result["domain"]))
self.assertEquals(sp_orderpoint, sp_action)
self.assertEqual(sp_orderpoint, sp_action)