[IMP] change as per review
[odoo/odoo.git] / addons / crm_fundraising / __openerp__.py
index a8c389c..ed7208c 100644 (file)
 
 
 {
-    'category': 'Sales', 
-    'name': 'CRM Fundraising',
+    'category': 'Customer Relationship Management', 
+    'name': 'Fundraising',
     'version': '1.0',
     'description': """
 Fundraising.
 ============
+
+When you wish to support your organization or a campaign, you can trace
+all your activities for collecting money. The menu opens a search list
+where you can find fund descriptions, email, history and probability of
+success. Several action buttons allow you to easily modify your different
+fund status.
     """,
     'author': 'OpenERP SA',
     'website': 'http://www.openerp.com',
@@ -44,9 +50,9 @@ Fundraising.
     'demo_xml': [
         'crm_fundraising_demo.xml',
     ],
-    'test': ['test/test_crm_fund.yml'],
+    'test': ['test/process/fund-rising.yml'],
     'installable': True,
-    'active': False,
+    'auto_install': False,
     'certificate' : '00871545204231528989',
     'images': ['images/fundraising_analysis.jpeg','images/fundraising_categories.jpeg','images/funds.jpeg'],
 }