oc_template/modules/account_co_co/rut.xml
2024-06-15 11:00:00 -05:00

35 lines
1.4 KiB
XML

<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.action.act_window" id="act_party_tax_level_code_form">
<field name="name">Parties Tax Level Code</field>
<field name="res_model">party.tax_level_code</field>
</record>
<record model="ir.ui.view" id="party_tax_level_code_view_tree">
<field name="model">party.tax_level_code</field>
<field name="type">tree</field>
<field name="name">party_tax_level_code_tree</field>
</record>
<record model="ir.ui.view" id="party_tax_level_code_view_form">
<field name="model">party.tax_level_code</field>
<field name="type">form</field>
<field name="name">party_tax_level_code_form</field>
</record>
<record model="ir.action.act_window.view" id="act_party_tax_level_code_form_view1">
<field name="sequence" eval="80"/>
<field name="view" ref="party_tax_level_code_view_tree"/>
<field name="act_window" ref="act_party_tax_level_code_form"/>
</record>
<record model="ir.action.act_window.view" id="act_party_tax_level_code_form_view2">
<field name="sequence" eval="90"/>
<field name="view" ref="party_tax_level_code_view_form"/>
<field name="act_window" ref="act_party_tax_level_code_form"/>
</record>
</data>
</tryton>