oca-technical/odoo-bringout-oca-server-tools-attachment_queue/attachment_queue/data/queue_job_channel.xml
2025-08-29 15:43:03 +02:00

7 lines
271 B
XML

<?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>