[IMP]set xpath correctly
authorSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Fri, 8 Jun 2012 13:15:16 +0000 (18:45 +0530)
committerSanjay Gohel (Open ERP) <sgo@tinyerp.com>
Fri, 8 Jun 2012 13:15:16 +0000 (18:45 +0530)
bzr revid: sgo@tinyerp.com-20120608131516-ae25wf3bd6l4vinb

addons/analytic_user_function/analytic_user_function_view.xml

index 0582655..d14ed97 100644 (file)
@@ -77,7 +77,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/notebook/page[@string='Information']/group/field[@name='account_id']" position="replace">
+                <xpath expr="//field[@name='account_id']" position="replace">
                     <field name="account_id" domain="[('type','=','normal'),('state', '&lt;&gt;', 'close')]" on_change="on_change_account_id(account_id, user_id, unit_amount)" select="1"/>
                 </xpath>
             </field>
@@ -89,7 +89,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/group/field[@name='user_id']" position="replace">
+                <xpath expr="//field[@name='user_id']" position="replace">
                     <field name="user_id" select="1" required="1" on_change="on_change_user_id(user_id, account_id, unit_amount)"/>
                 </xpath>
             </field>