Skip to Content
Menu
This question has been flagged
2 Replies
1570 Views

Hi ,


I use odoo-9.0c-20170215 , and when I want to run the project under Eclipse, I get the following error: Traceback (most recent call last):

File "C:\odoo_9.0.latest\odoo-9.0c-20170215\openerp\fields.py", line 13, in <module> from types import NoneTypeImportError: cannot import name 'NoneType'

Avatar
Discard
Author Best Answer

Hi,

It's ok, it works.

But I have another problem after correcting the last one. here it is :  

File "C: \ odoo_9.0.latest \ odoo-9.0c-20170215 \ openerp \ tools \ translate.py", line 10,

in <module>      Import openerp.sql_db as sql_dbAttributeError: 'module' object has no attribute 'sql_db'

Avatar
Discard
Best Answer

ou just follow this link,

 http://stackoverflow.com/questions/15844714/why-am-i-getting-an-error-message-in-python-cannot-import-name-nonetype


am not sure, sometime it will help you, but may be..

Avatar
Discard