[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`.
This commit is contained in:
Jared Kipe
2020-11-23 17:38:55 -08:00
parent b4ce766638
commit eb85f97d20
4 changed files with 37 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ class ResConfigSettings(models.TransientModel):
# TODO We need MORE here...
module_l10n_us_hr_payroll = fields.Boolean(string='USA Payroll')
module_l10n_us_hr_payroll_401k = fields.Boolean(string='USA Payroll 401k')
payslip_sum_type = fields.Selection([
('date_from', 'Date From'),