[MERGE] merge with latest stable
[odoo/odoo.git] / addons / subscription / __openerp__.py
index cb5bdbc..88b567c 100644 (file)
 {
     'name': 'Subscription and recurring operations',
     'version': '1.0',
-    'category': 'Generic Modules/Others',
+    'category': 'Tools',
     'description': """Module allows to create new documents and add subscription on that document.""",
     'author': 'OpenERP SA',
-    'depends': ['base'],
+    'depends': ['base_tools'],
     'init_xml': [],
     'update_xml': ['security/subcription_security.xml', 'security/ir.model.access.csv', 'subscription_view.xml'],
     'demo_xml': ['subscription_demo.xml',],