mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 03:12:04 +02:00
Hide irrelevant fields for Line Item Extraction rules
- Make target_field hidden and not required for line_item rules - Hide Pattern Matching section for line_item rules - Hide Data Type and Parsing section for line_item rules - Hide stop_on_match field for line_item rules - Hide Transformation and Validation tabs for line_item rules - Clean up model: remove required=True from target_field and match_pattern Version: 16.0.1.0.20 🤖 assisted by claude 🤖 assisted by claude
This commit is contained in:
parent
c13d931fb2
commit
d62fb585d6
171 changed files with 3251 additions and 8127 deletions
|
|
@ -13,48 +13,57 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/models/base_exception.py:0
|
||||
#: code:addons/base_exception/models/base_exception.py
|
||||
#, python-format
|
||||
msgid "(Blocking exception)"
|
||||
msgstr "(Blokirajući izuzetak)"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "<code>self</code>: Record on which the rule is evaluated."
|
||||
msgstr "<code>self</code>: Zapis nad kojim se pravilo evaluira."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__active
|
||||
msgid "Active"
|
||||
msgstr "Aktivan"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__model
|
||||
msgid "Apply on"
|
||||
msgstr "Primjeni na"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Archived"
|
||||
msgstr "Arihiviran"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "As well as all the libraries provided in safe_eval."
|
||||
msgstr "kao i svi paketi dostupni u safe_eval."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_domain
|
||||
msgid "By domain"
|
||||
msgstr "Po domeni"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_method
|
||||
msgid "By method"
|
||||
msgstr "Po metodi"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields.selection,name:base_exception.selection__exception_rule__exception_type__by_py_code
|
||||
msgid "By python code"
|
||||
|
|
@ -68,20 +77,18 @@ msgid ""
|
|||
" performance can be better when exceptions are evaluated with several records\n"
|
||||
"By method: allow to select an existing check method"
|
||||
msgstr ""
|
||||
"Python kodom: omogućava definiranje bilo koje provjere\n"
|
||||
"Domenom: ograničeno na odabir pomoću odoo domene:\n"
|
||||
" performanse mogu biti bolje kada se izuzeci procjenjuju sa više zapisa\n"
|
||||
"Metodom: omogućava odabir postojeće metode provjere"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_change_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__changeset_change_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__changeset_change_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__changeset_change_ids
|
||||
msgid "Changeset Changes"
|
||||
msgstr "Promjene skupa promjena"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__changeset_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__changeset_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__changeset_ids
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__changeset_ids
|
||||
msgid "Changesets"
|
||||
msgstr "Skupovi promjena"
|
||||
|
||||
|
|
@ -92,126 +99,140 @@ msgstr "Zatvori"
|
|||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__count_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__count_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__count_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__count_changesets
|
||||
msgid "Count Changesets"
|
||||
msgstr "Broj skupova promjena"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__count_pending_changeset_changes
|
||||
msgid "Count Pending Changeset Changes"
|
||||
msgstr "Broj promjena skupa promjena na čekanju"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__count_pending_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__count_pending_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__count_pending_changesets
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__count_pending_changesets
|
||||
msgid "Count Pending Changesets"
|
||||
msgstr "Broj skupova promjena na čekanju"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_uid
|
||||
msgid "Created by"
|
||||
msgstr "Kreirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__create_date
|
||||
msgid "Created on"
|
||||
msgstr "Kreirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__description
|
||||
msgid "Description"
|
||||
msgstr "Opis"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__display_name
|
||||
msgid "Display Name"
|
||||
msgstr "Prikaži naziv"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__domain
|
||||
msgid "Domain"
|
||||
msgstr "Domena"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid ""
|
||||
"Enter Python code here. Help about Python expression is available in the "
|
||||
"help tab of this document."
|
||||
msgstr ""
|
||||
"Ovdje upišite python kod. Pomoć oko python izraza je dostupna na kartici "
|
||||
"pomoći ovog dokumenta."
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/models/base_exception_method.py:0
|
||||
#: code:addons/base_exception/models/base_exception_method.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error when evaluating the exception.rule rule:\n"
|
||||
" %(rule_name)s \n"
|
||||
"(%(error)s)"
|
||||
msgstr ""
|
||||
"Greška u evaluaciji exception.rule pravila:\n"
|
||||
" %(rule_name)s \n"
|
||||
"(%(error)s)"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_base_exception
|
||||
msgid "Exception"
|
||||
msgstr "Opis"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__name
|
||||
msgid "Exception Name"
|
||||
msgstr "Naziv izuzetka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_exception_rule
|
||||
msgid "Exception Rule"
|
||||
msgstr "Pravilo izuzetka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_exception_rule_confirm
|
||||
msgid "Exception Rule Confirm Wizard"
|
||||
msgstr "Čarobnjak za potvrđivanje pravila"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model,name:base_exception.model_base_exception_method
|
||||
msgid "Exception Rule Methods"
|
||||
msgstr "Metode pravila izuzetaka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Exception Rule Setup"
|
||||
msgstr "Postavke Pravila izuzetaka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.actions.act_window,name:base_exception.action_exception_rule_tree
|
||||
#: model:ir.ui.menu,name:base_exception.menu_action_exception
|
||||
msgid "Exception Rules"
|
||||
msgstr "Pravila izuzetaka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__exception_type
|
||||
msgid "Exception Type"
|
||||
msgstr "Tip izuzetka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:res.groups,name:base_exception.group_exception_rule_manager
|
||||
msgid "Exception manager"
|
||||
msgstr "Upravitelj izuzecima"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exception_ids
|
||||
msgid "Exceptions"
|
||||
msgstr "Izuzeci"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__exceptions_summary
|
||||
msgid "Exceptions Summary"
|
||||
msgstr "Opis"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__exception_ids
|
||||
msgid "Exceptions to resolve"
|
||||
|
|
@ -222,11 +243,13 @@ msgstr "Izuzeci za riješiti"
|
|||
msgid "Gives the sequence order when applying the test"
|
||||
msgstr "Daje redoslijed kada se primjenjuje test"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Help"
|
||||
msgstr "Pomoć"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Help with Python expressions"
|
||||
|
|
@ -237,45 +260,52 @@ msgstr "Pomoć sa Python izrazima"
|
|||
msgid "ID"
|
||||
msgstr "ID"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__ignore_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__ignore
|
||||
msgid "Ignore Exceptions"
|
||||
msgstr "Ignoriraj izuzetke"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__is_blocking
|
||||
msgid "Is Blocking"
|
||||
msgstr "Blokira"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule____last_update
|
||||
msgid "Last Modified on"
|
||||
msgstr "Zadnje mijenjano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_uid
|
||||
msgid "Last Updated by"
|
||||
msgstr "Zadnji ažurirao"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__write_date
|
||||
msgid "Last Updated on"
|
||||
msgstr "Zadnje ažurirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__main_exception_id
|
||||
msgid "Main Exception"
|
||||
msgstr "Glavni izuzetak"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__method
|
||||
msgid "Method"
|
||||
msgstr "Metoda"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/wizard/base_exception_confirm.py:0
|
||||
#: code:addons/base_exception/wizard/base_exception_confirm.py
|
||||
#, python-format
|
||||
msgid "Only 1 ID accepted, got %r."
|
||||
msgstr "Samo 1 ID se prihvaća, došlo %r."
|
||||
|
|
@ -292,7 +322,6 @@ msgstr "Nerazriješene iznimke za menadžera"
|
|||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__code
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
msgid "Python Code"
|
||||
msgstr "Python Kod"
|
||||
|
||||
|
|
@ -302,12 +331,17 @@ msgid ""
|
|||
"Python code executed to check if the exception apply or not. Use failed = "
|
||||
"True to block the exception"
|
||||
msgstr ""
|
||||
"Python kod izvršen za provjeru da li se izuzetak primjenjuje ili ne. "
|
||||
"Koristite failed = True za blokiranje izuzetka"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__related_model_id
|
||||
#, fuzzy
|
||||
msgid "Related Model"
|
||||
msgstr "Kreirano"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__sequence
|
||||
msgid "Sequence"
|
||||
|
|
@ -315,51 +349,41 @@ msgstr "Sekvenca"
|
|||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__smart_search
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__smart_search
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__smart_search
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__smart_search
|
||||
msgid "Smart Search"
|
||||
msgstr "Pametna pretraga"
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/models/base_exception.py:0
|
||||
#: code:addons/base_exception/models/base_exception.py
|
||||
#, python-format
|
||||
msgid "The exceptions can not be ignored, because some of them are blocking."
|
||||
msgstr "Iznimke se ne mogu ignorirati, jer su neke od njih blokirajuće."
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception_method__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__count_pending_changeset_changes
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule_confirm__count_pending_changeset_changes
|
||||
msgid "The number of pending changes of this record"
|
||||
msgstr "Broj promjena na čekanju ovog zapisa"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception__count_pending_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception_method__count_pending_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__count_pending_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule_confirm__count_pending_changesets
|
||||
msgid "The number of pending changesets of this record"
|
||||
msgstr "Broj skupova promjena na čekanju ovog zapisa"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception__count_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_base_exception_method__count_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__count_changesets
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule_confirm__count_changesets
|
||||
msgid "The overall number of changesets of this record"
|
||||
msgstr "Ukupan broj skupova promjena ovog zapisa"
|
||||
|
||||
#. module: base_exception
|
||||
#. odoo-python
|
||||
#: code:addons/base_exception/models/exception_rule.py:0
|
||||
#: code:addons/base_exception/models/exception_rule.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"There is a problem of configuration, python code, domain or method is "
|
||||
"missing to match the exception type."
|
||||
msgstr ""
|
||||
"Postoji problem sa konfiguracijom, python kod, domena ili metoda nedostaje "
|
||||
"za podudaranje sa tipom izuzetka."
|
||||
|
||||
#. module: base_exception
|
||||
#: model_terms:ir.ui.view,arch_db:base_exception.view_exception_rule_form
|
||||
|
|
@ -368,9 +392,6 @@ msgstr "Da blokirate iznimku koristite: <code>failed = True</code>"
|
|||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception__user_can_see_changeset
|
||||
#: model:ir.model.fields,field_description:base_exception.field_base_exception_method__user_can_see_changeset
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule__user_can_see_changeset
|
||||
#: model:ir.model.fields,field_description:base_exception.field_exception_rule_confirm__user_can_see_changeset
|
||||
msgid "User Can See Changeset"
|
||||
msgstr "Korisnik može vidjeti skup promjena"
|
||||
|
||||
|
|
@ -380,6 +401,8 @@ msgid ""
|
|||
"Various fields may use Python code or Python expressions. The following "
|
||||
"variables can be used:"
|
||||
msgstr ""
|
||||
"Različita polja mogu koristiti Python kod ili Python izraze. Sljedeće "
|
||||
"varijable se mogu koristiti:"
|
||||
|
||||
#. module: base_exception
|
||||
#: model:ir.model.fields,help:base_exception.field_exception_rule__is_blocking
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue