Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
14051 Zobrazení

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
Zrušit
Nejlepší odpověď

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
Zrušit

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/