Upgrade website_project_task for 11.0

This commit is contained in:
Jared Kipe
2018-05-23 11:50:23 -07:00
committed by Salomon Chambi
parent cfe965f4aa
commit 8d20fd98d7
3 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
'name': 'Website Project Tasks',
'version': '11.0.1.0.0',
'author': 'Hibou Corp. <hello@hibou.io>',
'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',
}