Comment 3 for bug 1011492

Revision history for this message
Jiten (OpenERP) (jiten-openerp) wrote :

Hello,

This issue is partially affects to two diff projects like web and server both.

From the web side, this issue fixed in branch like,
https://code.launchpad.net/~openerp-dev/openerp-web/trunk-bug-1011492-pan.

So, by this fixed dashboard works fine for hr, project and others But,
For the accounting dashboard, It should be fixed from server side.

After trace all the code, we found that in orm.py method read_group does not fatch field 'balance' from database and it is a functional field.

So, client does not get 'balance' field key.

Thanks.