← Back to team overview

openerp-india team mailing list archive

[Bug 1088086] Re: [res.company] Missing context in _set_address_data method when writing partner_obj

 

Hello,

It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-
server/trunk-bug-1088086-tpa

revision-id: tpa@xxxxxxxxxxx-20121214064733-w0aj65ea5xb29kgr

revno: 4685

Thanks,
Turkesh Patel

** Branch linked: lp:~openerp-dev/openobject-server/trunk-
bug-1088086-tpa

** Changed in: openobject-server
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1088086

Title:
  [res.company] Missing context in _set_address_data method when writing
  partner_obj

Status in OpenERP Server:
  Fix Committed

Bug description:
  right now it is like this:

  part_obj.write(cr, uid, [address], {name: value or False})

  
  instead of:

  part_obj.write(cr, uid, [address], {name: value or
  False},context=context)

  
  Regards,

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


References