[IMP] project_issue : Removed the icons.

bzr revid: mdi@tinyerp.com-20120702100434-82l616blwsxkzpey
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-07-02 15:34:34 +05:30
parent 9c9141cc65
commit 456d8f2a5b
1 changed files with 2 additions and 2 deletions

View File

@ -69,10 +69,10 @@
<button name="case_reset" string="Reset to New" type="object"
states="cancelled,done"/>
<button name="stage_previous" string="Previous Stage" type="object"
states="open,pending" icon="gtk-go-back"
states="open,pending"
attrs="{'invisible': [('stage_id','=', False)]}"/>
<button name="stage_next" string="Next Stage" type="object"
states="open,pending" icon="gtk-go-forward"
states="open,pending"
attrs="{'invisible': [('stage_id','=', False)]}"/>
<button name="case_cancel" string="Cancel" type="object"
states="draft,open,pending"/>