Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
8838 มุมมอง

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