OCA / vertical-travel

GNU Affero General Public License v3.0
33 stars 74 forks source link

AttributeError: 'str' object has no attribute 'iteritems' #48

Open radout opened 7 years ago

radout commented 7 years ago

Hello everybody, I am trying to install my addon but I get an error (see on the title). The problem is that the error is not on my code but on odoo's code:

    ...
    File` "C:\...\server\.\openerp\models.py", line 668, in _init_function_fields
AttributeError: 'str' object has no attribute 'iteritems'

Does anyone have an idea to resolve the problem please (I am using odoo 9). Thank you