configuration: add setting for used bank nuumbers

This commit is contained in:
Frederik Jaeckel 2024-12-10 12:25:51 +01:00
parent f04d8c907b
commit 81ea9d6ab1
7 changed files with 117 additions and 0 deletions

15
configuration.xml Normal file
View file

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!-- This file is part of the edocument-module for Tryton from m-ds.de.
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="configuration_view_form">
<field name="model">account.configuration</field>
<field name="inherit" ref="account.configuration_view_form"/>
<field name="name">configuration_form</field>
</record>
</data>
</tryton>