Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
5694 Visualizações

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


Avatar
Cancelar
Autor Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
12
jan. 25
167990
1
set. 23
1874
2
mai. 21
9622
1
nov. 19
5034
2
dez. 23
42925