Files
suite/l10n_us_ks_hr_payroll/__manifest__.py
2018-05-21 10:50:02 -07:00

27 lines
662 B
Python
Executable File

{
'name': 'USA - Kansas - Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Localization',
'depends': ['l10n_us_hr_payroll'],
'version': '11.0.2018.0.0',
'description': """
USA::Kansas Payroll Rules.
===========================
* Kansas Department of Revenue partner
* Contribution register for Kansas DoR
* Company level Kansas Unemployment Rate
""",
'auto_install': False,
'website': 'https://hibou.io/',
'data':[
'us_ks_hr_payroll_view.xml',
'data/base.xml',
'data/rules_2018.xml',
'data/final.xml',
],
'installable': True
}