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

6 lines
212 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo noupdate="1">
<record id="dummy_attachment_queue" model="attachment.queue">
<field name="name">Dummy file Used for unitests</field>
</record>
</odoo>