← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 710516] [NEW] [Trunk] purchase: Try to select partner address which has no partner on it

 

Public bug reported:

Hello,

If i select Destination Address on Purchase order (Delivering and inovicing tab) which has no partner defined it gives error:
File "/home/mra/workspace/trunk-dev-addons3/purchase/purchase.py", line 260, in onchange_dest_address_id
    part_id = self.pool.get('res.partner.address').read(cr, uid, [adr_id], ['partner_id'])[0]['partner_id'][0]
TypeError: 'bool' object is unsubscriptable


Thanks,
mra

** Affects: openobject-addons
     Importance: Low
     Assignee: OpenERP R&D Addons Team 2 (openerp-dev-addons2)
         Status: Confirmed

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/710516

Title:
  [Trunk] purchase: Try to select partner address which has no partner
  on it

Status in OpenERP Modules (addons):
  Confirmed

Bug description:
  Hello,

  If i select Destination Address on Purchase order (Delivering and inovicing tab) which has no partner defined it gives error:
  File "/home/mra/workspace/trunk-dev-addons3/purchase/purchase.py", line 260, in onchange_dest_address_id
      part_id = self.pool.get('res.partner.address').read(cr, uid, [adr_id], ['partner_id'])[0]['partner_id'][0]
  TypeError: 'bool' object is unsubscriptable


  Thanks,
  mra





Follow ups

References