[FIX] crm_partner_assign: fixed regression
[odoo/odoo.git] / addons / crm_partner_assign / __openerp__.py
index 0a73c51..a00434e 100644 (file)
@@ -23,7 +23,7 @@
 {
     'name': 'Partner Geo-Localization',
     'version': '1.0',
-    'category': 'Generic Modules/Production',
+    'category': 'Sales',
     'description': """
 This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
 ======================================================================================================
@@ -43,6 +43,7 @@ You can also use the geolocalization without using the GPS coordinates.
         '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/test_crm_partner_assign.yml'],
     'installable': True,