Merge PR #1774 into 14.0

Signed-off-by jbaudoux
This commit is contained in:
OCA-git-bot
2023-07-03 07:51:32 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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")

View File

@@ -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:

View File

@@ -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"
/>
</odoo>