> before:
>
> def getter(self, ids, name):
> res = {}
> for record in self.browse(ids):
> res[record.id] = ...
> return res
>
> now:
>
> def getter(self, name):
> return self....Is too early or is there already a document explaining the new subtleties of the api ? I guess I'll have to dig deeper before setting my mind on it. Also, is there an updated (2.5) version of the demo module ? -- -- [email protected] mailing list
