← Back to team overview

openerp-community team mailing list archive

Re: OpenERP 6.1 transaction issue

 


    self.pool.get('res.partner').write(cr, uid, {'name': 'New name'}


Would not want to befog the kids trying this out at home, so rather

    self.pool.get('res.partner').write(cr, uid, 1, {'name': 'New name'})



--
Therp - Maatwerk in open ontwikkeling

Stefan Rijnhart - Ontwerp en implementatie

mail: stefan@xxxxxxxx
tel: +31 (0) 614478606
http://therp.nl
https://twitter.com/therp_stefan


Follow ups

References