From e42c6fbd6c8a8d41c8202c35dbaed745b0dc50f5 Mon Sep 17 00:00:00 2001 From: vro Date: Thu, 17 Mar 2011 15:25:33 +0530 Subject: [PATCH] [ADD]: Images: crm_fundraising, crm_helpdesk, crm_partner_assign, crm_profiling bzr revid: vro@tinyerp.com-20110317095533-7v14vru5a5xrkqvk --- addons/crm_fundraising/__openerp__.py | 42 +++++++++++++----------- addons/crm_helpdesk/__openerp__.py | 42 +++++++++++++----------- addons/crm_partner_assign/__openerp__.py | 7 ++-- addons/crm_profiling/__openerp__.py | 8 ++--- 4 files changed, 54 insertions(+), 45 deletions(-) diff --git a/addons/crm_fundraising/__openerp__.py b/addons/crm_fundraising/__openerp__.py index b701769432f..49d5f448a59 100644 --- a/addons/crm_fundraising/__openerp__.py +++ b/addons/crm_fundraising/__openerp__.py @@ -21,30 +21,34 @@ { - 'name': 'CRM Fundraising', - 'version': '1.0', - 'category': 'Generic Modules/CRM & SRM', - 'description': """Fundraising""", - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['crm'], + 'name': 'CRM Fundraising', + 'version': '1.0', + 'category': 'Generic Modules/CRM & SRM', + 'description': """ + Fundraising. + ============ + """, + '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/test_crm_fund.yml'], + 'installable': True, + 'active': False, 'certificate' : '00871545204231528989', + 'images': ['images/fundraising_analysis.jpeg','images/fundraising_categories.jpeg','images/funds.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_helpdesk/__openerp__.py b/addons/crm_helpdesk/__openerp__.py index b85aa8cd12f..2cb712c057a 100644 --- a/addons/crm_helpdesk/__openerp__.py +++ b/addons/crm_helpdesk/__openerp__.py @@ -21,29 +21,33 @@ { - 'name': 'CRM Helpdesk', - 'version': '1.0', - 'category': 'Generic Modules/CRM & SRM', - 'description': """Helpdesk Management""", - 'author': 'OpenERP SA', - 'website': 'http://www.openerp.com', - 'depends': ['crm'], + 'name': 'CRM Helpdesk', + 'version': '1.0', + 'category': 'Generic Modules/CRM & SRM', + 'description': """ + Helpdesk Management. + ==================== + """, + 'author': 'OpenERP SA', + 'website': 'http://www.openerp.com', + 'depends': ['crm'], 'init_xml': [ - 'crm_helpdesk_data.xml', - ], + 'crm_helpdesk_data.xml', + ], 'update_xml': [ - 'crm_helpdesk_view.xml', - 'crm_helpdesk_menu.xml', - 'security/ir.model.access.csv', - 'report/crm_helpdesk_report_view.xml', - ], + 'crm_helpdesk_view.xml', + 'crm_helpdesk_menu.xml', + 'security/ir.model.access.csv', + 'report/crm_helpdesk_report_view.xml', + ], 'demo_xml': [ - 'crm_helpdesk_demo.xml', - ], - 'test': ['test/test_crm_helpdesk.yml'], - 'installable': True, - 'active': False, + 'crm_helpdesk_demo.xml', + ], + 'test': ['test/test_crm_helpdesk.yml'], + 'installable': True, + 'active': False, 'certificate' : '00830691522781519309', + 'images': ['images/helpdesk_analysis.jpeg','images/helpdesk_categories.jpeg','images/helpdesk_requests.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: diff --git a/addons/crm_partner_assign/__openerp__.py b/addons/crm_partner_assign/__openerp__.py index b6f91cffda2..e0f471806c1 100644 --- a/addons/crm_partner_assign/__openerp__.py +++ b/addons/crm_partner_assign/__openerp__.py @@ -21,12 +21,12 @@ { - 'name': 'Partner Geo-Localisation', + 'name': 'Partner Geo-Localization', 'version': '1.0', 'category': 'Generic Modules/Production', 'description': """ -This is the module used by OpenERP SA to redirect customers to his partners, -based on geolocalization. +This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization. +====================================================================================================== """, 'author': 'OpenERP SA', 'depends': ['crm'], @@ -41,4 +41,5 @@ based on geolocalization. 'installable': True, 'active': False, 'certificate': '00503409558942442061', + 'images': ['images/partner_geo_localization.jpeg','images/partner_grade.jpeg'], } diff --git a/addons/crm_profiling/__openerp__.py b/addons/crm_profiling/__openerp__.py index 191bb32cfd7..481359571f8 100644 --- a/addons/crm_profiling/__openerp__.py +++ b/addons/crm_profiling/__openerp__.py @@ -21,18 +21,17 @@ { - 'name': 'Crm Profiling management - To Perform Segmentation within Partners', + 'name': 'CRM Profiling Management - To Perform Segmentation within Partners', 'version': '1.3', 'category': 'Generic Modules/CRM & SRM', 'description': """ This module allows users to perform segmentation within partners. + ================================================================= + It uses the profiles criteria from the earlier segmentation module and improve it. Thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner. It also has been merged with the earlier CRM & SRM segmentation tool because they were overlapping. - The menu items related are in "CRM & SRM\Configuration\Segmentations" - - * Note: this module is not compatible with the module segmentation, since it's the same which has been renamed. """, 'author': 'OpenERP SA', @@ -44,5 +43,6 @@ 'installable': True, 'active': False, 'certificate': '0033984979005', + 'images': ['images/profiling_questionnaires.jpeg','images/profiling_questions.jpeg'], } # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: