Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
60511 Widoki

Hi everybody, I used the source install method to install Odoo 13 CE.

It's a bit confusing, as based on  the YouTube video, I can see their odoo.conf is stored in ~/odoo/odoo-11.0

However, my odoo.conf was stored in   Folder (inode/directory)   so called debian in   /home/ralph/odoo-dev/odoo


What's more confusing is that when I search for the file odoo.conf in my Ubuntu. I can see there are 2 files:

The first one is in debian

The second one is in /home/ralph/odoo-dev/odoo/addons/point_of_sale/tools/posbox/configuration


So my question is, which one (odoo.conf) should I use? Is this a change from Odoo version 13 onwards?

My software version: Ubuntu 19; Odoo 13 CE

Awatar
Odrzuć
Najlepsza odpowiedź

Hi,

You can see the conf file in this path: /odoo/debian/odoo.conf

Or in Github, this link:  https://github.com/odoo/odoo/blob/13.0/debian/odoo.conf


If you didn't spot one config file, you don't want to get confused you can just create a new file in this name in the anywhere as you need, if you are running odoo with pycharm, in the configuration you can specify the path to conf file, if you are running using service specify the configuration file by -c path_to_conf file .

Pycharm Configuration:



Sample Conf File:

[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = False
db_user = odoo
db_password = False
;addons_path = /usr/lib/python3/dist-packages/odoo/addons

Thanks

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
gru 23
6992
1
lis 22
2448
2
paź 23
583
2
wrz 23
9498
1
gru 24
1467