~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to group_button_wkf_send_rfq/purchase_view.xml

  • Committer: Gabriela (Vauxoo)
  • Date: 2012-01-02 16:24:49 UTC
  • Revision ID: gabrielaquilarque97@gmail.com-20120102162449-lhxnrtif2ud36du2

[ADD] Added new module invoice_so.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version='1.0' encoding='UTF-8'?>
2
 
<openerp>
3
 
    <data>
4
 
        <record id="view_inherit_purchase_button_send_email_form" model="ir.ui.view">
5
 
            <field name="name">view.purchase.button.send.email.form</field>
6
 
            <field name="model">purchase.order</field>
7
 
            <field name="inherit_id" ref="purchase.purchase_order_form"/>
8
 
            <field name="arch" type="xml">
9
 
                <xpath expr="//button[@name='wkf_send_rfq']" position="replace">
10
 
                                                        <button name="wkf_send_rfq" states="draft" string="Send by Email" type="object" context="{'send_rfq':True}" class="oe_highlight" groups = "group_button_wkf_send_rfq.group_button_send_email"/>
11
 
                </xpath>
12
 
            </field>
13
 
        </record>
14
 
    </data>
15
 
</openerp>