line: funktion für 'balance' + test

reconciliation: rec_name + test
This commit is contained in:
Frederik Jaeckel 2023-01-01 20:34:51 +01:00
parent f86db6dea3
commit fd36a3f4ce
6 changed files with 206 additions and 3 deletions

View file

@ -5,6 +5,11 @@ full copyright notices and license terms. -->
<tryton>
<data>
<record model="ir.ui.view" id="recon_view_list">
<field name="model">cashbook.recon</field>
<field name="inherit" ref="cashbook.recon_view_list"/>
<field name="name">recon_list</field>
</record>
<record model="ir.ui.view" id="recon_view_form">
<field name="model">cashbook.recon</field>
<field name="inherit" ref="cashbook.recon_view_form"/>