mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[FIX] Deletes an unnecessary function call
This commit is contained in:
@@ -67,7 +67,7 @@ def py3o_report_extender(report_xml_id=None):
|
||||
|
||||
def format_multiline_value(value):
|
||||
if value:
|
||||
return Markup(unicode(value).replace('<', '<').replace('>', '>').
|
||||
return Markup(value.replace('<', '<').replace('>', '>').
|
||||
replace('\n', '<text:line-break/>').
|
||||
replace('\t', '<text:s/><text:s/><text:s/><text:s/>'))
|
||||
return ""
|
||||
|
||||
Reference in New Issue
Block a user