[IMP] hr_timesheet_invoice : improve in view for timesheet profit wizard

bzr revid: vir@tinyerp.com-20101004120926-hzv7cc00tb3l22q0
This commit is contained in:
Vir (Open ERP) 2010-10-04 17:39:26 +05:30
parent f9c1a32a70
commit a5e8742e93
1 changed files with 6 additions and 4 deletions

View File

@ -8,12 +8,14 @@
<field name="type">form</field>
<field name="arch" type="xml">
<form string="Timesheet Profit">
<group height="340" width="480">
<group height="400" width="480">
<group col="4" colspan="6">
<field name="date_from"/>
<field name="date_to"/>
<field name="journal_ids" colspan="4"/>
<field name="employee_ids" colspan="4"/>
<separator string="Journals" colspan="4"/>
<field name="journal_ids" colspan="4" nolabel="1"/>
<separator string="Employees" colspan="4"/>
<field name="employee_ids" colspan="4" nolabel="1"/>
</group>
<separator colspan="4"/>
<group col="2" colspan="4">
@ -39,4 +41,4 @@
parent="hr_timesheet.menu_hr_reporting_timesheet" groups="base.group_extended" icon="STOCK_PRINT"/>
</data>
</openerp>
</openerp>