[Fix] Fixed the issue of timesheet activities usability problem

bzr revid: ggh@tinyerp.com-20121204062259-t71tb4dn41a52u52
This commit is contained in:
ggh-openerp 2012-12-04 11:52:59 +05:30
parent 683f31e51b
commit b9140dba34
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<field name="name">hr.analytic.timesheet.tree</field>
<field name="model">hr.analytic.timesheet</field>
<field name="arch" type="xml">
<tree editable="bottom" string="Timesheet Activities">
<tree editable="top" string="Timesheet Activities">
<field name="date" on_change="on_change_date(date)"/>
<field name="user_id" on_change="on_change_user_id(user_id)" required="1" options='{"no_open": True}'/>
<field name="journal_id" invisible="1"/>