1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "Tiny purchase",
"version": "0.1",
"author" : "Tiny",
"depends": ['base',],
"category": "Generic Modules/Tiny Purchase",
"init_xml": [],
"update_xml": ["tiny_purchase_view.xml",],
"demo_xml": ["tiny_purchase_demo.xml",],
"active": False,
"installable": True,
}
|