From de58ee77347bc586ac738ffa463a6826d448bc9a Mon Sep 17 00:00:00 2001 From: Sandy Carter Date: Tue, 11 Feb 2014 18:31:33 -0500 Subject: [PATCH] [FIX] Add context propagation to base_location --- base_location/better_zip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_location/better_zip.py b/base_location/better_zip.py index 562a842e3..3ab561245 100644 --- a/base_location/better_zip.py +++ b/base_location/better_zip.py @@ -42,7 +42,7 @@ class BetterZip(orm.Model): def name_get(self, cursor, uid, ids, context=None): res = [] - for bzip in self.browse(cursor, uid, ids): + for bzip in self.browse(cursor, uid, ids, context=context): if bzip.name: name = [bzip.name, bzip.city] else: