mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-20 04:42:05 +02:00
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:
parent
8c8ceccf3f
commit
2643497d8a
41 changed files with 418 additions and 299 deletions
|
|
@ -19,16 +19,16 @@ msgid ""
|
|||
"<i class=\"fa fa-long-arrow-right mx-2\" aria-label=\"Arrow icon\" "
|
||||
"title=\"Arrow\"/>"
|
||||
msgstr ""
|
||||
"<i class=\"fa fa-long-arrow-right mx-2\" aria-label=\"Arrow icon\" "
|
||||
"title=\"Arrow\"/>"
|
||||
|
||||
#. module: project_timeline
|
||||
#: model:ir.model.fields,field_description:project_timeline.field_project_task__planned_date_end
|
||||
#: model:ir.model.fields,field_description:project_timeline.field_report_project_task_user__planned_date_end
|
||||
msgid "Planned Date End"
|
||||
msgstr "Planned Datum End"
|
||||
|
||||
#. module: project_timeline
|
||||
#: model:ir.model.fields,field_description:project_timeline.field_project_task__planned_date_start
|
||||
#: model:ir.model.fields,field_description:project_timeline.field_report_project_task_user__planned_date_start
|
||||
msgid "Planned Date Start"
|
||||
msgstr "Planned Datum Start"
|
||||
|
||||
|
|
@ -37,6 +37,7 @@ msgstr "Planned Datum Start"
|
|||
msgid "Planned Dates"
|
||||
msgstr "Planned Datums"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_timeline
|
||||
#: model:ir.model,name:project_timeline.model_project_task
|
||||
msgid "Task"
|
||||
|
|
@ -49,7 +50,7 @@ msgstr "Analize zadataka"
|
|||
|
||||
#. module: project_timeline
|
||||
#. odoo-python
|
||||
#: code:addons/project_timeline/models/project_task.py:0
|
||||
#: code:addons/project_timeline/models/project_task.py
|
||||
#, python-format
|
||||
msgid "The end date must be after the start date."
|
||||
msgstr "The end date must be after the start date."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue