Files
suite/hr_payslip_line_date/__manifest__.py
Leighton Pennicott a40351813d [IMP] hr_payslip_line_date: Add hr_payslip_line_date to Odoo v13
Add the hr_payslip_line module to Odoo13

H3953
2020-10-08 16:31:39 -04: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': '13.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
}