You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
520 B
18 lines
520 B
{
|
|
'name': 'Task Statusbar',
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'website': 'www.cybrosys.com',
|
|
'category': 'Project',
|
|
'version': '0.3',
|
|
'summary': 'Calculates the time spend based on start date and deadline',
|
|
'depends': [
|
|
'base',
|
|
'project',
|
|
],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/project_statusbar_view.xml',
|
|
],
|
|
'images': ['static/description/banner.jpg'],
|
|
'installable': True,
|
|
}
|
|
|