From 87bdd510430c180c57766ce8ac78dfaeb0d5cb86 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/views/portal_template.xml | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 project_timebox/views/portal_template.xml diff --git a/project_timebox/__manifest__.py b/project_timebox/__manifest__.py index e107ab1..6e77445 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/views/portal_template.xml b/project_timebox/views/portal_template.xml new file mode 100644 index 0000000..c55f9d5 --- /dev/null +++ b/project_timebox/views/portal_template.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file