[IMP] report_webkit:remove cancel button from wizard and improved view.

bzr revid: tpa@tinyerp.com-20120618084925-ddk4gf2d4mywiqp5
This commit is contained in:
Turkesh Patel (Open ERP) 2012-06-18 14:19:25 +05:30
parent ffb0b9bd89
commit 7aa15407c9
1 changed files with 0 additions and 5 deletions

View 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>
'''