[ADD] Install additional requirements for vendor modules
SSL for electronic invoice
This commit is contained in:
parent
9da2cc36e7
commit
f488c825df
@ -39,7 +39,10 @@
|
|||||||
pip:
|
pip:
|
||||||
virtualenv: /home/odoo/.venv/odoo
|
virtualenv: /home/odoo/.venv/odoo
|
||||||
virtualenv_command: python3.8 -m venv
|
virtualenv_command: python3.8 -m venv
|
||||||
requirements: /opt/odoo/core/requirements.txt
|
requirements: '{{ item }}'
|
||||||
|
loop:
|
||||||
|
- /opt/odoo/core/requirements.txt
|
||||||
|
- /opt/odoo/vendor/requirements.txt
|
||||||
|
|
||||||
- name: Download and install wkhtmltopdf
|
- name: Download and install wkhtmltopdf
|
||||||
apt:
|
apt:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user