bzr revid: sgo@tinyerp.com-20120330055419-0h6vm6szysfn3fez
This commit is contained in:
Sanjay Gohel (Open ERP) 2012-03-30 11:24:19 +05:30
parent f3a8bde5d3
commit 355f15b456
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class project_project(osv.osv):
search_view = data_obj.get_object_reference(cr, uid, 'project_timesheet', 'view_account_analytic_line_search_account_inherit')
context.update({
#'search_default_user_id': uid,
'search_default_account_id':project.id,
'search_default_account_id':project.analytic_account_id.id,
#'search_default_open':1,
})
value = {