[MERGE] Merged with lp:addons
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 2eb1639..b816f1c 100644 (file)
@@ -23,7 +23,8 @@
 {
     'name': 'Partner Geo-Localization',
     'version': '1.0',
-    'category': 'Sales',
+    'category': 'Hidden',
+    'complexity': "normal",
     'description': """
 This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
 ======================================================================================================
@@ -37,16 +38,25 @@ You can also use the geolocalization without using the GPS coordinates.
     """,
     'author': 'OpenERP SA',
     'depends': ['crm'],
+    'demo_xml': [
+        'res_partner_demo.xml',
+    ],
     'update_xml': [
         'security/ir.model.access.csv',
         'res_partner_view.xml',
         'wizard/crm_forward_to_partner_view.xml',
         'crm_lead_view.xml',
         'report/crm_lead_report_view.xml',
+        'report/crm_partner_report_view.xml',
+    ],
+    'test': [
+        'test/process/partner_assign.yml',
+        'test/ui/partner_assign_demo.yml'
     ],
-    'test': ['test/test_crm_partner_assign.yml'],
     'installable': True,
     'active': False,
     'certificate': '00503409558942442061',
     'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'],
 }
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: