So, I was trying to replicate website_project but for recruitment. Everything was worked well, only issue happen that when a customer post a comment on the applicant, I got this error in backend.
"odoo.addons.base.ir.ir_model: Access Denied by ACLs for operation: write, uid: 6, model: hr.applicant"
I already checked many time on permission, it was the same as project. Also checked website_module, nothing especially for now.
Does anyone know how to edit this kind of permission, please help!
Thanks.
Found the reason, the main reason that I add a company (not an individual), after adding a customer to follower. The problem is no longer appear.