bzr revid: fp@tinyerp.com-20110119013810-9g4ds1vf37yzpext
This commit is contained in:
Fabien Pinckaers 2011-01-19 02:38:10 +01:00
parent d78d7106c0
commit f80fe2a66d
2 changed files with 2 additions and 0 deletions

View 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"""

View 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