Vishmita Jadeja (openerp) has proposed merging
lp:~openerp-dev/openerp-web/trunk-improve-analysis-vja into lp:openerp-web.
Requested reviews:
Jiten (OpenERP) (jiten-openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-analysis-vja/+merge/123272
In analysis,remove <> at the end of the line.
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-improve-analysis-vja/+merge/123272
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-improve-analysis-vja.
=== modified file 'addons/web/static/src/js/view_list.js'
--- addons/web/static/src/js/view_list.js 2012-09-06 14:53:26 +0000
+++ addons/web/static/src/js/view_list.js 2012-09-07 13:30:28 +0000
@@ -1225,14 +1225,14 @@
open: function (point_insertion) {
this.render().insertAfter(point_insertion);
- var no_subgroups = _(this.datagroup.group_by).isEmpty(),
- records_terminated = !this.datagroup.context['group_by_no_leaf'];
+ var no_subgroups = _(this.view.dataset.group_by).isEmpty()
+ records_terminated = !this.view.dataset.context['group_by_no_leaf'];
if (no_subgroups && records_terminated) {
this.make_paginator();
}
},
close: function () {
- this.$row.children().last().empty();
+ this.$row.find('td.oe_list_group_pagination').empty();
this.records.reset();
},
/**
_______________________________________________
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