17 lines
392 B
Python
17 lines
392 B
Python
{
|
|
"name": "DSRPT Repair Main",
|
|
"summary": "Core entities for Repair FSM",
|
|
"version": "19.0.1.0.0",
|
|
"category": "Services",
|
|
"author": "DisruptLab",
|
|
"license": "LGPL-3",
|
|
"depends": ["base"],
|
|
"data": [
|
|
"security/ir.model.access.csv",
|
|
"views/menu.xml",
|
|
"views/fsm_zone_views.xml",
|
|
],
|
|
"installable": True,
|
|
"application": True,
|
|
}
|