mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_payslip_line_date: Add hr_payslip_line_date to Odoo v13
Add the hr_payslip_line module to Odoo13 H3953
This commit is contained in:
committed by
Jared Kipe
parent
157670291a
commit
031af239e5
7
hr_payslip_line_date/models/payslip.py
Executable file
7
hr_payslip_line_date/models/payslip.py
Executable file
@@ -0,0 +1,7 @@
|
||||
from odoo import models, fields
|
||||
|
||||
|
||||
class PayslipLine(models.Model):
|
||||
_inherit = 'hr.payslip.line'
|
||||
|
||||
date = fields.Date(string="Date Account", related='slip_id.date', store=True)
|
||||
Reference in New Issue
Block a user