c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #09284
[Bug 693342] Re: Group By in the Search View operating on column with 0 value is not rendered properly
Additional info: It also happened to negative values.
--
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/693342
Title:
Group By in the Search View operating on column with 0 value is not rendered properly
Status in OpenObject GTK Client:
New
Bug description:
I'm using trunk GTK client revision 1730.
When creating a search view with Group By filter on column that have 0 value, the record and column with 0.0 value is not rendered properly.
The record with 0.0 value only shows a row with no other data than in the filter column.
The subtotals of column with 0.0 value and the cell that contains the 0.0 value is changing it's rendered values if mouse is hovered above it.
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
References