server-tools/attachment_queue/data/queue_job_channel.xml

8 lines
272 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 queues</field>
<field name="parent_id" ref="queue_job.channel_root" />
</record>
</odoo>