Initial commit of *new* hr_payroll_timesheet and hr_payroll_timesheet_old for 11.0

This commit is contained in:
Jared Kipe
2018-10-31 09:58:09 -07:00
committed by Jared Kipe
parent c00fc65474
commit b9808524b6
11 changed files with 220 additions and 124 deletions

View 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)