← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 755482] Re: Wrong display of group_by for datetime field

 

Hello Phong,

I have checked this issue at my end in existing Invoice Analysis report by adding one more filter for date field of invoice.
                    <filter string="Draft"
                           icon="terp-document-new"
                           domain="[('state','=','draft')]"
                           help = "Draft Invoices"/>

I did not face any problem like you.
So Would you please check this with another report of official existing addons list.

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