Update to 2023-09-01 17:00

This commit is contained in:
Daniel Berteaud
2023-09-01 17:00:19 +02:00
parent c8394ed1a4
commit f93ed49ae2
4 changed files with 9 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
[options]
{% if not odoo_db_manager %}
db_name = {{ odoo_db_name }}
{% endif %}
db_host = {{ odoo_db_server }}
db_port = {{ odoo_db_port }}
db_user = {{ odoo_db_user }}