Files
suite/l10n_us_hr_payroll/models/__init__.py
Jared Kipe b7213bc1f1 [REL] l10n_us_hr_payroll: For Odoo 2020.2.2
This release fixes multiple logical problems with Odoo's payroll, including the difference in behavior on payslips with 'recursive' category calculations needed for many.
2020-11-21 15:41:27 -08:00

9 lines
276 B
Python

# Part of Hibou Suite Professional. See LICENSE_PROFESSIONAL file for full copyright and licensing details.
from . import hr_contract
from . import hr_payslip
from . import hr_salary_rule
from . import res_config_settings
from . import update
from . import us_payroll_config