Files
suite/hr_payroll_input_name_report/__manifest__.py
Jared Kipe 6d7a221615 Adding all from 11.0 https://github.com/hibou-io/odoo-hr-payroll
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
2018-04-30 08:15:31 -07:00

20 lines
630 B
Python

# -*- coding: utf-8 -*-
{
'name': 'Payroll Input Name Report',
'author': 'Hibou Corp. <hello@hibou.io>',
'version': '11.0.0.0.0',
'category': 'Human Resources',
'sequence': 95,
'summary': 'Improves slip reports by using your own Input\'s description',
'description': """
If a Salary Rule\'s Code is identical to an Input's Code, then the input's description
will appear on the payslip report where the rule is displayed.
""",
'website': 'https://hibou.io/',
'depends': ['hr_payroll'],
'data': ['hr_payroll_input_name_report.xml'],
'installable': True,
'application': False,
}