~credativ/openobject-addons/elico-7.0-fixes

« back to all changes in this revision

Viewing changes to purchase_control_supplier/purchase_view.xml

  • Committer:
  • Date: 2013-10-18 09:35:40 UTC
  • mfrom: (7.1.1 elico-7.0)
  • Revision ID: elicoidal@hotmail.com-20131018093540-21x17do8g7jt2h61
[FIX] bug  1240899.

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                </xpath>
31
31
            </field>
32
32
        </record>
 
33
        <record id="purchase_order_line_form_fc" model="ir.ui.view">
 
34
            <field name="name">purchase.order.line.form_FC</field>W
 
35
            <field name="model">purchase.order.line</field>
 
36
            <field name="inherit_id" ref="purchase.purchase_order_line_form"/>
 
37
            <field name="arch" type="xml">
 
38
                <xpath expr="//field['product_id']" position="attributes">
 
39
                     <attribute name="context">{'supplier_id': parent.partner_id}</attribute>
 
40
                </xpath>
 
41
            </field>
 
42
        </record>
33
43
    </data>
34
44
</openerp>