Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
6237 Visualizações

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".

Avatar
Cancelar
Melhor resposta
from odoo.addons.website_portal.controllers.main import website_account

This is correct, you just ensure the website_portal is added as depends on manifest file.


Avatar
Cancelar
Autor

I have it in depends, but I missed "odoo" before addons. Thanks for help!

Autor

Sorry, can't upvote your answer, clicking the up arrow but nothing happens.

seems like a bug

Publicações relacionadas Respostas Visualizações Atividade
1
nov. 19
8569
0
mar. 17
4836
2
jul. 24
4158
3
abr. 24
4821
5
fev. 24
24102