optimize searcher/sort, add search/sort to balance_ref

This commit is contained in:
Frederik Jaeckel 2023-12-29 14:51:39 +01:00
parent 65a0e0ce58
commit 4c44872396
6 changed files with 272 additions and 21 deletions

View file

@ -168,7 +168,11 @@ 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. "
msgstr "Der Wert existiert für den Datensatz bereits."
msgctxt "model:ir.message,text:msg_nosearch_with_date"
msgid "Search with 'date' no allowed for field '%(fname)s' on model '%(model)s'."
msgstr "Suche mit 'date' nicht erlaubt für Feld '%(fname)s' auf Modell '%(model)s'."
#############

View file

@ -162,6 +162,10 @@ 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:ir.message,text:msg_nosearch_with_date"
msgid "Search with 'date' no allowed for field '%(fname)s' on model '%(model)s'."
msgstr "Search with 'date' no allowed for field '%(fname)s' on model '%(model)s'."
msgctxt "model:res.group,name:group_cashbook"
msgid "Cashbook"
msgstr "Cashbook"