credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #04421
[Bug 923879] Re: CRM import crash
Hello Gustavo ,
I have checked your both the issues. It's working properly for me.
For your reference ,I have attached video .please go throw it.
Thanks!
** Attachment added: "Watch this video for more info"
https://bugs.launchpad.net/openobject-addons/+bug/923879/+attachment/2702354/+files/crm.ogv
** Changed in: openobject-addons
Status: New => Incomplete
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/923879
Title:
CRM import crash
Status in OpenERP Addons (modules):
Incomplete
Bug description:
On v6.1, trunk, module crm crashed on import from other module (mail).
It crashes with other installed packages.
=== modified file 'crm/crm_lead.py'
--- crm/crm_lead.py 2012-01-25 16:04:17 +0000
+++ crm/crm_lead.py 2012-01-30 01:32:09 +0000
@@ -27,7 +27,7 @@
from crm import crm_case
import binascii
import tools
-from mail.mail_message import to_email
+from openerp.addons.mail.mail_message import to_email
CRM_LEAD_PENDING_STATES = (
crm.AVAILABLE_STATES[2][0], # Cancelled
=== modified file 'crm/wizard/crm_add_note.py'
--- crm/wizard/crm_add_note.py 2012-01-09 15:10:55 +0000
+++ crm/wizard/crm_add_note.py 2012-01-30 01:33:30 +0000
@@ -1,7 +1,7 @@
from .. import crm
from osv import fields, osv
from tools.translate import _
-from mail.mail_message import truncate_text
+from openerp.addons.mail.mail_message import truncate_text
AVAILABLE_STATES = crm.AVAILABLE_STATES + [('unchanged', 'Unchanged')]
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/923879/+subscriptions
Follow ups
References