[FIX] hr_holidays borken test case on report generation
authorXavier ALT <xal@openerp.com>
Tue, 21 Feb 2012 11:21:49 +0000 (12:21 +0100)
committerXavier ALT <xal@openerp.com>
Tue, 21 Feb 2012 11:21:49 +0000 (12:21 +0100)
bzr revid: xal@openerp.com-20120221112149-9c8u46qxq1s0qqsr

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