19 lines
466 B
Python
19 lines
466 B
Python
{
|
|
'name': 'Payroll Extended',
|
|
'category': 'Human Resources/Payroll',
|
|
'summary': 'Manage your employee payroll records and Extending the Payroll featuers',
|
|
'installable': True,
|
|
'application': True,
|
|
'depends': [
|
|
'hr_payroll'
|
|
],
|
|
'data': [
|
|
'data/hr_salary_advance_sequence.xml',
|
|
'security/ir.model.access.csv',
|
|
'views/hr_salary_advance_views.xml',
|
|
'views/menus.xml'
|
|
],
|
|
'assets': {
|
|
},
|
|
}
|