[FIX] Errors when starting Odoo

This commit is contained in:
Jorge Enrique Gómez Gómez 2020-09-30 16:06:36 -05:00
parent e26da61570
commit 8328621a43
2 changed files with 10 additions and 2 deletions

View File

@ -251,7 +251,7 @@ html {
<div class="error">
<h1>Error</h1>
<h2>502</h2>
<p>Falla en la aplicación</p>
<p>Falla en la aplicaci&oacute;n</p>
</div>
<div class="stack-container">
<div class="card-container">

View File

@ -42,7 +42,7 @@
- progressbar2
- xlrd
- GitPython==0.3.2
- psycopg2-binary
- psycopg2-binary==2.7.4
- pycups==1.9.74
- name: Prepare folders for Odoo
@ -69,6 +69,14 @@
virtualenv_python: python2.7
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
apt:
deb: https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.bionic_amd64.deb