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:43 +01:00
parent fac1aaeaa8
commit 414ea3978c
42 changed files with 284 additions and 235 deletions

View file

@ -15,135 +15,137 @@ msgstr ""
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Add"
msgstr "Dodaj"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Can be empty"
msgstr "Može biti prazno"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Computed Measure"
msgstr "Izračunata mjera"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Custom"
msgstr "Prilagođeno"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Div (m1 / m2)"
msgstr "Dij (m1 / m2)"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Float"
msgstr "Decimalni"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Format"
msgstr "Format"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Formula"
msgstr "Formula"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Integer"
msgstr "Cijeli broj"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Measure 1"
msgstr "Mjera 1"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Measure 2"
msgstr "Mjera 2"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Mult (m1 * m2)"
msgstr "Mult (m1 * m2)"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Name"
msgstr "Naziv:"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Operation"
msgstr "Operacija"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Perc (m1 * 100 / m2)"
msgstr "Procenat (m1 * 100 / m2)"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Percentage"
msgstr "Postotak"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Sub (m1 - m2)"
msgstr "Sub (m1 - m2)"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml:0
#: code:addons/web_pivot_computed_measure/static/src/dropdown_item_custom_measure/dropdown_item_custom_measure.xml
#, python-format
msgid "Sum (m1 + m2)"
msgstr "Zbir (m1 + m2)"
#. module: web_pivot_computed_measure
#. odoo-javascript
#: code:addons/web_pivot_computed_measure/static/src/pivot/pivot_model.esm.js:0
#: code:addons/web_pivot_computed_measure/static/src/pivot/pivot_model.esm.js
#, python-format
msgid ""
"This measure is currently used by a 'computed measure'. Please, disable the "
"computed measure first."
msgstr ""
"Ova mjera se trenutno koristi od strane 'izračunate mjere'. Molimo, prvo "
"onemogućite izračunatu mjeru."