تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
6224 أدوات العرض

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

الصورة الرمزية
إهمال
أفضل إجابة
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.


الصورة الرمزية
إهمال
الكاتب

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

الكاتب

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

seems like a bug

المنشورات ذات الصلة الردود أدوات العرض النشاط
1
نوفمبر 19
8563
0
مارس 17
4825
2
يوليو 24
4147
3
أبريل 24
4816
5
فبراير 24
24095