trytond-bank_validation/bank.xml
2014-02-07 20:55:27 +01:00

13 lines
570 B
XML

<?xml version="1.0"?>
<!-- This file is part bank_validation 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="bank_account_number_view_form">
<field name="model">bank.account.number</field>
<field name="type">form</field>
<field name="inherit" ref="bank.bank_account_number_view_form"/>
<field name="name">bank_account_number_form</field>
</record>
</data>
</tryton>