diff --git a/stock_location_orderpoint/models/stock_move.py b/stock_location_orderpoint/models/stock_move.py index 8458daab4..2c99ce58f 100644 --- a/stock_location_orderpoint/models/stock_move.py +++ b/stock_location_orderpoint/models/stock_move.py @@ -12,7 +12,7 @@ class StockMove(models.Model): _inherit = "stock.move" location_orderpoint_id = fields.Many2one( - "stock.location.orderpoint", "Stock location orderpoint" + "stock.location.orderpoint", "Stock location orderpoint", index=True ) @ormcache("self", "product") diff --git a/stock_location_orderpoint/readme/CONFIGURE.rst b/stock_location_orderpoint/readme/CONFIGURE.rst index 8fcae8d7d..e49d8f43f 100644 --- a/stock_location_orderpoint/readme/CONFIGURE.rst +++ b/stock_location_orderpoint/readme/CONFIGURE.rst @@ -28,7 +28,7 @@ Location Orderpoint configuration ================================= #. Go either by the stock location you want to replenish and click on 'Orderpoints' - or go to Inventory > Configuration > Settings > Warehouse > Stock Location Orderpoint + or go to Inventory > Configuration > Warehouse > Stock Location Orderpoint #. Click on 'Create' #. Set a sequence #. Choose if the rule will be applied: diff --git a/stock_location_orderpoint/views/menu.xml b/stock_location_orderpoint/views/menu.xml index e136d69ac..627266a15 100644 --- a/stock_location_orderpoint/views/menu.xml +++ b/stock_location_orderpoint/views/menu.xml @@ -9,7 +9,7 @@ id="menu_stock_location_orderpoint" action="action_stock_location_orderpoint" name="Stock Location Orderpoint" - parent="stock.menu_product_in_config_stock" + parent="stock.menu_warehouse_config" sequence="50" />