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
|
|
@ -25,13 +25,14 @@ msgstr "Domen i formula"
|
|||
|
||||
#. module: base_tier_validation_formula
|
||||
#. odoo-python
|
||||
#: code:addons/base_tier_validation_formula/models/tier_review.py:0
|
||||
#: code:addons/base_tier_validation_formula/models/tier_validation.py:0
|
||||
#: code:addons/base_tier_validation_formula/models/tier_review.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error evaluating tier validation conditions.\n"
|
||||
" %s"
|
||||
msgstr ""
|
||||
"Greška prilikom evaluacije uslova slojevite validacije.\n"
|
||||
" %s"
|
||||
|
||||
#. module: base_tier_validation_formula
|
||||
#: model:ir.model.fields.selection,name:base_tier_validation_formula.selection__tier_definition__definition_type__formula
|
||||
|
|
@ -50,7 +51,7 @@ msgstr "Izraz pregleda"
|
|||
|
||||
#. module: base_tier_validation_formula
|
||||
#. odoo-python
|
||||
#: code:addons/base_tier_validation_formula/models/tier_review.py:0
|
||||
#: code:addons/base_tier_validation_formula/models/tier_review.py
|
||||
#, python-format
|
||||
msgid "Reviewer python expression must return a res.users recordset."
|
||||
msgstr "Python izraz pregledača mora vratiti res.users recordset."
|
||||
|
|
@ -91,6 +92,8 @@ msgid ""
|
|||
"Write Python code that defines the reviewer. The result of executing the "
|
||||
"expression must be a res.users recordset."
|
||||
msgstr ""
|
||||
"Napišite Python kod koji definiše pregledača. Rezultat izvršavanja izraza "
|
||||
"mora biti res.users recordset."
|
||||
|
||||
#. module: base_tier_validation_formula
|
||||
#: model:ir.model.fields,help:base_tier_validation_formula.field_tier_definition__python_code
|
||||
|
|
@ -98,3 +101,5 @@ msgid ""
|
|||
"Write Python code that defines when this tier confirmation will be needed. "
|
||||
"The result of executing the expresion must be a boolean."
|
||||
msgstr ""
|
||||
"Napišite Python kod koji definiše kada će ova potvrda nivoa biti potrebna. "
|
||||
"Rezultat izvršavanja izraza mora biti boolean."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue