[FIX] typo in field name

bzr revid: ls@numerigraphe.fr-20101112142119-e9gqnld7m5dd62kh
This commit is contained in:
Numerigraphe - Lionel Sausin 2010-11-12 15:21:19 +01:00
parent 182cf2b196
commit 8b3bd3ccee
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class browse_record(object):
context : dictionary with an optional context
'''
if fields_process is None:
domain = {}
fields_process = {}
if context is None:
context = {}
self._list_class = list_class or browse_record_list