22 lines
725 B
Python
22 lines
725 B
Python
{
|
|
'name': 'Consolidated Payslip Grid (OWL)',
|
|
'version': '1.0',
|
|
'category': 'Human Resources',
|
|
'summary': 'Editable Consolidated Payslip Grid (OWL + pqGrid)',
|
|
'author': 'Raman Marikanti',
|
|
'depends': ['hr_payroll', 'web'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/batch_payslip_view.xml',
|
|
],
|
|
'assets': {
|
|
'web.assets_backend': [
|
|
# Internal module JS and XML files (ensure correct paths within 'static/src')
|
|
'consolidated_batch_payslip/static/src/components/pqgrid_batch_payslip/pqgrid_batch_payslip.js',
|
|
'consolidated_batch_payslip/static/src/components/pqgrid_batch_payslip/pqgrid_batch_payslip.xml',
|
|
],
|
|
},
|
|
|
|
'installable': True,
|
|
}
|