[FIX] correctly forward context in graph view
authorGéry Debongnie <ged@odoo.com>
Mon, 22 Sep 2014 09:18:41 +0000 (11:18 +0200)
committerGéry Debongnie <ged@odoo.com>
Mon, 22 Sep 2014 09:18:41 +0000 (11:18 +0200)
commit4c031b95d03eff0b8c2a365139a78f5f62244d2c
treee8974a0f6fea94da398fea1efa5eccc808abe84f
parentc82bd1365c1de3795a0c78d9a0638d36ebc61a58
[FIX] correctly forward context in graph view

the new graph view silently ignored the context when doing its rpc
read_group.  Usually, it's not really a problem, which is why it is only
now being fixed, but some models actually use the context in read_group.
(for ex, account_entries_report)
addons/web_graph/static/src/js/graph_view.js
addons/web_graph/static/src/js/pivot_table.js