2013/9/5 Sergi Almacellas Abellana <[email protected]> > > What do you mean by "re-instanciate"??? > > Something like: > > new_records = [ cls(r.id) for r in records] > > There is any possiblity to "re-instanciate" a list of records? >
with a cls.browse() -- Guillem Barba http://www.guillem.alcarrer.net
