mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
@@ -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")
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user