[IMP]:hr_timesheet_invoice

bzr revid: apa@tinyerp.com-20120608112000-4bw3dsc5g7nmutq8
This commit is contained in:
Amit Patel (OpenERP) 2012-06-08 16:50:00 +05:30
parent 042683183d
commit d92429e541
1 changed files with 5 additions and 3 deletions

View File

@ -41,9 +41,11 @@
<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>