c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21757
[Bug 755482] Re: Wrong display of group_by for datetime field
Do you mind to attach your screenshot and the (pointer to) declaration of the fields?
I'm not sure if this has anything to do with datetime fields.
Thanks.
--
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