Mayur Maheshwari(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-opw-577520-port-mma into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-577520-port-mma/+merge/135061 Hello, If you give Leave Type in different language rather than English(e.g French) and print the report "Employee's Holidays" in English, It will not encode the Leave Type. This fixes the issue. code is forward port from 6.1 Thanks, Mayur -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-opw-577520-port-mma/+merge/135061 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-opw-577520-port-mma.
=== modified file 'hr_holidays/report/holidays_summary_report.py' --- hr_holidays/report/holidays_summary_report.py 2012-11-15 12:38:51 +0000 +++ hr_holidays/report/holidays_summary_report.py 2012-11-20 06:26:05 +0000 @@ -200,6 +200,7 @@ date_xml.append('</days>') date_xml.append('<cols>3.5cm%s,0.4cm</cols>\n' % (',0.4cm' * (60))) + date_xml = ''.join(date_xml) st='<cols_months>3.5cm' for m in range(1,len(width_dict)+1):
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp