[IMP]improve name of group in hr_timesheet_invoice

bzr revid: sgo@tinyerp.com-20120606084453-qsf9nwrynrlg9o1q
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-06 14:14:53 +05:30
parent 48cf6955a7
commit 7522a5c68e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="inherit_id" ref="analytic.view_account_analytic_account_form"/>
<field name="arch" type="xml">
<xpath expr='//group[@name="toinvoice"]' position='replace'>
<group colspan="4" class="oe_form_group_label_border" name="to_invoice">
<group colspan="4" class="oe_form_group_label_border" name="toinvoice">
<field name="pricelist_id" />
<field name="to_invoice" widget="selection" />
</group>