Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
7
attachment_queue/data/queue_job_channel.xml
Executable file
7
attachment_queue/data/queue_job_channel.xml
Executable file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<odoo noupdate="1">
|
||||
<record id="attachment_queue_job_channel" model="queue.job.channel">
|
||||
<field name="name">attachment_queue</field>
|
||||
<field name="parent_id" ref="queue_job.channel_root" />
|
||||
</record>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user