Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
8855 Переглядів

error after installation  odoo 11 version 

it shows in running time    

ImportError: cannot import name 'date_utils' from 'odoo.tools' (/odoo/odoo-server/odoo/tools/__init__.py)


with regards

shaneeb

Аватар
Відмінити
Автор

odoo 11 is not work in ubuntu 20?

Найкраща відповідь

Odoo 11 is the first version running on Python 3, so please make sure you install the proper version of the dependencies (using pip3 instead of pip for example). 

If you are struggling with such issues, I recommend you to install the Ubuntu LTS release matching the Odoo release of that time.

Аватар
Відмінити
Найкраща відповідь

Install Package and try,


pip install python-dateutil

Аватар
Відмінити
Автор

already installed