trytond-edocument_edifact/incoterm.xml

12 lines
466 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data depends="incoterm">
<record model="ir.ui.view" id="rule_view_form">
<field name="model">incoterm.rule</field>
<field name="inherit" ref="incoterm.rule_view_form"/>
<field name="name">rule_form</field>
</record>
</data>
</tryton>