trytond-account_asset_interval/asset.xml
2016-09-01 11:15:13 +02:00

14 lines
497 B
XML

<?xml version="1.0"?>
<!-- This file is part of account_asset_interval module for 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_view_form">
<field name="model">account.asset</field>
<field name="name">asset_form</field>
<field name="inherit" ref="account_asset.asset_view_form"/>
</record>
</data>
</tryton>