[IMP]purchase_requisition: Rename the Create Orders button into Create Quotation
authorsbh (Open ERP) <sbh@tinyerp.com>
Wed, 25 Aug 2010 06:07:12 +0000 (11:37 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Wed, 25 Aug 2010 06:07:12 +0000 (11:37 +0530)
bzr revid: sbh@tinyerp.com-20100825060712-b4u03mmhunsiqzd2

addons/purchase_requisition/wizard/purchase_requisition_partner_view.xml

index c7a38cf..6214c4f 100644 (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>