mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_payroll_hibou: Control the 'wage_type' at the HR Contract Level
This will make it possible to be more abstract with 'work_type' or 'worked days lines' and overtime.
This commit is contained in:
@@ -7,6 +7,8 @@ class ResConfigSettings(models.TransientModel):
|
||||
_inherit = 'res.config.settings'
|
||||
|
||||
# TODO We need MORE here...
|
||||
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')
|
||||
module_l10n_us_hr_payroll_401k = fields.Boolean(string='USA Payroll 401k')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user