c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #01820
[Bug 510201] Re: Show dates by the ERP functions.
Hello Pascal,
Can you provide more specific information?
Thanks.
** Changed in: openobject-server
Status: New => Incomplete
** Project changed: openobject-server => openobject-addons
--
Show dates by the ERP functions.
https://bugs.launchpad.net/bugs/510201
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
Status in OpenObject Addons Modules: Incomplete
Bug description:
In report With OpenOffice
Test these formulas copied from documents from OpenERP without result, areas as they are printed with brackets.
[[ time.strftime('%d/%m/%Y') ]]
[[ time.ctime() ]]
[[ time.ctime().split()[3] ]]
Date: [[ formatLang(time.strftime('%Y-%m-%d')) ]]
[[ formatLang(time.strftime('%d-%m-%Y %H:%M:%S'),date_time=True) ]]
[[ formatLang(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),date_time = True) ]]