Chandni Gandhi has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-1096216-cga into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #1096216 in OpenERP Addons: "7.0 survey print - overstrike"
  https://bugs.launchpad.net/openobject-addons/+bug/1096216

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1096216-cga/+merge/142263

Hello,

Set the column width in report.

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1096216-cga/+merge/142263
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-1096216-cga.
=== modified file 'survey/report/survey_browse_response.py'
--- survey/report/survey_browse_response.py	2012-12-06 14:56:32 +0000
+++ survey/report/survey_browse_response.py	2013-01-08 08:43:20 +0000
@@ -223,8 +223,8 @@
 
                 status = "Not Finished"
                 if response.state == "done": status = "Finished"
-                colwidth =  str(tbl_width - 7) + "cm,"
-                colwidth +=  "7cm"
+                colwidth =  str(tbl_width - 8.5) + "cm,"
+                colwidth +=  "8.5cm"
                 rml += """<blockTable colWidths='""" + str(colwidth) + """' style="title_tbl">
                             <tr>
                             <td><para style="title">""" + to_xml(tools.ustr(survey.title)) + """</para><para style="P2"><font></font></para></td>

_______________________________________________
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

Reply via email to