trytond-product_esale/attachment.xml

18 lines
749 B
XML

<?xml version="1.0"?>
<!-- This file is part product_esale_view module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="attachment_view_tree">
<field name="model">ir.attachment</field>
<field name="inherit" ref="ir.attachment_view_tree"/>
<field name="name">attachment_list</field>
</record>
<record model="ir.ui.view" id="attachment_view_form">
<field name="model">ir.attachment</field>
<field name="inherit" ref="ir.attachment_view_form"/>
<field name="name">attachment_form</field>
</record>
</data>
</tryton>