trytondo-account_co_co/rut.xml

20 lines
1006 B
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>
<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.party_tax_level_code</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>
</tryton>