[FIX] Errors when starting Odoo
This commit is contained in:
parent
e26da61570
commit
8328621a43
@ -251,7 +251,7 @@ html {
|
|||||||
<div class="error">
|
<div class="error">
|
||||||
<h1>Error</h1>
|
<h1>Error</h1>
|
||||||
<h2>502</h2>
|
<h2>502</h2>
|
||||||
<p>Falla en la aplicación</p>
|
<p>Falla en la aplicación</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="stack-container">
|
<div class="stack-container">
|
||||||
<div class="card-container">
|
<div class="card-container">
|
||||||
|
|||||||
@ -42,7 +42,7 @@
|
|||||||
- progressbar2
|
- progressbar2
|
||||||
- xlrd
|
- xlrd
|
||||||
- GitPython==0.3.2
|
- GitPython==0.3.2
|
||||||
- psycopg2-binary
|
- psycopg2-binary==2.7.4
|
||||||
- pycups==1.9.74
|
- pycups==1.9.74
|
||||||
|
|
||||||
- name: Prepare folders for Odoo
|
- name: Prepare folders for Odoo
|
||||||
@ -69,6 +69,14 @@
|
|||||||
virtualenv_python: python2.7
|
virtualenv_python: python2.7
|
||||||
requirements: /opt/odoo_agofer/requirements.txt
|
requirements: /opt/odoo_agofer/requirements.txt
|
||||||
|
|
||||||
|
- name: Update python packages
|
||||||
|
pip:
|
||||||
|
virtualenv: /home/odoo/.virtualenvs/odoo
|
||||||
|
virtualenv_python: python2.7
|
||||||
|
state: latest
|
||||||
|
name:
|
||||||
|
- python-dateutil
|
||||||
|
|
||||||
- name: Download and install wkhtmltopdf
|
- name: Download and install wkhtmltopdf
|
||||||
apt:
|
apt:
|
||||||
deb: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
|
deb: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb
|
||||||
|
|||||||
Reference in New Issue
Block a user