add worker-based precalculation of cashbook-values

This commit is contained in:
Frederik Jaeckel 2023-12-27 15:49:02 +01:00
parent 9ef465f40f
commit 5d8f924960
17 changed files with 1060 additions and 98 deletions

View file

@ -119,6 +119,9 @@ full copyright notices and license terms. -->
<record model="ir.message" id="msg_btype_general">
<field name="text">General</field>
</record>
<record model="ir.message" id="msg_value_exists_in_store">
<field name="text">The value already exists for the record.</field>
</record>
</data>
</tryton>