mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 14:31:59 +02:00
7 lines
271 B
XML
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>
|