[IMP] hr_payroll_hibou: add pay period to payslip

This commit is contained in:
Jared Kipe
2022-04-28 19:22:17 +00:00
parent 2d2f42caf9
commit 4efa002b0e
3 changed files with 22 additions and 1 deletions

View File

@@ -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