This question has been flagged

When I Import any 3rd party Module I'm facing following error

Error while importing module 'MODULE_NAME': "invalid character in identifier\n('<unknown>', 1, 1, '\\ufeff# -*- coding: utf-8 -*-\\n')"?
anyway to resolve that?


using Odoo 11 Enterprise, on Ubuntu 16.0.4, Python3

Avatar
Discard

In the Odoo v11 the line *- coding: utf-8 -*- is not required.. Just remove the line and see whether it is working or not