1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name" : "Portal Management",
"version" : "0.1",
"author" : "Tiny",
"website" : "http://tinyerp.com/",
"depends" : ["base"],
"category" : "Generic Modules/Others",
"description": """
Base module to manage portal:
- define new menu entry with associated actions.
- add/delete menu entry easily.
- on-the-fly rules and access control creation.
""",
"init_xml" : [],
"update_xml" : ["portal_conf_data.xml","portal_wizard.xml","portal_view.xml","portal_data.xml"],
"demo_xml" : ["portal_demo.xml"],
"active": False,
"installable": True
}
|