Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5665 Vistas

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


Avatar
Descartar
Autor Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
12
ene 25
167900
1
sept 23
1842
2
may 21
9612
1
nov 19
5017
2
dic 23
42907