[FIX] do not remove 'multi=True' actions in fields_view_get for tree view
[odoo/odoo.git] / openerp / modules / module.py
index a33c265..b40e186 100644 (file)
@@ -277,7 +277,6 @@ def init_module_models(cr, module_name, obj_list):
     TODO better explanation of _auto_init and init.
 
     """
-
     logger.notifyChannel('init', netsvc.LOG_INFO,
         'module %s: creating or updating database tables' % module_name)
     todo = []