mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Initial commit of *new* hr_payroll_timesheet and hr_payroll_timesheet_old for 11.0
This commit is contained in:
7
hr_payroll_timesheet/models/hr_contract.py
Normal file
7
hr_payroll_timesheet/models/hr_contract.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class HrContract(models.Model):
|
||||
_inherit = 'hr.contract'
|
||||
|
||||
paid_hourly_timesheet = fields.Boolean(string="Paid Hourly Timesheet", default=False)
|
||||
Reference in New Issue
Block a user