2026-08-30 01:15:04 -04:00

16 lines
441 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_payslip_views.xml",
],
"post_init_hook": "post_init_hook",
"installable": True,
"application": False,
}