Hi Everybody !
I have an error when I install a new my modle. I dont know to fix it.
AttributeError: 'NoneType' object has no attribute '_columns'.
Please !Anybody answer
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi Everybody !
I have an error when I install a new my modle. I dont know to fix it.
AttributeError: 'NoneType' object has no attribute '_columns'.
Please !Anybody answer
Hi...
Usually "NoneType" Error means an Object is not loaded in into the database, or you may have specified a wrong module name in your code..
Scenario 1:
Consider test.py & text.xml are having your Object creation & Object view creations respectively... Check whether have you imported "test.py" in your "__init__.py"
Scenario 2:
Check the object name defined in py is same as in xml views.... There are chances are having spelling mistakes in either of your files...
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
2
7月 25
|
630 | ||
|
2
7月 25
|
1260 | ||
|
1
6月 25
|
824 | ||
|
1
4月 25
|
991 | ||
|
1
3月 25
|
1220 |
Can you please paste code where you getting error ?