[IMP] web_preload js part
[odoo/odoo.git] / addons / analytic_user_function / analytic_user_function_view.xml
index 0bb4c89..1863dd4 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/field[@name='account_id']" position="replace">
+                <xpath expr="/form/notebook/page[@string='Information']/group/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/field[@name='user_id']" position="replace">
+                <xpath expr="/form/group/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>