[FIX] stock_location_orderpoint: Fix menu location and views

This commit is contained in:
Michael Tietz
2023-06-23 12:43:06 +02:00
parent 24856621b1
commit a6fc10924e
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ Location Orderpoint configuration
================================= =================================
#. Go either by the stock location you want to replenish and click on 'Orderpoints' #. 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' #. Click on 'Create'
#. Set a sequence #. Set a sequence
#. Choose if the rule will be applied: #. Choose if the rule will be applied:

View File

@@ -9,7 +9,7 @@
id="menu_stock_location_orderpoint" id="menu_stock_location_orderpoint"
action="action_stock_location_orderpoint" action="action_stock_location_orderpoint"
name="Stock Location Orderpoint" name="Stock Location Orderpoint"
parent="stock.menu_product_in_config_stock" parent="stock.menu_warehouse_config"
sequence="50" sequence="50"
/> />
</odoo> </odoo>