Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
6274 Lượt xem

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

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhấ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.


Ảnh đại diện
Huỷ bỏ
Tác giả

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

Tác giả

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

seems like a bug

Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 19
8611
0
thg 3 17
4872
2
thg 7 24
4177
3
thg 4 24
4882
5
thg 2 24
24161