Files
stock-logistics-warehouse/stock_move_auto_assign/data/queue_job_channel_data.xml
Guewen Baconnier cd160b2737 Remove @job decorator
Following changes in https://github.com/OCA/queue/pull/274
2021-01-29 10:56:09 +01:00

8 lines
269 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="channel_stock_auto_assign" model="queue.job.channel">
<field name="name">stock_auto_assign</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
</odoo>