add worker-based precalculation of cashbook-values

This commit is contained in:
Frederik Jaeckel 2023-12-27 15:49:02 +01:00
parent 345cef4c8b
commit 65a0e0ce58
17 changed files with 1060 additions and 98 deletions

View file

@ -3,6 +3,14 @@ msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
###########
# ir.cron #
###########
msgctxt "selection:ir.cron,method:"
msgid "Update Cashbooks"
msgstr "Kassenbücher Aktualisieren"
##############
# ir.message #
##############
@ -158,6 +166,10 @@ msgctxt "model:ir.message,text:msg_btype_general"
msgid "General"
msgstr "Allgemein"
msgctxt "model:ir.message,text:msg_value_exists_in_store"
msgid "The value already exists for the record."
msgstr "Der Wert existiert für den Datensatz bereits. "
#############
# res.group #
@ -602,6 +614,10 @@ msgctxt "field:cashbook.book,booktransf_feature:"
msgid "Feature"
msgstr "Merkmal"
msgctxt "field:cashbook.book,value_store:"
msgid "Values"
msgstr "Werte"
##################
# cashbook.split #
@ -1657,3 +1673,27 @@ msgstr "Speichern"
msgctxt "wizard_button:cashbook.enterbooking,start,savenext_:"
msgid "Save & Next"
msgstr "Speichern & Weiter"
###################
# cashbook.values #
###################
msgctxt "model:cashbook.values,name:"
msgid "Value Store"
msgstr "Wertespeicher"
msgctxt "field:cashbook.values,resource:"
msgid "Resource"
msgstr "Ressource"
msgctxt "field:cashbook.values,field_name:"
msgid "Field Name"
msgstr "Feldname"
msgctxt "field:cashbook.values,numvalue:"
msgid "Value"
msgstr "Wert"
msgctxt "field:cashbook.values,valuedigits:"
msgid "Digits"
msgstr "Dezimalstellen"

View file

@ -2,6 +2,10 @@
msgid ""
msgstr "Content-Type: text/plain; charset=utf-8\n"
msgctxt "selection:ir.cron,method:"
msgid "Update Cashbooks"
msgstr "Update Cashbooks"
msgctxt "model:ir.message,text:msg_type_short_unique"
msgid "The Abbreviation must be unique."
msgstr "The Abbreviation must be unique."
@ -154,6 +158,10 @@ msgctxt "model:ir.message,text:msg_btype_general"
msgid "General"
msgstr "General"
msgctxt "model:ir.message,text:msg_value_exists_in_store"
msgid "The value already exists for the record."
msgstr "The value already exists for the record."
msgctxt "model:res.group,name:group_cashbook"
msgid "Cashbook"
msgstr "Cashbook"
@ -566,6 +574,10 @@ msgctxt "field:cashbook.book,booktransf_feature:"
msgid "Feature"
msgstr "Feature"
msgctxt "field:cashbook.book,value_store:"
msgid "Values"
msgstr "Values"
msgctxt "model:cashbook.split,name:"
msgid "Split booking line"
msgstr "Split booking line"
@ -1562,3 +1574,23 @@ msgctxt "wizard_button:cashbook.enterbooking,start,save_:"
msgid "Save"
msgstr "Save"
msgctxt "wizard_button:cashbook.enterbooking,start,savenext_:"
msgid "Save & Next"
msgstr "Save & Next"
msgctxt "model:cashbook.values,name:"
msgid "Value Store"
msgstr "Value Store"
msgctxt "field:cashbook.values,resource:"
msgid "Resource"
msgstr "Resource"
msgctxt "field:cashbook.values,field_name:"
msgid "Field Name"
msgstr "Field Name"
msgctxt "field:cashbook.values,numvalue:"
msgid "Value"
msgstr "Value"