[IMP] hr_payroll_hibou: add module hr_payroll_payment

This commit is contained in:
Jared Kipe
2021-03-09 17:02:13 -08:00
parent 30f1414df5
commit 04ff930990
2 changed files with 15 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ class ResConfigSettings(models.TransientModel):
_inherit = 'res.config.settings'
# TODO We need MORE here...
module_hr_payroll_payment = fields.Boolean(string='Payments & Advanced Accounting')
module_hr_payroll_attendance = fields.Boolean(string='Attendance Entries & Overtime')
module_hr_payroll_timesheet = fields.Boolean(string='Timesheet Entries & Overtime')
module_l10n_us_hr_payroll = fields.Boolean(string='USA Payroll')