mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
33 lines
1.1 KiB
Python
Executable File
33 lines
1.1 KiB
Python
Executable File
{
|
|
'name': 'USA - California - Payroll',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'license': 'AGPL-3',
|
|
'category': 'Localization',
|
|
'depends': ['l10n_us_hr_payroll'],
|
|
'version': '12.0.2019.0.0',
|
|
'description': """
|
|
USA::California Payroll Rules.
|
|
==============================
|
|
|
|
* Contribution register and partner for California Department of Taxation - Unemployment Insurance Tax
|
|
* Contribution register and partner for California Department of Taxation - Income Tax Withholding
|
|
* Contribution register and partner for Califronia Department of Taxation - Employee Training Tax
|
|
* Contribution register and partner for Califronia Department of Taxation - State Disability Insurance
|
|
* Contract level California Exemptions
|
|
* Contract level California State Disability Insurance
|
|
* Company level California Unemployment Insurance Tax
|
|
* Company level California Employee Training Tax
|
|
""",
|
|
|
|
'auto_install': False,
|
|
'website': 'https://hibou.io/',
|
|
'data': [
|
|
'views/hr_payroll_views.xml',
|
|
'data/base.xml',
|
|
'data/rates.xml',
|
|
'data/rules.xml',
|
|
'data/final.xml',
|
|
],
|
|
'installable': False
|
|
}
|