Skip to Content
Menu
This question has been flagged
1 Reply
5693 Views

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


Avatar
Discard
Author 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
Discard
Related Posts Replies Views Activity
12
Jan 25
167986
1
Sep 23
1874
2
May 21
9621
1
Nov 19
5033
2
Dec 23
42924