odoo/addons/stock
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 [RESTORE] Restore *.sxw files, skipped during bzr-to-git conversion to discard older binary blobs 2014-05-22 14:07:15 +02:00
security [FIX] product: moved pricelist_item ACL from stock to product 2015-02-04 16:17:36 +01:00
static/src resizing of product picture 2012-09-03 14:10:21 +02:00
test [IMP] stock: Optimize stock_move.setlast_tracking() 2014-09-24 16:41:29 +02:00
tests [IMP] stock: do not use assert in (python) tests 2013-11-08 23:15:35 +01:00
wizard [FIX]stock: return of 'To Be Invoiced' picking should also be invoiced 2014-12-17 11:52:37 +01:00
__init__.py
__openerp__.py [IMP] stock: Optimize stock_move.setlast_tracking() 2014-09-24 16:41:29 +02:00
board_warehouse_view.xml [FIX][TRUNK] Error in Reporting Dashboard (Warehouse). 2012-12-04 14:59:18 +05:30
partner.py [IMP] use the openerp namespace. 2012-12-06 15:56:32 +01:00
partner_view.xml [IMP]Remove type field from the modules 2012-08-09 11:35:16 +05:30
product.py [FIX] stock: inventory lines with no production lot: compare with correct stock level 2014-08-14 16:51:37 +02:00
product_data.xml
product_view.xml [FIX] stock: groups mixup in views 2014-10-06 14:43:11 +02:00
res_config.py [MERGE] *: improved english wording, suggestions courtesy of OpenERP Community 2012-12-21 17:48:08 +01:00
res_config_view.xml [FIX] stock: removing the option group_product_variant from the settings, because it is misleading: variants of products aren't supported anymore. This option is to be removed totally in trunk 2013-02-05 11:24:56 +01:00
stock.py [FIX] stock: use unit of measure for manual receptions 2015-04-20 17:16:22 +02:00
stock_data.xml [REM]Remove all account.journal.view and account.journal.column references 2012-11-22 11:45:04 +01:00
stock_demo.xml [FIX] stock,mrp: move multicomp user to test instead of demo data 2013-08-28 10:50:19 +02:00
stock_demo.yml [IMP] bring back the tests - backported from little after v7.0 in the trunk 2014-04-04 11:24:09 +02:00
stock_incoterms.xml
stock_report.xml [FIX] stock: allow modification of stock.picking.{in,out} reports via report designer 2013-08-23 15:12:14 +02:00
stock_sequence.xml [IMP]fix problem of getting reference of internal moves 2012-10-30 11:04:08 +05:30
stock_view.xml [FIX] stock,event,pos: fix "today" filter with regard to timezones 2015-04-23 14:11:24 +02:00
stock_workflow.xml