mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[IMP] hr_payroll_hibou: add pay period to payslip
This commit is contained in:
@@ -137,6 +137,11 @@ class Payslips(BrowsableObject):
|
||||
@property
|
||||
def paid_amount(self):
|
||||
return self.dict._get_paid_amount()
|
||||
|
||||
# Hibou helper
|
||||
@property
|
||||
def pay_periods_in_year(self):
|
||||
return self.dict.get_pay_periods_in_year()
|
||||
|
||||
|
||||
# Patch over Core
|
||||
|
||||
Reference in New Issue
Block a user