Files
suite/l10n_us_hr_payroll_401k/__manifest__.py
Jared Kipe eb85f97d20 [MIG] l10n_us_hr_payroll_401k: for Odoo Enterprise 14.0
Additionally, added search view to assist in configuring and added it to the config section in `hr_payroll_hibou`.
2020-11-23 18:19:25 -08:00

26 lines
669 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
{
'name': 'USA - 401K Payroll',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '14.0.1.0.0',
'category': 'Payroll',
'depends': [
'l10n_us_hr_payroll',
],
'description': """
* Adds fields to HR Contract for amount or percentage to withhold for retirement savings.
* Adds rules to withhold and have a company match.
""",
'data': [
'data/payroll.xml',
'views/contract_views.xml',
'views/payroll_views.xml',
],
'demo': [
],
'auto_install': False,
'license': 'OPL-1',
}