I am creating a web controller in Odoo and I want to check if the user has permission to perform an action, if it doesn't I would like to raise a 403 exception. So, how can I raise a 403 exception inside Odoo web controller? I also want to know how to raise a 404 exception as well. How can I do it?