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
parent 2eb83f6217
commit b4239a3228
13 changed files with 241 additions and 9 deletions

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