Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5681 Prikazi

relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual'/Extra content at the end of the document


Avatar
Opusti
Avtor Best Answer

Solution: 

rm -rf venv
virtualenv -p pythonx venv
source venv/bin/activate
pip install -r requirements.txt
pip uninstall lxml
find .cache -name 'lxml*'
find .cache -name 'lxml*' -delete
pip install lxml


Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
12
jan. 25
167952
1
sep. 23
1872
2
maj 21
9620
1
nov. 19
5027
2
dec. 23
42922