2026-08-30 01:31:46 -04:00

18 lines
526 B
Python

{
"name": "Metatroncube Simple Payroll",
"version": "17.0.1.0.0",
"category": "Payroll",
"summary": "Simple monthly payroll without statutory tax, PF, or ESI deductions",
"author": "Metatroncube Software Solutions",
"license": "LGPL-3",
"depends": ["payroll"],
"data": [
"views/hr_contract_views.xml",
"reports/salary_revision_letter.xml",
"views/hr_payslip_views.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"application": False,
}