[FIX] hr_holidays borken test case on report generation
[odoo/odoo.git] / addons / hr_holidays / report / holidays_summary_report.py
index 1b35b6c..ca924dc 100644 (file)
@@ -243,7 +243,7 @@ class report_custom(report_rml):
         %s
         %s
         </report>
-        ''' % (header_xml, months_xml, u' '.join(date_xml), ustr(emp_xml))
+        ''' % (header_xml, months_xml, u' '.join([ ustr(d) for d in date_xml ]), ustr(emp_xml))
 
         return xml