[IMP] button in MO

bzr revid: fp@tinyerp.com-20121208162724-hd9mdh64ncqn0lah
This commit is contained in:
Fabien Pinckaers 2012-12-08 17:27:24 +01:00
commit cce5289809
1 changed files with 1 additions and 1 deletions

View File

@ -623,7 +623,7 @@
<button name="%(act_mrp_product_produce)d" states="confirmed,ready,in_production" string="Produce" type="action" class="oe_highlight"/>
<button name="force_production" states="confirmed" string="Force Reservation" type="object"/>
<button name="force_production" states="picking_except" string="Force Reservation" type="object"/>
<button name="button_produce" states="confirmed,ready" string="Mark as Started"/>
<button name="button_produce" states="ready" string="Mark as Started"/>
<button name="button_recreate" states="picking_except" string="Recreate Picking"/>
<button name="button_cancel" states="draft,ready,in_production,picking_except" string="Cancel"/>
<button name="action_cancel" type="object" states="confirmed" string="Cancel"/>