mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Declare orderpoint on a location allowing to replenish any product with the same criteria
11 lines
344 B
XML
11 lines
344 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<odoo noupdate="1">
|
|
<record
|
|
id="channel_stock_location_orderpoint_auto_replenishment"
|
|
model="queue.job.channel"
|
|
>
|
|
<field name="name">stock_location_orderpoint_auto_replenishment</field>
|
|
<field name="parent_id" ref="queue_job.channel_root" />
|
|
</record>
|
|
</odoo>
|