From baa95d6fdfecb960bcef14fa088da2d8504101d1 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 23 May 2018 11:50:23 -0700 Subject: [PATCH 1/7] 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 8a2c08e128dea06276cad8289226979889f4ed1b Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Fri, 1 Jun 2018 14:01:50 -0700 Subject: [PATCH 2/7] 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 51c64961fb83a680a270f3bf172dfbbe537a8d9d Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Sat, 3 Nov 2018 16:26:49 -0700 Subject: [PATCH 3/7] 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 f0f00b48b9fa005d526626d202d4b5324e861a89 Mon Sep 17 00:00:00 2001 From: Jared Kipe Date: Wed, 13 Feb 2019 12:13:40 -0800 Subject: [PATCH 4/7] 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 @@