Task-ID 506:put help tooltips for pruchase_requisition module in installer wizard and change and improve the label of button in quotation tab

bzr revid: sbh@tinyerp.com-20100519114436-il3v5xl7w9ivuj09
This commit is contained in:
sbh (Open ERP) 2010-05-19 17:14:36 +05:30
parent 21d71d4d96
commit 0cfb77445f
3 changed files with 3 additions and 2 deletions

View File

@ -25,7 +25,7 @@ class purchase_installer(osv.osv_memory):
_inherit = 'res.config.installer'
_columns = {
'purchase_requisition':fields.boolean('Purchase Requisition'),
'purchase_requisition':fields.boolean('Purchase Requisition',help="Manage your Purchase Requisition and regroup and allow you to easily keep track and order all your purchase orders."),
}
purchase_installer()

View File

@ -72,7 +72,7 @@
</page>
<page string="Quotations">
<group col="8" colspan="4">
<button name="%(action_purchase_requisition_partner)d" string="New RfQr" type="action" />
<button name="%(action_purchase_requisition_partner)d" string="Requests for Quotation" type="action" icon="gtk-execute" />
<label colspan="6" string=""/>
</group>
<field name="purchase_ids" nolabel="1" colspan="4"/>

View File

@ -9,6 +9,7 @@
<form string="Purchase Requisition">
<field name="partner_id" on_change="onchange_partner_id(partner_id)"/>
<field domain="[('partner_id','=',partner_id)]" name="partner_address_id"/>
<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"/>