Hi,
I'm creating a new module. I've inherited the home method using `CustomerPortal` class in portal controller.
But when I try to visit the route i received the following error: `AttributeError: 'super' object has no attribute 'home'`
Any ideas? Thanks
This is my code
It may be helpful to add your Odoo version.
You're right. I'm using Odoo 14.0
It works! Thanks a lot.