mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-18 07:22:00 +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
|
|
@ -13,9 +13,9 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_task_pull_request
|
||||
#: model:ir.model.fields,field_description:project_task_pull_request.field_project_project__pr_required_states
|
||||
#: model:ir.model.fields,field_description:project_task_pull_request.field_project_task__pr_required_states
|
||||
msgid "PR Required States"
|
||||
msgstr "PR zahtijevana stanja"
|
||||
|
||||
|
|
@ -24,25 +24,29 @@ msgstr "PR zahtijevana stanja"
|
|||
msgid "PR URI"
|
||||
msgstr "PR URI"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_task_pull_request
|
||||
#. odoo-python
|
||||
#: code:addons/project_task_pull_request/models/project_task.py:0
|
||||
#: code:addons/project_task_pull_request/models/project_task.py
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Please add the URI for the pull request before moving the task to this "
|
||||
"stage."
|
||||
msgstr ""
|
||||
msgstr "Molimo dodajte URL zahtijevu prije prebacivanja zadatka u ovu fazu"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_task_pull_request
|
||||
#: model:ir.model,name:project_task_pull_request.model_project_project
|
||||
msgid "Project"
|
||||
msgstr "Projekt"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_task_pull_request
|
||||
#: model_terms:ir.ui.view,arch_db:project_task_pull_request.edit_project
|
||||
msgid "Pull Request URIs"
|
||||
msgstr "Pull zahtjev URL"
|
||||
|
||||
# taken from hr.po
|
||||
#. module: project_task_pull_request
|
||||
#: model:ir.model,name:project_task_pull_request.model_project_task
|
||||
msgid "Task"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue