mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
32 lines
810 B
Python
32 lines
810 B
Python
# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Hibou Payroll',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '15.0.2.0.0',
|
|
'category': 'Payroll Localization',
|
|
'depends': [
|
|
'hr_payroll',
|
|
'hr_contract_reports',
|
|
'hibou_professional',
|
|
],
|
|
'description': """
|
|
Hibou Payroll
|
|
=============
|
|
|
|
Base module for fixing specific qwerks or assumptions in the way Payroll Odoo Enterprise Edition behaves.
|
|
|
|
""",
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'data/cron_data.xml',
|
|
'views/payroll_views.xml',
|
|
'views/res_config_settings_views.xml',
|
|
'views/update_views.xml',
|
|
],
|
|
'demo': [
|
|
],
|
|
'auto_install': True,
|
|
'license': 'OPL-1',
|
|
}
|