trytond-account_code_digits/configuration.xml

13 lines
517 B
XML
Raw Normal View History

2012-05-01 11:03:03 +02:00
<?xml version="1.0"?>
2012-08-27 10:56:18 +02:00
<!-- This file is part account_code_digits module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
2012-05-01 11:03:03 +02:00
<tryton>
<data>
<record model="ir.ui.view" id="configuration_view_form">
<field name="model">account.configuration</field>
<field name="inherit" ref="account.configuration_view_form"/>
2013-05-20 19:24:49 +02:00
<field name="name">configuration_form</field>
2012-05-01 11:03:03 +02:00
</record>
</data>
</tryton>