Merge lp:~openerp-dev/openerp-web/7.0-opw-594429-rmu into lp:openerp-web/7.0

Proposed by Ravish(OpenERP)
Status: Merged
Merge reported by: Ravish(OpenERP)
Merged at revision: not available
Proposed branch: lp:~openerp-dev/openerp-web/7.0-opw-594429-rmu
Merge into: lp:openerp-web/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
addons/web/static/src/js/data.js (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openerp-web/7.0-opw-594429-rmu
Reviewer Review Type Date Requested Status
Naresh(OpenERP) Pending
Review via email: mp+174402@code.launchpad.net

Description of the change

Hello,

with this fix dashboard return correct values
-create dashboard for customer invoice. it will shown value of only customer invoice dashboard
before if you made customer invoice, graph view and group by invoice date shows amount of both supplier and customer.

Thanks Lot.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'addons/web/static/src/js/data.js'
2--- addons/web/static/src/js/data.js 2013-06-07 15:23:26 +0000
3+++ addons/web/static/src/js/data.js 2013-07-12 13:01:36 +0000
4@@ -724,7 +724,7 @@
5 });
6 },
7 get_domain: function (other_domain) {
8- this._model.domain(other_domain);
9+ return this._model.domain(other_domain);
10 },
11 alter_ids: function (ids) {
12 this._super(ids);