~vauxoo/addons-vauxoo/6.0-trunk

« back to all changes in this revision

Viewing changes to purchase_requisition_department/view/purchase_requisition_view.xml

  • Committer: Jose Morales
  • Date: 2014-07-28 20:00:11 UTC
  • mfrom: (543.7.551 7.0-addons-vauxoo)
  • Revision ID: jose@vauxoo.com-20140728200011-csytovehrzwp24lr
[FORWARD PORT] 7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
                <xpath expr="//field[@name='user_id']" position="after">
11
11
                    <field name="department_id"/>
12
12
                </xpath>
 
13
                <xpath expr="//field[@name='user_id']" position="attributes">
 
14
                    <attribute name="on_change">onchange_user_id(user_id)</attribute>
 
15
                </xpath>
 
16
 
13
17
            </field>
14
18
        </record> 
15
19