Comment 21 for bug 439241

Revision history for this message
Grzegorz Grzelak (OpenGLOBE.pl) (grzegorz-og.pl) wrote :

In new version of base module for translation in web interface I see terms like below. Is it really for translation? And now I have doubt because base module terminology probably will be changed in launchpad again droping my work again.

It is term 237 in base:

Model %s Does not Exist !" % vals['relation']))

if self.pool.get(vals['model']):
self.pool.get(vals['model']).__init__(self.pool, cr)
self.pool.get(vals['model'])._auto_init(cr, {})

return res
ir_model_fields()

class ir_model_access(osv.osv):
_name = 'ir.model.access'
_columns = {
'name': fields.char('Name', size=64, required=True),
'model_id': fields.many2one('ir.model', 'Object', required=True),
'group_id': fields.many2one('res.groups', 'Group