Files
suite/hr_payroll_gamification/__manifest__.py
2022-01-06 13:44:33 -08:00

21 lines
481 B
Python
Executable File

{
'name': 'Payroll Gamification',
'description': 'Payroll Gamification',
'version': '15.0.1.0.0',
'website': 'https://hibou.io/',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'data': [
'data/payroll_data.xml',
'views/gamification_views.xml',
],
'demo': [
'data/payroll_demo.xml',
],
'depends': [
'hr_gamification',
'hr_payroll_hibou',
],
}