[FIX] analytic_journal_billing_rate: improved view.
authorTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 27 Apr 2012 05:48:18 +0000 (11:18 +0530)
committerTurkesh Patel (Open ERP) <tpa@tinyerp.com>
Fri, 27 Apr 2012 05:48:18 +0000 (11:18 +0530)
bzr revid: tpa@tinyerp.com-20120427054818-l20avyc6laelqr5j

addons/analytic_journal_billing_rate/analytic_journal_billing_rate_view.xml

index f2a3665..f275583 100644 (file)
@@ -47,7 +47,7 @@
             <field name="type">form</field>
             <field name="inherit_id" ref="hr_timesheet_sheet.hr_timesheet_sheet_form"/>
             <field name="arch" type="xml">
-                <xpath expr="/form/notebook/page/field[@name='timesheet_ids']/tree/field[@name='account_id']" position="replace">
+                <xpath expr="/form/sheet/notebook/page/field[@name='timesheet_ids']/tree/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, journal_id)"/>
                 </xpath>
             </field>