Odoo /etc/odoo/odoo.conf

Original 📋 Debian 9 (Stretch) 37 lines

Works On

Viewing:
Debian 9 (Stretch)
Same on:
Alpine Linux v3.21 CentOS Stream 10 CentOS Stream 9 Debian 10 (Buster) Debian 11 (Bullseye) Debian 12 (Bookworm) Debian 13 (Trixie) Red Hat Enterprise Linux 8 (Ootpa) Red Hat Enterprise Linux 9 (Plow) Ubuntu 18.04 LTS (Bionic Beaver) Ubuntu 20.04 LTS (Focal Fossa) Ubuntu 22.04 LTS (Jammy Jellyfish) Ubuntu 24.04 LTS (Noble Numbat)
Other versions:

Details

Size
37 lines
MD5
525a865591e525e8f51d93c9f91044af
SHA256
4d772957164d15f1c5c13d5b0e11be0b0ee54b1d1e9068487db403a5b51c7b32
/etc/odoo/odoo.conf
[options]
addons_path = /mnt/extra-addons
data_dir = /var/lib/odoo
; admin_passwd = admin
; csv_internal_sep = ,
; db_maxconn = 64
; db_name = False
; db_template = template1
; dbfilter = .*
; debug_mode = False
; email_from = False
; limit_memory_hard = 2684354560
; limit_memory_soft = 2147483648
; limit_request = 8192
; limit_time_cpu = 60
; limit_time_real = 120
; list_db = True
; log_db = False
; log_handler = [':INFO']
; log_level = info
; logfile = None
; longpolling_port = 8072
; max_cron_threads = 2
; osv_memory_age_limit = 1.0
; osv_memory_count_limit = False
; smtp_password = False
; smtp_port = 25
; smtp_server = localhost
; smtp_ssl = False
; smtp_user = False
; workers = 0
; xmlrpc = True
; xmlrpc_interface = 
; xmlrpc_port = 8069
; xmlrpcs = True
; xmlrpcs_interface = 
; xmlrpcs_port = 8071

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf
wget:
wget -O odoo.conf https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/525a865591e525e8f51d93c9f91044af?hint=odoo.conf' /><config><app>Odoo</app><os>Debian 9 (Stretch)</os><location>/etc/odoo/odoo.conf</location><lines>37</lines><md5>525a865591e525e8f51d93c9f91044af</md5><sha256>4d772957164d15f1c5c13d5b0e11be0b0ee54b1d1e9068487db403a5b51c7b32</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install Odoo

Install commands coming soon.

File Location

File Path
/etc/odoo/odoo.conf
Directory
/etc/odoo/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this odoo.conf?

Use it to restore a missing default, confirm what shipped, or diff against your current Odoo config.

How do I restore Odoo defaults?

Download the file, back up the current one in /etc/odoo/odoo.conf, replace it, then reload or restart Odoo.

Is odoo.conf safe for production?

It is the vendor default for Debian 9 (Stretch). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Debian 9 (Stretch).

Can I use this for Odoo troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.