mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] hr_payroll_attendance: to Odoo 13.0 + [ADD] Overtime calculations
This commit is contained in:
7
hr_payroll_attendance/models/hr_contract.py
Executable file
7
hr_payroll_attendance/models/hr_contract.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class HrContract(models.Model):
|
||||
_inherit = 'hr.contract'
|
||||
|
||||
paid_hourly_attendance = fields.Boolean(string="Paid Hourly Attendance")
|
||||
Reference in New Issue
Block a user