TOOLS: improve menu
[odoo/odoo.git] / addons / subscription / __terp__.py
1 {
2         "name" : "Subscription and recurring operations",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "category" : "Generic Modules/Others",
6         "depends" : ["base"],
7         "init_xml" : [],
8         "demo_xml" : [],
9         "update_xml" : ["subscription_view.xml"],
10         "active": False,
11         "installable": True
12 }