c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21769
[Bug 755482] Re: Wrong display of group_by for datetime field
Hello,
I have attached Invoice Analysis Report screen shot after Adding One
more filter.
Thanks
** Attachment added: "Invoice Analysis Report"
https://bugs.launchpad.net/openobject-server/+bug/755482/+attachment/2029076/+files/Screenshot.png
--
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/755482
Title:
Wrong display of group_by for datetime field
Status in OpenERP Server:
New
Bug description:
In my openerp-server-6.0.2 official release (tar.gz file), I deploy
Medical module that contains a <search> type with the following
<filter string="Date" icon="terp-go-month" domain="[]"
context="{'group_by':'appointment_date'}"/>
However, it doesn't correctly display result when activated
1. It shows groups by months, with 1 line / day, so it will shows as
having 31 rows with the same values
2. When zoom-in, each line (above) contains other days of the month.
Expected result: records are grouped by days, and no duplication when
zoom-in.
References