0

Exception: Module loading tailor_management_sys failed: file tailor_management_sys\security/ir.model.access.csv could not be processed: No matching record found for external id 'model_tailor_production_target' in field 'Model' Missing required value for the field 'Model' (model_id)

here is my ir.model.access.csv id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_tailor_production_target,tailor_production_target,model_tailor_production_target,base.group_user,1,1,1,1

here is my model file which is"tailor_production_target.py" code is below



class tailor_production_target(models.Model):
    _name = 'tailor.production.target'
    _description = 'tailor_management_sys_production_target'

    target_id = fields.Integer(string="Target id")
    

i have added it in manifest file and also in init of the model i also have double checked the sequence and typo error, all was right but still i am getting this server error.

0 Answers0