[16.0][IMP]stock_reserve: change parent from menu_action_stock_reservation

This commit is contained in:
Hugo
2023-10-16 12:39:36 +02:00
parent fafacd7761
commit ef262f5980
2 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ Usage
To make a stock reservation:
#. Go to *Inventory > Products*.
#. Go to *Inventory > Operations*.
#. Select or create one product with stock.
#. Click on *Stock Reservations* smart button.
#. Create one reservation.

View File

@@ -199,7 +199,7 @@
<menuitem
action="action_stock_reservation_tree"
id="menu_action_stock_reservation"
parent="stock.menu_stock_inventory_control"
sequence="30"
parent="stock.menu_stock_warehouse_mgmt"
sequence="110"
/>
</odoo>