cashbook: abfragen für Felder 'balance*' optimiert + suche + sortierung + test

cashbook-liste: verbergen von Kassenbücher ohne Type
This commit is contained in:
Frederik Jaeckel 2022-12-23 18:01:02 +01:00
parent 3a0e8f290d
commit 63390df9ca
4 changed files with 233 additions and 101 deletions

View file

@ -30,6 +30,7 @@ full copyright notices and license terms. -->
<record model="ir.action.act_window" id="act_book_view">
<field name="name">Cashbook</field>
<field name="res_model">cashbook.book</field>
<field name="domain" eval="[('btype', '!=', None)]" pyson="1"/>
</record>
<record model="ir.action.act_window.view" id="act_book_view-1">
<field name="sequence" eval="10"/>