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

@ -30,6 +30,10 @@ msgid ""
"wrapped by a dict with key `disable`. Eg: {'disable': ['search', "
"'do_this']}To disable all methods, use `{'disable: ['all']}`"
msgstr ""
"Konfiguriraj RPC konfiguraciju putem JSON-a. Vrijednost mora biti lista "
"metoda za onemogućavanje umotana u dict sa ključem `disable`. Npr: "
"{'disable': ['search', 'do_this']}Za onemogućavanje svih metoda, koristi "
"`{'disable: ['all']}`"
#. module: rpc_helper
#: model:ir.model.fields,field_description:rpc_helper.field_ir_model__count_changesets
@ -53,14 +57,14 @@ msgstr "Modeli"
#. module: rpc_helper
#. odoo-python
#: code:addons/rpc_helper/patch.py:0
#: code:addons/rpc_helper/patch.py
#, python-format
msgid "Object %s doesn't exist"
msgstr "Objekat %s ne postoji"
#. module: rpc_helper
#. odoo-python
#: code:addons/rpc_helper/patch.py:0
#: code:addons/rpc_helper/patch.py
#, python-format
msgid "RPC call on %s is not allowed"
msgstr "RPC poziv na %s nije dozvoljen"