fix
authorFabien Pinckaers <fp@tinyerp.com>
Wed, 19 Jan 2011 01:38:10 +0000 (02:38 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Wed, 19 Jan 2011 01:38:10 +0000 (02:38 +0100)
bzr revid: fp@tinyerp.com-20110119013810-9g4ds1vf37yzpext

bin/addons/base/module/wizard/base_language_install.py
bin/addons/base/publisher_warranty/publisher_warranty.py

index 054f17a..1e40f84 100644 (file)
@@ -21,6 +21,7 @@
 
 import tools
 from osv import osv, fields
+from tools.translate import _
 
 class base_language_install(osv.osv_memory):
     """ Install Language"""
index 1757a6f..1d9d438 100644 (file)
@@ -303,6 +303,7 @@ class publisher_warranty_contract_wizard(osv.osv_memory):
 
         self.write(cr, uid, ids, {"state": "finished"})
 
+        # We should return an action ?
         return True