[IMP] replace mail_gateway to email_gateway module in dependancy of module.

bzr revid: ysa@tinyerp.com-20110204065627-sfir225ag1bzwgay
This commit is contained in:
Yogesh (OpenERP) 2011-02-04 12:26:27 +05:30
parent 5140ae0d98
commit 7d9d3c5611
5 changed files with 10 additions and 10 deletions

View File

@ -57,7 +57,7 @@ Create dashboard for CRM that includes:
'email',
'base_action_rule',
'process',
'mail_gateway',
'email_gateway',
'base_calendar',
'resource',
'board'

View File

@ -2,7 +2,7 @@
#-*- coding:utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2009 Tiny SPRL (<http://tiny.be>). All Rights Reserved
# mga@tinyerp.com
#
@ -24,9 +24,9 @@
{
"name" : "Fetchmail Server",
"version" : "1.0",
"depends" : ["base", 'mail_gateway'],
"depends" : ["base", 'email_gateway'],
"author" : "OpenERP SA",
"description": """Fetchmail:
"description": """Fetchmail:
* Fetch email from Pop / IMAP server
* Support SSL
* Integrated with all Modules

View File

@ -25,10 +25,10 @@
'version' : '1.0',
'author' : 'OpenERP SA',
'website' : 'http://www.openerp.com/',
'depends' : ['base', 'mail_gateway'],
'depends' : ['base', 'email_gateway'],
'category' : 'Generic Modules/Outlook interface',
'description': '''
This module provide the Outlook plug-in.
This module provide the Outlook plug-in.
Outlook plug-in allows you to select an object that youd like to add
to your email and its attachments from MS Outlook. You can select a partner, a task,

View File

@ -26,7 +26,7 @@
"author": "OpenERP SA",
"website": "http://www.openerp.com",
"category": "Generic Modules/Projects & Services",
"depends": ["project", "mail_gateway"],
"depends": ["project", "email_gateway"],
"description": """This module is an interface that synchronises mails with OpenERP Project Task.
It allows creating tasks as soon as a new mail arrives in our configured mail server.

View File

@ -24,14 +24,14 @@
"version" : "1.0",
"author" : "OpenERP SA & Axelor",
"website" : "http://www.openerp.com/",
"depends" : ["base","mail_gateway"],
"depends" : ["base","email_gateway"],
"category" : "Generic Modules/Thunderbird interface",
"description": """
This module is required for the thuderbird plug-in to work
properly.
The Plugin allows you archive email and its attachments to the selected
The Plugin allows you archive email and its attachments to the selected
OpenERP objects. You can select a partner, a task, a project, an analytical
account,or any other object and attach selected mail as eml file in
account,or any other object and attach selected mail as eml file in
attachment of selected record. You can create Documents for crm Lead,
HR Applicant and project issue from selected mails.