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:
8
hr_payroll_timesheet_old/hr_contract.py
Executable file
8
hr_payroll_timesheet_old/hr_contract.py
Executable file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class HrContract(models.Model):
|
||||
_inherit = 'hr.contract'
|
||||
|
||||
paid_hourly = fields.Boolean(string="Paid Hourly", default=False)
|
||||
Reference in New Issue
Block a user