From fa4144ec7b53f7c9e1f1b3a31550f601209f818c Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 23 May 2018 11:50:23 -0700 Subject: [PATCH 1/6] Upgrade `website_project_task` for 11.0 --- website_project_task/__init__.py | 0 website_project_task/__manifest__.py | 25 ++++++++++++ .../project_task_templates.xml | 38 +++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 website_project_task/__init__.py create mode 100644 website_project_task/__manifest__.py create mode 100644 website_project_task/project_task_templates.xml diff --git a/website_project_task/__init__.py b/website_project_task/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/website_project_task/__manifest__.py b/website_project_task/__manifest__.py new file mode 100644 index 00000000..efb95eed --- /dev/null +++ b/website_project_task/__manifest__.py @@ -0,0 +1,25 @@ +{ + 'name': 'Website Project Tasks', + 'version': '11.0.1.0.0', + 'author': 'Hibou Corp. ', + 'website': 'https://hibou.io/', + 'license': 'AGPL-3', + 'category': 'Tools', + 'complexity': 'easy', + 'description': """ +This module adds options to Website Project: +============================================ + +* Tags on Tasks +* Classes on Stages and Tags for CSS hooks. + """, + 'depends': [ + 'project', + ], + 'data': [ + 'project_task_templates.xml', + ], + 'installable': True, + 'auto_install': False, + 'category': 'Hidden', +} diff --git a/website_project_task/project_task_templates.xml b/website_project_task/project_task_templates.xml new file mode 100644 index 00000000..47fd67ac --- /dev/null +++ b/website_project_task/project_task_templates.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + From 035115ad5c20d344b6369b860133838e94e24a34 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 1 Jun 2018 14:01:50 -0700 Subject: [PATCH 2/6] Fix column names for stage & tag --- website_project_task/project_task_templates.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website_project_task/project_task_templates.xml b/website_project_task/project_task_templates.xml index 47fd67ac..9ddfebe0 100644 --- a/website_project_task/project_task_templates.xml +++ b/website_project_task/project_task_templates.xml @@ -15,7 +15,8 @@ Tags - + + From a3273374d4e787c17be770daf0d772ff5abed54d Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sat, 3 Nov 2018 16:26:49 -0700 Subject: [PATCH 3/6] ADD security to `project.task.line` and show on website. `website_project_task` module now includes optional template to display Todo List on the task view --- .../project_task_templates.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website_project_task/project_task_templates.xml b/website_project_task/project_task_templates.xml index 9ddfebe0..a64fd695 100644 --- a/website_project_task/project_task_templates.xml +++ b/website_project_task/project_task_templates.xml @@ -36,4 +36,22 @@ + + From 5ff04b7e9b1be11f70d6ae7a330a5fc68c8916d5 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 13 Feb 2019 12:13:40 -0800 Subject: [PATCH 4/6] FIX Portal access for `project.task.line` --- website_project_task/project_task_templates.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website_project_task/project_task_templates.xml b/website_project_task/project_task_templates.xml index a64fd695..fc9495cc 100644 --- a/website_project_task/project_task_templates.xml +++ b/website_project_task/project_task_templates.xml @@ -38,11 +38,11 @@