mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
23 lines
585 B
Python
23 lines
585 B
Python
{
|
|
'name': 'Project Description',
|
|
'version': '14.0.1.0.0',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'website': 'https://hibou.io/',
|
|
'license': 'AGPL-3',
|
|
'category': 'Tools',
|
|
'complexity': 'easy',
|
|
'description': """
|
|
Adds description onto Projects that will be displayed on tasks.
|
|
Useful for keeping project specific notes that are needed whenever
|
|
you're working on a task in that project.
|
|
""",
|
|
'depends': [
|
|
'project',
|
|
],
|
|
'data': [
|
|
'views/project_views.xml',
|
|
],
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|