mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
`website_project_task` module now includes optional template to display Todo List on the task view
22 lines
510 B
Python
22 lines
510 B
Python
{
|
|
'name': 'Project Task Lines',
|
|
'version': '11.0.1.0.0',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'website': 'https://hibou.io/',
|
|
'license': 'AGPL-3',
|
|
'category': 'Tools',
|
|
'complexity': 'easy',
|
|
'description': """
|
|
Adds "todo" lines onto Project Tasks, and improves sub-tasks.
|
|
""",
|
|
'depends': [
|
|
'project',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/project_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|