mirror of
https://github.com/NaN-tic/trytond-bank_validation.git
synced 2023-12-14 06:53:05 +01:00
13 lines
570 B
XML
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>
|