[IMP]:Change the name of button.

bzr revid: jni@tinyerp.com-20100929082437-knbp6re6k69ii44p
This commit is contained in:
Jni (Open ERP) 2010-09-29 13:54:37 +05:30
parent 38fdf84584
commit 278b1454c0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<field name="periods" nolabel="1" colspan="2"/>
<group col="2" colspan="4">
<button icon='gtk-cancel' special="cancel" string="Cancel" />
<button name="create_vat" string="Print VAT Decl." colspan="1" type="object" icon="gtk-ok"/>
<button name="create_vat" string="Print Tax Statement" colspan="1" type="object" icon="gtk-ok"/>
</group>
</form>
</field>