From 4895a59805d0516a1f75d3ee9e2bcf485b4ae2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul=20=28ACSONE=29?= Date: Wed, 16 May 2018 21:04:19 +0200 Subject: [PATCH] report_py3o: mention formatLang in README --- report_py3o/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/report_py3o/README.rst b/report_py3o/README.rst index 13c7bc4c..c7aca0bc 100644 --- a/report_py3o/README.rst +++ b/report_py3o/README.rst @@ -162,6 +162,8 @@ time Python's ``time`` module display_address(partner) Return a formatted string of the partner's address +formatLang(value, digits=None, date=False, date_time=False, grouping=True, monetary=False, dp=False, currency_obj=False) + Return a formatted numeric, monetary, date or time value according to the context language and timezone Sample report templates -----------------------