İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
6157 Görünümler

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
Vazgeç
En İyi Yanıt
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
Vazgeç
Üretici

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

Üretici

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

seems like a bug

İlgili Gönderiler Cevaplar Görünümler Aktivite
1
Kas 19
8483
0
Mar 17
4715
2
Tem 24
4069
3
Nis 24
4706
5
Şub 24
23973