odoo/addons/website
Xavier Morel 56009e8804 [FIX] website: missing timezone conversion back to UTC
In t-field, datetime fields (formatted and not formatted versions) are
converted to the context/user's timezone (through
fields.datetime.context_timestamp) when displayed, but were saved without
converting back so the next display would go forward (or back) of the user's
tzoffset.

Fix that by applying context_timestamp's conversion backwards, from the
context/user's timezone back to UTC, before saving the field's value.
2014-06-18 16:09:02 +02:00
..
controllers [FIX] sitemap does not show pages 2014-06-17 13:43:57 +02:00
data [MERGE] sitemap backport, merge trunk from 9438 til 9440 2014-05-13 16:38:31 +02:00
models [FIX] website: missing timezone conversion back to UTC 2014-06-18 16:09:02 +02:00
security [FIX] website: missing acl for manage website menu 2014-05-02 15:41:35 +02:00
static Merge pull request #584 from xmo-odoo/master-qweb-groups-xmo 2014-06-18 09:37:02 +02:00
tests [MERGE] forward port of branch saas-4 up to revid bb26dea 2014-05-20 20:19:55 +02:00
views Merge pull request #584 from xmo-odoo/master-qweb-groups-xmo 2014-06-18 09:37:02 +02:00
__init__.py [FIX] website tests 2014-02-17 01:11:48 +01:00
__openerp__.py [MERGE] from trunk 2014-05-02 11:51:32 +02:00