trytond-electronic_mail-old-ts/action.xml

13 lines
503 B
XML

<?xml version="1.0"?>
<!-- This file is part electronic_mail 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="action_report_view_form">
<field name="model">ir.action.report</field>
<field name="inherit" ref="ir.action_report_view_form"/>
<field name="name">action_report_form</field>
</record>
</data>
</tryton>