[IMP] change as per review
[odoo/odoo.git] / addons / crm_fundraising / __openerp__.py
index 292325f..ed7208c 100644 (file)
 
 
 {
-    'name': 'CRM Fundraising',
+    'category': 'Customer Relationship Management', 
+    'name': 'Fundraising',
     'version': '1.0',
-    'category': 'Generic Modules/CRM & SRM',
-    'description': """Fundraising""",
-    'author': 'Tiny',
+    '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',
     'depends': ['crm'],
     'init_xml': [
     'demo_xml': [
         'crm_fundraising_demo.xml',
     ],
+    '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'],
 }
 
 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: