mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
hr_payroll_holidays hr_payroll_input_name_report hr_payroll_input_report hr_payroll_payment hr_payroll_timesheet hr_payslip_line_date l10n_us_fl_hr_payroll l10n_us_hr_payroll l10n_us_mo_hr_payroll l10n_us_oh_hr_payroll l10n_us_va_hr_payroll
19 lines
532 B
Python
19 lines
532 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
{
|
|
'name': 'Payroll Input Report',
|
|
'author': 'Hibou Corp. <hello@hibou.io>',
|
|
'version': '11.0.0.0.0',
|
|
'category': 'Human Resources',
|
|
'sequence': 95,
|
|
'summary': 'Adds "Worked Days" and "Other Inputs" to the payslip reports.',
|
|
'description': """
|
|
Adds "Worked Days" and "Other Inputs" to the payslip reports.
|
|
""",
|
|
'website': 'https://hibou.io/',
|
|
'depends': ['hr_payroll'],
|
|
'data': ['hr_payroll_input_report.xml'],
|
|
'installable': True,
|
|
'application': False,
|
|
}
|