i've tried to configure an external odoo.conf file in conf folder under hospital management system when i tried to run i've got this error:
Usage: odoo-bin server [options]
odoo-bin server: error: unrecognized parameters: 'management system/conf/odoo.conf'
this is my conf/odoo.conf file:
[options]; This is the password that allows database operations:; admin_passwd = admindb_host = localhostdb_port = 5432db_user = odoonew17db_password = psswrdaddons_path = /path/to/my/hospital maagement system/odoo-17.0/addonsdefault_productivity_apps = Truehttp_port = 8069
and this is my debian/odoo.conf file:
[options]; This is the password that allows database operations:; admin_passwd = admindb_host = Falsedb_port = Falsedb_user = odoodb_password = False;addons_path = /usr/lib/python3/dist-packages/odoo/addonsdefault_productivity_apps = True
script : /path/to/hospital management system/odoo-17.0/odoo-bin
parameter: -c /path/to/hospital management system/conf/odoo.conf
working directory:/path/to/hospital management system.
i've tried by prefixing odoo-bin, odoo, odoo-bin server, odoo server with parameter.