[IMP]: idea: Minor Improvement add groups in close and cancel button

bzr revid: atp@tinyerp.co.in-20100511105701-gwxp1612d5nucjy4
This commit is contained in:
atp (Open ERP) 2010-05-11 16:27:01 +05:30
parent 3bdf2c2e15
commit c02fc5ee47
1 changed files with 2 additions and 2 deletions

View File

@ -172,8 +172,8 @@
<field name="state"/>
<group colspan="2" col="3">
<button name="idea_open" string="Open" states="draft" icon="gtk-go-forward"/>
<button name="idea_close" string="Close" states="open" icon="gtk-close"/>
<button name="idea_cancel" string="Cancel" states="open" icon="gtk-cancel"/>
<button name="idea_close" string="Close" states="open" icon="gtk-close" groups="base.group_extended"/>
<button name="idea_cancel" string="Cancel" states="open" icon="gtk-cancel" groups="base.group_extended"/>
</group>
</page>
<page string="Comments">