Review: Needs Fixing in write list of ids are passed, but in return only one record is written:
this = self.browse(cr, uid, ids[0], context=context) ... return super(orm_temporal, self).write(cr, uid, this.id, vals, context=context) what if I have called write for 3 records? only one will be updated -- https://code.launchpad.net/~openerp-dev/openobject-server/trunk-temporal-db-ksa/+merge/59035 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-server/trunk-temporal-db. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-web Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-web More help : https://help.launchpad.net/ListHelp

