From a6fc10924ef9a02cc6dd04da304faae35e6ba91c Mon Sep 17 00:00:00 2001 From: Michael Tietz Date: Fri, 23 Jun 2023 12:43:06 +0200 Subject: [PATCH] [FIX] stock_location_orderpoint: Fix menu location and views --- stock_location_orderpoint/readme/CONFIGURE.rst | 2 +- stock_location_orderpoint/views/menu.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" />