Files
suite/hr_payslip_line_date/__manifest__.py
2022-01-06 09:53:20 -08:00

25 lines
644 B
Python
Executable File

{
'name': 'Date on Payslip Lines',
'author': 'Hibou Corp. <hello@hibou.io>',
'license': 'AGPL-3',
'category': 'Human Resources',
'depends': ['hr_payroll_account'],
'version': '15.0.1.0.0',
'description': """
Date on Payslip Lines
=====================
* Adds "Date Account" (date) field to payslip line from payslip
* Adds group by date to Payslip Line search view
* Allows filtering by "Date Account" for easy period reporting
""",
'auto_install': True,
'website': 'https://hibou.io/',
'data': [
'views/payslip_view.xml',
'views/payslip_menu.xml',
],
'installable': True
}