[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:
|
||||
virtualenv: /home/odoo/.venv/odoo
|
||||
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
|
||||
apt:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user