[IMP] stock : Imrpove the view
authorsbh (Open ERP) <sbh@tinyerp.com>
Tue, 31 Aug 2010 09:41:50 +0000 (15:11 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Tue, 31 Aug 2010 09:41:50 +0000 (15:11 +0530)
bzr revid: sbh@tinyerp.com-20100831094150-wpujlwektm03lol5

addons/stock/stock_view.xml

index 71f552c..ed6b5bf 100644 (file)
                             <field name="state"/>
                             <group col="5" colspan="2">
                                 <button name="action_confirm" states="draft" string="Confirm" type="object" icon="gtk-apply"/>
-                                <button name="action_assign" states="confirmed" string="Set Available" type="object" icon="gtk-yes"/>
                                 <button name="action_cancel" states="assigned,confirmed" string="Cancel" type="object" icon="gtk-cancel"/>
+                                <button name="action_assign" states="confirmed" string="Set Available" type="object" icon="gtk-yes"/>
                                 <button name="%(action_partial_move)d" states="assigned,confirmed" string="Partial" type="action" icon="gtk-justify-fill"/>
                                 <button name="action_done" states="assigned" string="Done" type="object" icon="gtk-jump-to"/>
                             </group>