Skip to content

Instantly share code, notes, and snippets.

Conf File
Conf file or configuration file is the most important file in Odoo. It is used to set the initial parameters to run the Odoo.
Parameters:-
addons_path: defines the addons path folders, which are added in priority order.
admin_passwd: Names the Master password, which can also be changed from the front end. The master password for Odoo will be hashed and saved in the conf file when it is set or modified.
csv_internal_sep: Specifies the separator to use in the CSV file.
data_dir: specifies the path to the directory containing the filestore for data linked to Odoo.
db_host: Specifies the database host. Localhost is set by default.
db_maxconn: specifies the maximum number of PostgreSQL physical connections.