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...
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng kýBài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
---|---|---|---|---|
|
2
thg 7 25
|
631 | ||
|
2
thg 7 25
|
1273 | ||
|
1
thg 6 25
|
824 | ||
|
1
thg 4 25
|
992 | ||
|
1
thg 3 25
|
1223 |
Can you please paste code where you getting error ?