[IMP]purchase_requisition: Rename the Create Orders button into Create Quotation

bzr revid: sbh@tinyerp.com-20100825060712-b4u03mmhunsiqzd2
This commit is contained in:
sbh (Open ERP) 2010-08-25 11:37:12 +05:30
parent ba320d4c2e
commit 8b500b45f0
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<separator string="" colspan="4" />
<group colspan="4" col="6">
<button icon="gtk-cancel" special="cancel" string="_Cancel"/>
<button icon="gtk-ok" name="create_order" string="Create Orders" type="object"/>
<button icon="gtk-ok" name="create_order" string="Create Quotation" type="object"/>
</group>
</form>
</field>