> Why did you add this call within the callback for the first fields_get call? > To only get the first level of fields instead of all fields in object? Store all fields and if get field using _.pluck(self.fields, 'id') then get the first level fields. I tried to push default_get method after fields_get but it's not working fields value not exist in self.fields.
> And arguments to `each` callback are named incorrectly: it's val, key not key, > val. They're used the right way, but called wrong: > http://documentcloud.github.com/underscore/#each Improve code. -- https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-871625-ysa/+merge/79073 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openerp-web/trunk-bug-871625-ysa. _______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp

