bok, line, type, line-open-wizard, context

This commit is contained in:
Frederik Jaeckel 2022-08-05 16:47:43 +02:00
parent a9f3eb12b4
commit ba442b726e
23 changed files with 974 additions and 8 deletions

View file

@ -8,6 +8,12 @@ full copyright notices and license terms. -->
<record model="res.group" id="group_cashbook">
<field name="name">Cashbook</field>
</record>
<record model="res.group" id="group_cashbook_checkline">
<field name="name">Cashbook - WF - Check</field>
</record>
<record model="res.group" id="group_cashbook_doneline">
<field name="name">Cashbook - WF - Done</field>
</record>
</data>
</tryton>