← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 510201] Re: Show dates by the ERP functions.

 

Hello Pascal,

For now I am closing this issue, You can reopen this with proper steps.

Thanks.

** Changed in: openobject-addons
       Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/510201

Title:
  Show dates by the ERP functions. 

Status in OpenObject Addons Modules:
  Invalid

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) ]]