[MIG] hr_payroll_timesheet: to Odoo 13.0 + [ADD] Overtime calculations

This commit is contained in:
Jared Kipe
2020-07-07 14:59:02 -07:00
parent e3371efb3e
commit b290fdb9b5
7 changed files with 193 additions and 117 deletions

View File

@@ -0,0 +1,7 @@
from odoo import fields, models
class AnalyticLine(models.Model):
_inherit = 'account.analytic.line'
payslip_id = fields.Many2one('hr.payslip', string="Payslip", readonly=True)