← Back to team overview

credativ team mailing list archive

[Bug 904758] [NEW] project_mailgate no partner_address_id and pop index out of range

 

Public bug reported:

Hi ,

Trying to use project_mailgate, found bugs , i added below lines to
project_mailgate.py

                'partner_address_id': fields.many2one('res.partner.address', 'Partner Contact', \
                                 #domain="[('partner_id','=',partner_id)]"
                                 ),    

it solved the no field found : partner_address_id and then continue test , i found that
it cannot properly import email as project.task, it did create the task from email but it
kept saying error pop index out of range ,

i tried disabled line , i.e. remark it
self.email_forward(cr, uid, model, res_ids, msg_txt)

at mail_gateway.py , mailgate_tool.process_email function ,it then successfully processed
the project_task as well as the mail ,

can we confirm this is a bugs ?

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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/904758

Title:
  project_mailgate no partner_address_id and pop index out of range

Status in OpenERP Addons (modules):
  New

Bug description:
  Hi ,

  Trying to use project_mailgate, found bugs , i added below lines to
  project_mailgate.py

                  'partner_address_id': fields.many2one('res.partner.address', 'Partner Contact', \
                                   #domain="[('partner_id','=',partner_id)]"
                                   ),    

  it solved the no field found : partner_address_id and then continue test , i found that
  it cannot properly import email as project.task, it did create the task from email but it
  kept saying error pop index out of range ,

  i tried disabled line , i.e. remark it
  self.email_forward(cr, uid, model, res_ids, msg_txt)

  at mail_gateway.py , mailgate_tool.process_email function ,it then successfully processed
  the project_task as well as the mail ,

  can we confirm this is a bugs ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/904758/+subscriptions


Follow ups

References