Files
suite/hr_payroll_slip_ytd/__manifest__.py
2022-03-21 16:53:45 +00:00

19 lines
497 B
Python
Executable File

{
'name': 'Payroll Report Year to Date',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '15.0.1.0.0',
'category': 'Human Resources',
'sequence': 95,
'summary': 'Show YTD computations on Payslip Report',
'description': """
Show Year to Date (YTD) computations on Payslip Report.
""",
'website': 'https://hibou.io/',
'depends': ['hr_payroll'],
'data': [
'views/payslip_views.xml',
],
'installable': True,
'application': False,
}