← Back to team overview

openerp-india team mailing list archive

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

 

Also default domain, for date widjet work in local TimeZone!

-- 
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


References