Launchpad automatic translations update.
[odoo/odoo.git] / addons / base_contact / __openerp__.py
index af632e5..30fd52e 100644 (file)
     'version': '1.0',
     'category': 'Generic Modules/Base',
     'description': """
-        This module allows you to manage entirely your contacts.
+        This module allows you to manage your contacts entirely.
 
     It lets you define
         *contacts unrelated to a partner,
         *contacts working at several addresses (possibly for different partners),
         *contacts with possibly different functions for each of its job's addresses
 
-    It also add new menu items located in
+    It also adds new menu items located in
         Partners \ Contacts
         Partners \ Functions
 
     Pay attention that this module converts the existing addresses into "addresses + contacts". It means that some fields of the addresses will be missing (like the contact name), since these are supposed to be defined in an other object.
     """,
-    'author': 'Tiny',
+    'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
     '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'
     ],
-    'demo_xml': ['base_contact_demo.xml'],
+    'demo_xml': ['base_contact_demo.xml'], 
+    'test': [
+        'test/base_contact00.yml',
+    ],
     'installable': True,
     'active': False,
     'certificate': '0031287885469',