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:
Ernad Husremovic 2025-11-05 23:02:40 +01:00
parent c13d931fb2
commit d62fb585d6
171 changed files with 3251 additions and 8127 deletions

View file

@ -23,6 +23,7 @@ msgstr "<code>number</code>: The next number of the sequence (integer)"
msgid ""
"<code>number_padded</code>: Padded string of the next number of the sequence"
msgstr ""
"<code>number_padded</code>: popunjeni string sljedećeg broja u sekvenci"
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
@ -30,6 +31,8 @@ msgid ""
"<code>random</code>: The Python random module, eg. to use "
"<code>random.randint(0, 9)</code>"
msgstr ""
"<code>random</code>: Python modul random, npr. za korištenje "
"<code>random.randint(0, 9)</code>"
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
@ -42,6 +45,8 @@ msgid ""
"<code>string</code>: The Python string module, eg. to use "
"<code>random.choices(string.ascii_letters + string.digits, k=4)</code>"
msgstr ""
"<code>niz</code>: The Python string module, eg. to use "
"<code>random.choices(string.ascii_letters + string.digits, k=4)</code>"
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
@ -49,6 +54,8 @@ msgid ""
"<code>uuid</code>: The Python uuid module, eg. to use "
"<code>uuid.uuid4()</code>"
msgstr ""
"<code>uuid</code>: Python modul uuid, npr. za korištenje "
"<code>uuid.uuid4()</code>"
#. module: sequence_python
#: model_terms:ir.ui.view,arch_db:sequence_python.sequence_view
@ -91,6 +98,8 @@ msgid ""
"The expression you type here will be evaluated as the next number. The "
"following variables can be used:"
msgstr ""
"Izraz koji ovdje unesete biće evaluiran kao sljedeći broj. Mogu se koristiti"
" sljedeće varijable:"
#. module: sequence_python
#: model:ir.model.fields,field_description:sequence_python.field_ir_sequence__use_python_code