mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
25 lines
644 B
Python
Executable File
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
|
|
}
|