[IMP]default account_id set in timesheet view

bzr revid: sgo@tinyerp.com-20120604115138-pitt1dq5x0yzqpmy
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-06-04 17:21:38 +05:30
parent 4a864e1ff1
commit 0661e8056d
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@
src_model="res.users"/>
<act_window
context="{'search_default_account_id': [active_id]}"
context="{'search_default_account_id': [active_id],'default_account_id': [active_id]}"
id="act_account_analytic_account_2_report_timehsheet_account"
name="Timesheets"
res_model="hr.analytic.timesheet"