mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[MIG] stock_orderpoint_move_link: Migration to 14.0
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user