trytonpsk-account_col/asset_location.xml

20 lines
828 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>
<data>
<record model="ir.ui.view" id="asset_location_view_list">
<field name="model">account_col.asset_location</field>
<field name="type">tree</field>
<field name="priority" eval="10"/>
<field name="name">Asset location list</field>
</record>
<record model="ir.ui.view" id="asset_location_view_form">
<field name="model">account_col.asset_location</field>
<field name="type">form</field>
<field name="priority" eval="10"/>
<field name="name">Asset location form</field>
</record>
</data>
</tryton>