trytond-edocument_edifact/incoterm.xml

12 lines
466 B
XML
Raw Normal View History

2018-05-02 13:50:39 +02:00
<?xml version="1.0" encoding="utf-8"?>
2018-05-08 09:19:02 +02:00
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
2018-05-02 13:50:39 +02:00
<tryton>
2021-09-13 08:59:22 +02:00
<data depends="incoterm">
2018-05-02 13:50:39 +02:00
<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>