[FIX]crm:fix the global name error of osv
authorMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Mon, 11 Jun 2012 05:36:44 +0000 (11:06 +0530)
committerMayur Maheshwari (OpenERP) <mma@tinyerp.com>
Mon, 11 Jun 2012 05:36:44 +0000 (11:06 +0530)
lp bug: https://launchpad.net/bugs/1011408 fixed

bzr revid: mma@tinyerp.com-20120611053644-pen1vqxahwx4hdve

addons/base_status/base_stage.py

index cc6dda1..0c3bac2 100644 (file)
@@ -19,7 +19,7 @@
 #
 ##############################################################################
 
-from osv import fields
+from osv import fields, osv
 from tools.translate import _
 
 class base_stage(object):