hr_payroll_holidays
hr_payroll_input_name_report
hr_payroll_input_report
hr_payroll_payment
hr_payroll_timesheet
hr_payslip_line_date
l10n_us_fl_hr_payroll
l10n_us_hr_payroll
l10n_us_mo_hr_payroll
l10n_us_oh_hr_payroll
l10n_us_va_hr_payroll
This commit is contained in:
Jared Kipe
2018-04-30 08:15:31 -07:00
parent 01e60f6e35
commit ca0bf33ee4
5 changed files with 97 additions and 0 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)