mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 16:32:01 +02:00
6 lines
212 B
XML
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>
|