change the accounting voucher view

bzr revid: mga@tinyerp.com-20090219062357-w3mbisfaj17j38tz
This commit is contained in:
mga (Tiny/Axelor) 2009-02-19 11:53:57 +05:30
parent 274f7ab18b
commit 1695f0931e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<field name="state"/>
<button name="open_voucher" string="Pro-forma" states="draft" type="object"/>
<button name="proforma_voucher" string="Create" states="proforma" type="object"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma,posted" type="object"/>
<button name="cancel_voucher" string="Cancel" states="draft,proforma" type="object"/>
<button name="action_cancel_draft" states="cancel" string="Set to Draft" type="object"/>
</group>
</page>