[IMP] stock: change string for ok button & add cancel button in wizard
authorAjay Chauhan (OpenERP) <cha@tinyerp.com>
Mon, 17 Sep 2012 06:53:36 +0000 (12:23 +0530)
committerAjay Chauhan (OpenERP) <cha@tinyerp.com>
Mon, 17 Sep 2012 06:53:36 +0000 (12:23 +0530)
bzr revid: cha@tinyerp.com-20120917065336-f1yw01itbx2ka32o

addons/stock/wizard/stock_move_view.xml

index 3df336b..5dc0d0d 100644 (file)
                         </form>
                     </field>
                     <footer>
-                        <button name="split_lot" string="Ok" type="object" icon="gtk-ok" class="oe_highlight"  />
+                        <button name="split_lot" string="Split" type="object" class="oe_highlight"/>
+                        or
+                        <button string="Cancel" class="oe_link" special="cancel"/>
                     </footer>
                 </form>
                 </field>