Skip to content

Instantly share code, notes, and snippets.

@sehrishnaz
Last active February 17, 2020 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sehrishnaz/98553f3a29c7b1efb2a611e39aa727fe to your computer and use it in GitHub Desktop.
Save sehrishnaz/98553f3a29c7b1efb2a611e39aa727fe to your computer and use it in GitHub Desktop.
openerp-server.conf
[options]
; This is the password that allows database operations:
; admin_passwd = admin
db_host = False
db_port = 5434
db_user = openpg
db_password = 123
dbfilter = .*
addons_path = D:\odoo-8.0-20171001\openerp\addons,D:\odoo-8.0-20171001\openerp\your_custom_addons
log_handler = [':INFO']
log_level = info
bin_path = C:\Program Files\wkhtmltopdf\bin
@sehrishnaz
Copy link
Author

Understand in detail: Odoo Configuration File

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment