Bugfix on report :Added unicode method on browse_null

bzr revid: jvo@tinyerp.com-20081229123601-y1bpr4syt2rtyu5d
This commit is contained in:
Jay (Open ERP) 2008-12-29 18:06:01 +05:30
parent a0d306a4ef
commit 9231286c74
1 changed files with 3 additions and 0 deletions

View File

@ -94,6 +94,9 @@ class browse_null(object):
def __nonzero__(self):
return False
def __unicode__(self):
return u''
#