On Tuesday 28 December 2010, you wrote: > @Fabien if this function field si set store=True can solve this? and > another hand group_by feature was not created for this?
I don't think so. Even in that case, my wild guess is that parent records' sums wouldn't be updated correctly when children ones change. It is a known issue, we appreciate it and certainly going to handle it after v6.0. So, please bear with it for the moment. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to the OpenERP Project Group. https://bugs.launchpad.net/bugs/693343 Title: When Group By Filter is applied with column with 0.0 value, it is not rendered properly Status in OpenObject Web Client: Invalid Status in OpenObject Server: Invalid Bug description: I'm using trunk GTK client-web revision 4151. When creating a search view with Group By filter on column that have 0 value, the record with 0.0 value is not rendered. To reproduce: 1. Add the following line to the account.invoice.select view: <filter string="Total" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'amount_total'}"/> 2. Access the view and execute the Total Group By, ensure that you have records with 0.0 _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

