openerp-dev-web team mailing list archive
-
openerp-dev-web team
-
Mailing list archive
-
Message #03354
[Bug 718040] Re: Wrong representation of dates.
Hello Everyone,
In web-client, the representations %x,%X and %c are not working
with date format. To check follow the given steps.
1. Go to Administration/Translations/Languages.
2. Open the language form.
3. Change the representation of date to %c,%x or %X and Save.
4. Go to any form containing date for e.g. Invoice. Select date and it will display %c,%x or %X not the value in that format.
Thanks.
--
You received this bug notification because you are a member of OpenERP
SA's Web Client R&D, which is a bug assignee.
https://bugs.launchpad.net/bugs/718040
Title:
Wrong representation of dates.
Status in OpenERP Modules (addons):
Invalid
Status in OpenERP Addons 6.0 series:
Invalid
Status in OpenERP GTK Client:
Confirmed
Status in OpenERP GTK Client 6.0 series:
In Progress
Status in OpenERP Web Client:
Confirmed
Status in OpenERP Web Client 6.0 series:
Confirmed
Status in OpenERP Web Client trunk series:
Confirmed
Bug description:
I have changed the date format in English en_US language to %d-%b-%Y.
We have to do this as our tax department requires to show month name in date format to avoid misunderstanding.
But in this case PDF reports in English en_US like order, Invoice and
etc shows date like 12-ôåâ-2011 instead of 12-Feb-2011.