[IMP]:improved

bzr revid: apa@tinyerp.com-20120620063310-exh3x71uznade3uk
This commit is contained in:
Amit Patel (OpenERP) 2012-06-20 12:03:10 +05:30
parent 2a47995b5e
commit 393addb7e5
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
<button name="invoice_recreate" states="invoice_except" string="Recreate Invoice"/>
<button name="invoice_corrected" states="invoice_except" string="Invoice Corrected"/>
<button name="%(action_cancel_repair)d" states="confirmed,2binvoiced,ready,under_repair" string="Cancel Repair" type="action" attrs="{'invisible':['|',('invoice_method','!=','none')]}"/>
<button name="%(action_cancel_repair)d" states="invoice_except" string="Cancel Repair" type="action"/>
<button name="%(action_cancel_repair)d" states="invoice_except" string="Cancel Repair" type="action" attrs="{'invisible':['|',('invoice_method','!=','none')]}"/>
<button name="cancel" states="draft" string="Cancel Repair"/>
<field name="state" widget="statusbar" statusbar_visible="draft,confirmed,ready" />
</header>