Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
13418 Visualizzazioni

i installed odoo15 and configured it with pycharm but when i run the server i get this error :

odoo-bin: error: The config file 'conf/odoo.conf' selected with -c/--config doesn't exist or is not readable, use -s/--save if you want to generate it


i have already created odoo.conf file in conf directory and added "-c conf/odoo.conf" in the configuration .


can someone help please ?


Avatar
Abbandona
Risposta migliore

Hi,

In order to resolve the issue, from Edit configuration either change your Work Directory folder to the main folder containing the odoo source code or specify the full path to odoo configuration file along with -c.

If conf file is located in /home/walnut/odoo/conf folder, then specify as follows: -c /home/walnut/odoo/conf/odoo.conf


Thanks & Regards

Avatar
Abbandona

Hello Niyas,

I am using this(https://linuxhint.com/install-odoo-15-ubuntu-22-04/) blog and facing the same error, Can you please help me to resolve this issue?

Which file do I need to change to follow your solution based on the above installation steps?

Hello Niyas,

I am not using pycharm but as per your solution tried to install pycharm but can't open odoo addons folder which are inside /opt/odoo15.

Installed odoo15 using this blog: https://linuxhint.com/install-odoo-15-ubuntu-22-04/