c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #15744
[Bug 710516] Re: Purchase: Try to select partner address which has no partner on it
Hello Mustufa,
This is an excellent find, thanks a lot this real eye-opener.
@Kirti,@Rucha,
The bug is still reproducible when you create a new address from that M2O field.
http://bazaar.launchpad.net/~openerp-dev/openobject-addons/ksa-addons2/revision/3942 is not a complete solution.
Reason : Talking on functional aspect,we cannot really restrict the destination address to be the one other than Supplier's!
Thanks.
--
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:
Purchase: Try to select partner address which has no partner on it
Status in OpenERP Modules (addons):
Confirmed
Status in OpenERP Addons 5.0 series:
Confirmed
Status in OpenERP Addons 6.0 series:
Confirmed
Status in OpenERP Addons trunk series:
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
References