[IMP]:hr_timesheet_invoice
authorAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 8 Jun 2012 11:20:00 +0000 (16:50 +0530)
committerAmit Patel (OpenERP) <apa@tinyerp.com>
Fri, 8 Jun 2012 11:20:00 +0000 (16:50 +0530)
bzr revid: apa@tinyerp.com-20120608112000-4bw3dsc5g7nmutq8

addons/hr_timesheet_invoice/hr_timesheet_invoice_view.xml

index b75f839..c692040 100644 (file)
             <field name="type">form</field>
             <field name="inherit_id" ref="hr_timesheet.hr_timesheet_line_form"/>
             <field name="arch" type="xml">
-                <xpath expr='//separator[@string="Invoicing"]' position='after'>
-                    <field name="to_invoice"/>
-                    <field name="invoice_id"/>
+                <xpath expr="//group[@string='Accounting']" position='after'>
+                    <group string="Invoicing">
+                        <field name="to_invoice"/>
+                        <field name="invoice_id"/>
+                    </group>
                 </xpath>
             </field>
         </record>