[MERGE] merge with main addons
[odoo/odoo.git] / addons / crm_fundraising / __openerp__.py
index b701769..ed7208c 100644 (file)
 
 
 {
-    'name': 'CRM Fundraising', 
-    'version': '1.0', 
-    'category': 'Generic Modules/CRM & SRM', 
-    'description': """Fundraising""", 
-    'author': 'OpenERP SA', 
-    'website': 'http://www.openerp.com', 
-    'depends': ['crm'], 
+    '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',
+    'depends': ['crm'],
     'init_xml': [
-         'crm_fundraising_data.xml', 
-    ], 
+         'crm_fundraising_data.xml',
+    ],
 
     'update_xml': [
-        'crm_fundraising_view.xml', 
-        'crm_fundraising_menu.xml', 
-        'security/ir.model.access.csv', 
-        'report/crm_fundraising_report_view.xml', 
-    ], 
+        'crm_fundraising_view.xml',
+        'crm_fundraising_menu.xml',
+        'security/ir.model.access.csv',
+        'report/crm_fundraising_report_view.xml',
+    ],
     'demo_xml': [
-        'crm_fundraising_demo.xml', 
-    ], 
-    'test': ['test/test_crm_fund.yml'], 
-    'installable': True, 
-    'active': False, 
+        'crm_fundraising_demo.xml',
+    ],
+    'test': ['test/process/fund-rising.yml'],
+    'installable': True,
+    '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: