← Back to team overview

openerp-india team mailing list archive

[Bug 1002644] [NEW] [6.1] TimeZone in Search View (custom domain)

 

Public bug reported:

When we try replace the default domain of FIELD in SEARCH VIEW by:

<field name="start_date" filter_domain="[('start_date','&gt;=',self)]"/>

then VIEW return SELF in local TimeZone, but all records in DB in UTC.
And it will compare user date in local TZ with date from DB in UTC.

Need rule where make convertion: in XML files or auto in framework.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1002644

Title:
  [6.1] TimeZone in Search View (custom domain)

Status in OpenERP Addons (modules):
  New

Bug description:
  When we try replace the default domain of FIELD in SEARCH VIEW by:

  <field name="start_date"
  filter_domain="[('start_date','&gt;=',self)]"/>

  then VIEW return SELF in local TimeZone, but all records in DB in UTC.
  And it will compare user date in local TZ with date from DB in UTC.

  Need rule where make convertion: in XML files or auto in framework.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1002644/+subscriptions


Follow ups

References