[FIX] typo in field name
authorNumerigraphe - Lionel Sausin <ls@numerigraphe.fr>
Fri, 12 Nov 2010 14:21:19 +0000 (15:21 +0100)
committerNumerigraphe - Lionel Sausin <ls@numerigraphe.fr>
Fri, 12 Nov 2010 14:21:19 +0000 (15:21 +0100)
bzr revid: ls@numerigraphe.fr-20101112142119-e9gqnld7m5dd62kh

bin/osv/orm.py

index f29d928..d4c6668 100644 (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