mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
30 lines
847 B
Python
Executable File
30 lines
847 B
Python
Executable File
{
|
|
'name': 'USA - Washington - 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::Washington Payroll Rules.
|
|
==============================
|
|
|
|
* Contribution register and partner for Washington Employment Security Department - Unemployment
|
|
* Contribution register and partner for Washington Labor & Industries - (LNI)
|
|
* Contract level LNI
|
|
* Company level Washington Unemployment Rate
|
|
""",
|
|
|
|
'auto_install': False,
|
|
'website': 'https://hibou.io/',
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/hr_payroll_views.xml',
|
|
'data/base.xml',
|
|
'data/rates.xml',
|
|
'data/rules.xml',
|
|
'data/final.xml',
|
|
],
|
|
'installable': True
|
|
}
|