[IMP] remove commented code
authorChristophe Simonis <christophe@tinyerp.com>
Mon, 26 Jan 2009 09:35:16 +0000 (10:35 +0100)
committerChristophe Simonis <christophe@tinyerp.com>
Mon, 26 Jan 2009 09:35:16 +0000 (10:35 +0100)
bzr revid: christophe@tinyerp.com-20090126093516-or5huux2zssxtnay

bin/addons/base/ir/ir_model.py

index 6972931..1631d7e 100644 (file)
@@ -96,11 +96,6 @@ class ir_model_grid(osv.osv):
     _table = 'ir_model'
     _inherit = 'ir.model'
     _description = "Objects Security Grid"
-    #_rec_name = 'name'
-    #_columns = {
-    #    'name': fields.char('Object', size=64),
-    #    'model': fields.char('Object Name', size=64),
-    #}
 
     def create(self, cr, uid, vals, context=None):
         raise osv.except_osv('Error !', 'You cannot add an entry to this view !')