Update to 2022-07-26 17:00

This commit is contained in:
Daniel Berteaud 2022-07-26 17:00:15 +02:00
parent ba81e6b27e
commit 2ef69ac4b5

View File

@ -13,7 +13,7 @@
chdir: "{{ odoo_root_dir }}/app/"
- name: Initialize the DB and update modules
command: "{{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -d {{ odoo_db_name }} -i base -u all --stop-after-init --syslog"
command: "{{ odoo_root_dir }}/venv/bin/python3 {{ odoo_root_dir }}/app/setup/odoo -c {{ odoo_root_dir }}/etc/odoo-server.conf -d {{ odoo_db_name }} -i base -u all --stop-after-init --syslog"
become_user: "{{ odoo_user }}"
tags: odoo