Files
stock-logistics-warehouse/stock_location_orderpoint/data/queue_job_channel.xml
Michael Tietz a83a92afac [ADD] stock_location_orderpoint:
Declare orderpoint on a location allowing to replenish any product with the same criteria
2023-04-24 13:56:22 +02:00

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>