23 lines
685 B
Python
23 lines
685 B
Python
{
|
|
'name': 'Project Kudos+',
|
|
'version': '18.0.1.0',
|
|
'summary': 'Employee reward and recognition system for project tasks',
|
|
'description': """Employee Reward and recognition system based on project tasks""",
|
|
'category': 'Human Resources',
|
|
'author': 'Karuna',
|
|
'depends': ['project', 'hr', 'mail'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/mail_template.xml',
|
|
'data/badge_data.xml',
|
|
'data/ir_cron.xml',
|
|
'views/kudos_views.xml',
|
|
'views/badge_views.xml',
|
|
'views/leaderboard_views.xml',
|
|
'views/menu.xml',
|
|
],
|
|
'installable': True,
|
|
'application': True,
|
|
'license': 'LGPL-3',
|
|
}
|