I need to override the controller for the account settings in a website portal so I can add some new fields. How can I import the controller?
I tried with
from addons.website_portal.controllers.main import website_account
but I get only "ImportError: No module named addons.website_portal.controllers.main".