[FIX]Remove Overlapping of graph in Dashboard.

lp bug: https://launchpad.net/bugs/854692 fixed

bzr revid: kgo@kgo-desktop-20110921113743-0p19ocxmf26n2jtl
This commit is contained in:
kmo 2011-09-21 17:07:43 +05:30
parent 801e101a57
commit f8b7d96e20
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ openerp.web_graph.GraphView = openerp.web.View.extend({
this.operator = [];
this.group_field = [];
this.orientation = this.fields_view.arch.attrs.orientation || '';
this.elem_id = this.$element[0]['id'];
this.elem_id = this.view_manager.element_id;
_.each(this.fields_view.arch.children, function (field) {
if (field.attrs.operator) {