Review: Approve
I didn't merged your branch but you pointed the right place to me.
Here's the diff I applied :
- if (this.value instanceof Array) {
+ var field = this.view.fields_view.fields[this.view.group_by];
+ if (field) {
+ try {
+ this.title = openerp.web.format_value(this.value, field,
false);
+ } catch(e) {}
+ } else if (this.value instanceof Array) {
See Revision:
2189 revid:[email protected]
Thanks !
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-927698-vda/+merge/92247
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-bug-927698-vda.
_______________________________________________
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