odoo/addons/event
Nicolas Lempereur 81a3f56651 [FIX] stock,event,pos: fix "today" filter with regard to timezones
The previous filters didn't take timezones into account, and
returned stringified naive datetime values in local browser
time. Those would then be interpreted by the server-side as
UTC date, and depending on the current timezone offset vs UTC,
yield partially incorrect results.

By returning directly a datetime.datetime object instead of
a stringified version (see previous commit 76881fb),
we can get the expected result regarless of the timezone.

Fixes #2972
Closes #6229

opw-621282
2015-04-23 14:11:24 +02:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [FIX] event: improve name from previous merge 2014-06-13 12:03:48 +02:00
security [MERGE] Harmonization of noupdate flag on security XML data, courtesy of Alexis de Lattre (Akretion) 2012-12-19 00:20:01 +01:00
static/src [Fix]Improve code for IE for kanban view in event 2012-10-25 14:37:12 +05:30
test [IMP]: Improved partner demo xml_id referenced based on changes in server 2012-06-20 17:33:05 +05:30
wizard [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
__init__.py merged with trunk 2010-12-30 15:28:09 +05:30
__openerp__.py [cherry picking] manual merge of lp:~openerp-dev/openobject-addons/trunk-screenshots-main-modules-vba 2013-01-31 19:41:41 +01:00
board_association_view.xml [IMP] removing some board stuff 2012-09-06 17:23:03 +02:00
email_template.xml [FIX] email.template: add missing parenthesis to filter all data on email and not the last one 2013-11-22 11:45:09 +01:00
event.py [FIX] event onchange event type 2014-12-21 23:22:58 +01:00
event_data.xml [IMP] [REVIEW] [DOC] addons: added some comments in the various data files about subtypes. 2012-12-03 12:40:09 +01:00
event_demo.xml [FIX]: event: Fixed demo file for event, kept it as xml than yml 2012-07-13 16:30:16 +05:30
event_view.xml [FIX] stock,event,pos: fix "today" filter with regard to timezones 2015-04-23 14:11:24 +02:00
res_partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
res_partner_view.xml [FIX]event:typo 2012-09-25 15:23:01 +05:30