[IMP] remove commented code

bzr revid: christophe@tinyerp.com-20090126093516-or5huux2zssxtnay
This commit is contained in:
Christophe Simonis 2009-01-26 10:35:16 +01:00
parent 3cda2daba6
commit d314626a20
1 changed files with 0 additions and 5 deletions

View 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 !')