[imp] improvement of label handling
[odoo/odoo.git] / addons / base_contact / __openerp__.py
index 729e535..10bbb46 100644 (file)
 #
 ##############################################################################
 
-
 {
-    'name': 'Base Contact',
+    'name': 'Contacts Management',
     'version': '1.0',
-    'category': 'Hidden',
+    'category': 'Customer Relationship Management',
     'complexity': "expert",
     'description': """
-This module allows you to manage your contacts entirely.
-========================================================
+This module allows you to manage your contacts
+==============================================
 
 It lets you define:
     * contacts unrelated to a partner,
@@ -45,18 +44,16 @@ Pay attention that this module converts the existing addresses into "addresses +
     'depends': ['base','process'],
     'init_xml': [],
     'update_xml': [
-        'security/base_contact_security.xml',
         'security/ir.model.access.csv',
         'base_contact_view.xml',
-        'base_contact_installer_view.xml',
-        #'process/base_contact_process.xml'
+        'process/base_contact_process.xml'
     ],
     'demo_xml': ['base_contact_demo.xml'],
     'test': [
         'test/base_contact00.yml',
     ],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate': '0031287885469',
     'images': ['images/base_contact1.jpeg','images/base_contact2.jpeg','images/base_contact3.jpeg'],
 }