Foram Katharotiya (OpenERP) has proposed merging
lp:~openerp-dev/openerp-web/trunk-graph-fka into lp:openerp-web.
Requested reviews:
Amit Patel (OpenERP) (apa-tiny)
For more details, see:
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-graph-fka/+merge/131405
Hello Sir,
Fix DataError: invalid input syntax for type date: "October 2012"
Thanks,
FKA
--
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-graph-fka/+merge/131405
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openerp-web/trunk-graph-fka.
=== modified file 'addons/web_graph/static/src/js/graph.js'
--- addons/web_graph/static/src/js/graph.js 2012-10-25 12:25:06 +0000
+++ addons/web_graph/static/src/js/graph.js 2012-10-25 13:25:21 +0000
@@ -340,8 +340,7 @@
var defs = [];
_.each(axis, function(x) {
var key = x[xaxis[0]]
- defs.push(obj.call("read_group", [new instance.web.CompoundDomain(domain, [[xaxis[0], '=' ,_convert_key(xaxis[0], key)]]),
- yaxis.concat(xaxis.slice(1, 2)), xaxis.slice(1, 2)], {context: context}).pipe(function(res) {
+ defs.push(obj.call("read_group", [domain, yaxis.concat(xaxis.slice(1, 2)), xaxis.slice(1, 2)], {context: context}).pipe(function(res) {
return [x, key, res];
}));
});
_______________________________________________
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