mirror of
https://github.com/bringout/oca-project.git
synced 2026-04-18 03:22:08 +02:00
- 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
61 lines
1.8 KiB
Text
61 lines
1.8 KiB
Text
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * project_timeline
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 16.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"Last-Translator: \n"
|
|
"Language-Team: \n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Plural-Forms: \n"
|
|
|
|
#. module: project_timeline
|
|
#: model_terms:ir.ui.view,arch_db:project_timeline.view_task_form2
|
|
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
|
|
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
|
|
msgid "Planned Date Start"
|
|
msgstr "Planned Datum Start"
|
|
|
|
#. module: project_timeline
|
|
#: model_terms:ir.ui.view,arch_db:project_timeline.view_task_form2
|
|
msgid "Planned Dates"
|
|
msgstr "Planned Datums"
|
|
|
|
# taken from hr.po
|
|
#. module: project_timeline
|
|
#: model:ir.model,name:project_timeline.model_project_task
|
|
msgid "Task"
|
|
msgstr "Zadatak"
|
|
|
|
#. module: project_timeline
|
|
#: model:ir.model,name:project_timeline.model_report_project_task_user
|
|
msgid "Tasks Analysis"
|
|
msgstr "Analize zadataka"
|
|
|
|
#. module: project_timeline
|
|
#. odoo-python
|
|
#: 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."
|
|
|
|
#. module: project_timeline
|
|
#: model_terms:ir.ui.view,arch_db:project_timeline.project_task_timeline
|
|
msgid "User"
|
|
msgstr "Korisnik"
|