mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
18 lines
421 B
Python
Executable File
18 lines
421 B
Python
Executable File
{
|
|
'name': 'Payroll Gamification',
|
|
'description': 'Payroll Gamification',
|
|
'version': '11.0.1.0.1',
|
|
'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',
|
|
],
|
|
'depends': [
|
|
'hr_gamification',
|
|
'hr_payroll',
|
|
],
|
|
}
|