[FIX] project_issue_sheet: worklog responsible should be the current user and not the issue responsible user

bzr revid: tde@openerp.com-20131219123128-u0nmoait1cysjgv3
This commit is contained in:
Thibault Delavallée 2013-12-19 13:31:28 +01:00
parent 8030688084
commit aa81e66039
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</field>
<xpath expr="//notebook/page[@string='Extra Info']" position="before">
<page string="Worklogs">
<field name="timesheet_ids" colspan="4" nolabel="1" context="{'default_user_id' : user_id, 'default_account_id' : analytic_account_id}"
<field name="timesheet_ids" colspan="4" nolabel="1" context="{'default_user_id' : uid, 'default_account_id' : analytic_account_id}"
groups="base.group_user">
<tree editable="top" string="Timesheets">
<field name="name"/>