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,10 +30,8 @@ msgstr "Kreirano"
#. module: fastapi_encrypted_errors
#: model:ir.actions.act_window,name:fastapi_encrypted_errors.wizard_fastapi_decrypt_errors_action_decrypt_error
#: model:ir.ui.menu,name:fastapi_encrypted_errors.menu_fastapi_decrypt_errors
#: model_terms:ir.ui.view,arch_db:fastapi_encrypted_errors.wizard_fastapi_decrypt_errors_view_form
msgid "Decrypt Error"
msgstr "Greška dešifriranja"
msgstr "Greška dešifrovanja"
#. module: fastapi_encrypted_errors
#: model:ir.model.fields,field_description:fastapi_encrypted_errors.field_wizard_fastapi_decrypt_errors__decrypted_error
@ -67,7 +65,6 @@ msgstr "Greška"
#. module: fastapi_encrypted_errors
#: model:ir.model,name:fastapi_encrypted_errors.model_fastapi_endpoint
#: model:ir.model.fields,field_description:fastapi_encrypted_errors.field_wizard_fastapi_decrypt_errors__fastapi_endpoint_id
msgid "FastAPI Endpoint"
msgstr "FastAPI krajnja točka"
@ -106,8 +103,9 @@ msgstr "Zadnje ažurirano"
msgid ""
"The secret key used to encrypt errors before sending them to the client."
msgstr ""
"Tajni ključ koji se koristi za šifriranje grešaka prije slanja klijentima."
#. module: fastapi_encrypted_errors
#: model:ir.model,name:fastapi_encrypted_errors.model_wizard_fastapi_decrypt_errors
msgid "Wizard to decrypt FastAPI errors"
msgstr "Čarobnjak za dešifriranje FastAPI grešaka"
msgstr "Čarobnjak za dešifrovanje FastAPI grešaka"