Public bug reported:
select name,date from stock_picking order by id desc;
IN/00002 | 2011-12-10 00:00:00
the date format is set for German and English to
%d.%m.%Y
time zone is Europe/Vienna
both clients do not honor the date format
web client shows wrong time (+2= hours)
IMHO stock picking takes the order date from
./purchase/purchase.py:219: 'date_order': lambda *a:
time.strftime('%Y-%m-%d'),
hence the time should not be shown in stock_picking order date
** Affects: openerp-web
Importance: Undecided
Status: New
** Affects: openobject-addons
Importance: Undecided
Status: New
** Affects: openobject-client
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP Project Group.
https://bugs.launchpad.net/bugs/902439
Title:
wrong date format, wrong time
Status in OpenERP Web:
New
Status in OpenERP Addons (modules):
New
Status in OpenERP GTK Client:
New
Bug description:
select name,date from stock_picking order by id desc;
IN/00002 | 2011-12-10 00:00:00
the date format is set for German and English to
%d.%m.%Y
time zone is Europe/Vienna
both clients do not honor the date format
web client shows wrong time (+2= hours)
IMHO stock picking takes the order date from
./purchase/purchase.py:219: 'date_order': lambda *a:
time.strftime('%Y-%m-%d'),
hence the time should not be shown in stock_picking order date
To manage notifications about this bug go to:
https://bugs.launchpad.net/openerp-web/+bug/902439/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~c2c-oerpscenario
Post to : [email protected]
Unsubscribe : https://launchpad.net/~c2c-oerpscenario
More help : https://help.launchpad.net/ListHelp