跳至內容
選單
此問題已被標幟
2 回覆
44240 瀏覽次數

Hello,

I am trying to adapt my module to V8 by following the guide here https://www.odoo.com/documentation/8.0/howtos/backend.html#wizards, but when I try to import controllers, wizard, etc, I get the error.

ImportError: cannot import name controllers

 

The way I am using to import is:

from . import controllers

from . import models

from . import partner

from . import wizard

Any tip appreciated

頭像
捨棄

Hello Yakito,

I have the same issue,have you found a solution for your issue?

P.S: Sorry I couldn't post this as a comment,my karma isn't enough to do that ^^;

最佳答案

Hello Yakito,

in order to import the controllers in the main that is the root directory of ur module " __init__.py " you need to create another " __init__.py " which imports the controller.py inside the directory controllers, the syntax is " from.import controllers "

please note this has to be created inside the controllers directory.

頭像
捨棄
最佳答案

Hello,

With the same issue, I have just restarted odoo and the problem has disappeared...

I hope that can help !


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
5月 15
7468
1
3月 15
3469
5
7月 20
6758
3
12月 19
8181
2
8月 17
6028