[FIX] convert: set uid variable which are used in view domain

bzr revid: hmo@tinyerp.com-20100331053241-o5mb3tfpx7upuwx1
This commit is contained in:
Harry (Open ERP) 2010-03-31 11:02:41 +05:30 committed by Julien Thewys
parent 3d2a727aac
commit 197f89966b
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ form: module.record_id""" % (xml_id,)
usage = rec.get('usage','').encode('utf-8')
limit = rec.get('limit','').encode('utf-8')
auto_refresh = rec.get('auto_refresh','').encode('utf-8')
uid = self.uid
# def ref() added because , if context has ref('id') eval wil use this ref
active_id=str("active_id") # for further reference in client/bin/tools/__init__.py