From 6d0d6f355e15e64835e3dfa638fa248de5a9be07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Taymans?= Date: Tue, 11 Oct 2022 16:01:08 +0200 Subject: [PATCH] [IMP] documentation about odoo.conf Close #9 --- odoo_openupgrade_wizard/templates/odoo/odoo.conf.j2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/odoo_openupgrade_wizard/templates/odoo/odoo.conf.j2 b/odoo_openupgrade_wizard/templates/odoo/odoo.conf.j2 index e69de29..74eb2b7 100644 --- a/odoo_openupgrade_wizard/templates/odoo/odoo.conf.j2 +++ b/odoo_openupgrade_wizard/templates/odoo/odoo.conf.j2 @@ -0,0 +1,9 @@ +# This file can be left empty +# The following standard parameters are generated automatically and are +# not required to be found in this file: +# - addons_path +# - connection parameters to the database +# - database name +# - http or xml port +# - etc. +# Only non standard or special options should be specified here.