
Odoo is one of the most popular and most powerful Open Source ERP business software based on the Python programming language. In this post, we will give you exact idea about how to install Odoo 10 community version On an Ubuntu system. The installation of Odoo 10 on an Ubuntu and setup as a service should take a few minutes if you follow the very easy steps described below:
Step 1: Creating system user:
Step 2: Installing Postgres Database Server:
Step 3: Installing necessary packages required for using Odoo:
Step 4: Create a User for PostgreSQL:
Step 5: Setup and Configure Odoo Server:
[options]
; This is the password that allows database operations:
admin_passwd = admin
db_host = localhost
db_port = 5432
xmlrpc_port = 8069
db_user = {USERNAME}
db_password = {PASSWORD}
addons_path = /opt/odoo/odoo-10.0/addons
logfile = /var/log/odoo/odoo10-server.log
db_template = template1
dbfilter = .*
debug_mode = False
demo = {}
dev_mode = False
email_from = False
geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 120
limit_time_real = 240
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logrotate = True
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = False
proxy_mode = False
reportgz = False
server_wide_modules = None
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = False
workers = 3
xmlrpc = True
xmlrpc_interface =
[options]
; This is the password that allows database operations:
admin_passwd = admin
db_host = localhost
db_port = 5432
xmlrpc_port = 8069
db_user = {USERNAME}
db_password = {PASSWORD}
addons_path = /opt/odoo/odoo-10.0/addons
logfile = /var/log/odoo/odoo10-server.log
db_template = template1
dbfilter = .*
debug_mode = False
demo = {}
dev_mode = False
email_from = False
geoip_database = /usr/share/GeoIP/GeoLiteCity.dat
import_partial =
limit_memory_hard = 2684354560
limit_memory_soft = 2147483648
limit_request = 8192
limit_time_cpu = 120
limit_time_real = 240
list_db = True
log_db = False
log_db_level = warning
log_handler = :INFO
log_level = info
logrotate = True
longpolling_port = 8072
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = False
proxy_mode = False
reportgz = False
server_wide_modules = None
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
syslog = False
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
translate_modules = ['all']
unaccent = False
without_demo = False
workers = 3
xmlrpc = True
xmlrpc_interface =
Step 6: wkhtltopdf library required to print reports from odoo:
For more implementation details or support, you may contact us at [email protected].
For professional paid support, you may contact us at [email protected] .