c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21791
[Bug 755482] Re: Wrong display of group_by for datetime field
Look like there is actually a bug and fixes associated with it. Not sure
if this will be back-port from trunk to 6.0?
http://bazaar.launchpad.net/~openerp-dev/openobject-
server/6.0-bug-757432-xrg/revision/3399
--
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