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