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:37 +01:00
parent 57fd446fa0
commit 67eb12cfcb
22 changed files with 311 additions and 500 deletions

View file

@ -21,7 +21,7 @@ msgstr "Aktivan"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__auth_endpoint
msgid "Authorization URL"
msgstr "Authorization URL"
msgstr "URL autorizacije"
#. module: auth_oauth_ropc
#: model:ir.model.fields,field_description:auth_oauth_ropc.field_oauth_ropc_provider__client_id
@ -95,13 +95,12 @@ msgstr "Korisnik"
#. module: auth_oauth_ropc
#. odoo-python
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py:0
#: code:addons/auth_oauth_ropc/models/oauth_ropc_provider.py
#, python-format
msgid "You can define only one active provider"
msgstr "Možete definirati samo jednog aktivnog davatelja"
#. module: auth_oauth_ropc
#: model:ir.actions.act_window,name:auth_oauth_ropc.oauth_ropc_provider_act_window
#: model:ir.ui.menu,name:auth_oauth_ropc.oauth_ropc_provider_menu
msgid "oauth ROPC Providers"
msgstr "oauth ROPC davatelji"