[FIX]auction:added a cancel button on wizard
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Wed, 21 Dec 2011 04:56:41 +0000 (10:26 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Wed, 21 Dec 2011 04:56:41 +0000 (10:26 +0530)
lp bug: https://launchpad.net/bugs/906879 fixed

bzr revid: mma@tinyerp.com-20111221045641-m6qdxnduycnspab4

addons/auction/wizard/auction_taken_view.xml

index b6d59a3..cbb475f 100644 (file)
@@ -13,6 +13,7 @@
                     </group>
                                <separator string="" colspan="4" />
                     <group colspan="4">
+                       <button special="cancel" string="Cancel" icon="gtk-cancel"/>
                        <button icon="gtk-ok"  string="OK"  name="process" type="object" />
                    </group>
                </form>