[IMP] report_webkit:remove cancel button from wizard and improved view.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 18 Jun 2012 08:49:25 +0000 (14:19 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Mon, 18 Jun 2012 08:49:25 +0000 (14:19 +0530)
bzr revid: tpa@tinyerp.com-20120618084925-ddk4gf2d4mywiqp5

addons/report_webkit/wizard/report_webkit_actions.py

index f6b9209..30aab09 100644 (file)
@@ -77,11 +77,6 @@ class report_webkit_actions(osv.osv_memory):
         if ids:
             res['arch'] = '''<form string="Add Print Buttons">
                                  <label string="Report Action already exist for this report."/>
-                                 <separator colspan="4"/>
-                                 <group col="2" colspan="4">
-                                     <button icon='gtk-cancel' special="cancel"
-                                         string="_Cancel" />
-                                 </group>
                              </form> 
                             '''