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:31 +01:00
parent 8c8ceccf3f
commit 2643497d8a
41 changed files with 418 additions and 299 deletions

View file

@ -18,20 +18,22 @@ msgstr ""
msgid "<span class=\"oe_inline\"> - </span>"
msgstr "<span class=\"oe_inline\"> - </span>"
# taken from hr.po
#. module: project_task_code
#: model:ir.model,name:project_task_code.model_project_task
msgid "Task"
msgstr "Zadatak"
# taken from hr.po
#. module: project_task_code
#: model:ir.model.fields,field_description:project_task_code.field_project_task__code
msgid "Task Number"
msgstr "Broj zadatka"
# taken from hr.po
#. module: project_task_code
#. odoo-python
#: code:addons/project_task_code/models/project_task.py:0
#: model:ir.model.constraint,message:project_task_code.constraint_project_task_project_task_unique_code
#: code:addons/project_task_code/models/project_task.py
#, python-format
msgid "The code must be unique!"
msgstr "Šifra mora biti jedinstvena!"