From 1952cd17e8b0c9867cb3212c18511149d1cd5274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phan=20Sainl=C3=A9ger?= Date: Wed, 24 Aug 2022 16:47:38 +0200 Subject: [PATCH] [IMP] project_timebox: add timebox fields in task portal view --- project_timebox/__manifest__.py | 1 + project_timebox/i18n/fr.po | 10 ++++++++++ project_timebox/views/portal_template.xml | 17 +++++++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 project_timebox/views/portal_template.xml diff --git a/project_timebox/__manifest__.py b/project_timebox/__manifest__.py index aba8751..27e0e3d 100644 --- a/project_timebox/__manifest__.py +++ b/project_timebox/__manifest__.py @@ -79,6 +79,7 @@ This module is maintained by Elabore. "security/ir.model.access.csv", "views/project_task.xml", "views/timebox.xml", + "views/portal_template.xml", ], # only loaded in demonstration mode "demo": [], diff --git a/project_timebox/i18n/fr.po b/project_timebox/i18n/fr.po index 2c4a9a4..36013ed 100644 --- a/project_timebox/i18n/fr.po +++ b/project_timebox/i18n/fr.po @@ -15,6 +15,16 @@ msgstr "" "Content-Transfer-Encoding: \n" "Plural-Forms: \n" +#. module: project_timebox +#: model_terms:ir.ui.view,arch_db:project_timebox.portal_my_task_timebox +msgid "Timebox Max:" +msgstr "Temps estimé maxi :" + +#. module: project_timebox +#: model_terms:ir.ui.view,arch_db:project_timebox.portal_my_task_timebox +msgid "Timebox Min:" +msgstr "Temps estimé mini :" + #. module: project_timebox #: model:ir.model.fields,field_description:project_timebox.field_timebox__create_uid msgid "Created by" diff --git a/project_timebox/views/portal_template.xml b/project_timebox/views/portal_template.xml new file mode 100644 index 0000000..65255a1 --- /dev/null +++ b/project_timebox/views/portal_template.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file