SlideShare a Scribd company logo
How to Install Odoo 13 in Ubuntu ?
Odoo 13 Installation In Ubuntu
●After much anticipation, Odoo released the version 13.
●Odoo 13 roadmap gets you the glimpse of features in the
upcoming Odoo version.
●To install Odoo 13 on Ubuntu 19.04, follow the given steps.
Install Odoo 13
●STEP 1 : To Update apt source list.
●sudo apt-get update
●STEP 2 : Create odoo user and also group.
●sudo adduser -system -home=/opt/odoo -group odoo
●STEP3 : For the smooth running of odoo, Install
PostgreSQL database server and install it on the same
host as Odoo is running.
●sudo apt-get install -y postgresql
●After the installation start use the below commands to start
the postgresql database server.
●sudo service postgresql start
●Then create a database user for odoo
●sudo su – postgres
●createuser --createdb --username postgres --no-createrole –no-
superuser --pwprompt odoo
●exit
●STEP 4 : Install python and depended python packages on
the server.
●sudo apt-get install -y python3-pip
●Install Python Dependencies for Odoo 13.
●To switch in to the Odoo user and then install the
dependency packages.
pip3
install Babel decorator docutils ebaysdk feedparser gevent greenlet
html2text Jinja2 lxml Mako MarkupSafe mock num2words ofxparse passlib
Pillow psutil psycogreen psycopg2 pydot pyparsing PyPDF2 pyserial
python-dateutil python-openid pytz pyusb PyYAML qrcode reportlab
requests six suds-jurko vatnumber vobject Werkzeug XlsxWriter xlwt
xlrd polib
●STEP 5 : Odoo web dependencies
●sudo apt-get install -y npm
●sudo ln -s /usr/bin/nodejs /usr/bin/node
●sudo npm install -g less less-plugin-clean-css
●sudo apt-get install -y node-less
●sudo python3 -m pip install libsass
●STEP 6 : Install odoo 13 alfa version from
nightly.odoo.com
●Switch to odoo user
●sudo su - odoo -s /bin/bash
●Download Odoo 13 latest zip file and finally unzip the file.
wget
https://nightly.odoo.com/master/nightly/src/odoo_13.0alpha1.late
st.zip
unzip odoo_13.0alpha1.latest.zip
●And then rename the directory name to Odoo. Also copy
Odoo file in the setup directory to main Odoo directory and
rename it to Odoo-bin.
●STEP 7 : Create a odoo configuration file.
● sudo vim /etc/odoo-server.conf
●Copy the below content in configuration 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
logfile = /var/log/odoo/odoo-server.log
addons_path = /opt/odoo/odoo/addons
●Change permission and also the user ownership of
configuration file as bellow
●sudo chown odoo: /etc/odoo-server.conf
●sudo chmod 640 /etc/odoo-server.conf
●STEP 8 : Create odoo log file
●sudo mkdir /var/log/odoo
●sudo chown odoo:root /var/log/odoo
●STEP 9 : You can copy and paste the script to this file.
●sudo vim /etc/init.d/odoo-server
●Then change ownership and permission
●sudo chmod 755 /etc/init.d/odoo-server
●sudo chown root: /etc/init.d/odoo-server
●STEP 10 : Test the server running as service
●To start the odoo server
● sudo /etc/init.d/odoo-server start
●Stop the odoo server
●sudo /etc/init.d/odoo-server stop
●View the odoo log files
●tailf /var/log/odoo/odoo-server.log
●Now, if you want to add this service to begin on boot up run
the bellow command
●update-rc.d odoo-server defaults
●STEP 11 : Run odoo locally
●sudo su - odoo -s /bin/bash
●python3 /opt/odoo/odoo-bin
●Then go to web browser to access odoo12
●http://localhost:8069 or http://0.0.0.0:8069
●STEP 12 : WKHTMLTOPDF
●To print PDF reports need to install right version of
wkhtmltopdf.
●sudo wget https://builds.wkhtmltopdf.org/0.12.1.3/wkhtmltox_0.12.1.3-
1~bionic_amd64.deb
●sudo apt install ./wkhtmltox_0.12.1.3-1~bionic_amd64.deb
●sudo cp /usr/local/bin/wkhtmltoimage /usr/bin/wkhtmltoimage
●sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/wkhtmltopdf
Thankyou
Email: info@technaureus.com | Skype: technaureus | Tel: +917902290343 |www.technaureus.com
Ad

Recommended

Odoo 13 installation on ubuntu 19.04
Odoo 13 installation on ubuntu 19.04
PlanetOdoo
 
Installation Of Odoo 12 On Ubuntu 18.4
Installation Of Odoo 12 On Ubuntu 18.4
Varsha Technaureus
 
Sahara RDO part1
Sahara RDO part1
Asmaa Ibrahim
 
Basics Ubuntu commands
Basics Ubuntu commands
Prabath Jayawardena
 
How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -
Naoto MATSUMOTO
 
Proxy server ubuntu 12.04
Proxy server ubuntu 12.04
Tio Aldiansyah
 
ankit_Resume
ankit_Resume
ankit khandwe
 
NetBSD workshop
NetBSD workshop
Jun Ebihara
 
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
Tũi Wichets
 
Ssh2 install
Ssh2 install
GGclub
 
Год в Github bugbounty, опыт участия
Год в Github bugbounty, опыт участия
defcon_kz
 
Yum server ( FTP Server )
Yum server ( FTP Server )
MOHSIN HASAN
 
Disk suit 4 setup and installation
Disk suit 4 setup and installation
ppratish
 
More Depth Commands In Linux - By Vishnu
More Depth Commands In Linux - By Vishnu
Kanchilug
 
UP Board AI Core Configuration memo
UP Board AI Core Configuration memo
Naoto MATSUMOTO
 
Introduction-to-Ubuntu-2013
Introduction-to-Ubuntu-2013
Ir. Dr. R.Badlishah Ahmad
 
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Jonathan Franchesco Torres Baca
 
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
ichikaway
 
NetBSDworkshop
NetBSDworkshop
Jun Ebihara
 
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ichikaway
 
Solaris 11 base box for Vagrant using Packer
Solaris 11 base box for Vagrant using Packer
Alan Chalmers
 
Install BIND9 on Ubuntu Server 12.04 LTS
Install BIND9 on Ubuntu Server 12.04 LTS
Mohd Khairulazam
 
Solaris
Solaris
Ganesh Kumar Veerla
 
Webserver Architecture Example
Webserver Architecture Example
Ohio University
 
PXE Network Booting The Raspberry Pi
PXE Network Booting The Raspberry Pi
serjts
 
101 4.3 control mounting and unmounting of filesystems v2
101 4.3 control mounting and unmounting of filesystems v2
Acácio Oliveira
 
Ubuntu Cheat Sheet
Ubuntu Cheat Sheet
Serverless
 
Odoo V8 Installation
Odoo V8 Installation
Emipro Technologies Pvt. Ltd.
 
How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?
Celine George
 
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
Geminate Consultancy Services
 

More Related Content

What's hot (19)

บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
Tũi Wichets
 
Ssh2 install
Ssh2 install
GGclub
 
Год в Github bugbounty, опыт участия
Год в Github bugbounty, опыт участия
defcon_kz
 
Yum server ( FTP Server )
Yum server ( FTP Server )
MOHSIN HASAN
 
Disk suit 4 setup and installation
Disk suit 4 setup and installation
ppratish
 
More Depth Commands In Linux - By Vishnu
More Depth Commands In Linux - By Vishnu
Kanchilug
 
UP Board AI Core Configuration memo
UP Board AI Core Configuration memo
Naoto MATSUMOTO
 
Introduction-to-Ubuntu-2013
Introduction-to-Ubuntu-2013
Ir. Dr. R.Badlishah Ahmad
 
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Jonathan Franchesco Torres Baca
 
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
ichikaway
 
NetBSDworkshop
NetBSDworkshop
Jun Ebihara
 
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ichikaway
 
Solaris 11 base box for Vagrant using Packer
Solaris 11 base box for Vagrant using Packer
Alan Chalmers
 
Install BIND9 on Ubuntu Server 12.04 LTS
Install BIND9 on Ubuntu Server 12.04 LTS
Mohd Khairulazam
 
Solaris
Solaris
Ganesh Kumar Veerla
 
Webserver Architecture Example
Webserver Architecture Example
Ohio University
 
PXE Network Booting The Raspberry Pi
PXE Network Booting The Raspberry Pi
serjts
 
101 4.3 control mounting and unmounting of filesystems v2
101 4.3 control mounting and unmounting of filesystems v2
Acácio Oliveira
 
Ubuntu Cheat Sheet
Ubuntu Cheat Sheet
Serverless
 
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
Tũi Wichets
 
Ssh2 install
Ssh2 install
GGclub
 
Год в Github bugbounty, опыт участия
Год в Github bugbounty, опыт участия
defcon_kz
 
Yum server ( FTP Server )
Yum server ( FTP Server )
MOHSIN HASAN
 
Disk suit 4 setup and installation
Disk suit 4 setup and installation
ppratish
 
More Depth Commands In Linux - By Vishnu
More Depth Commands In Linux - By Vishnu
Kanchilug
 
UP Board AI Core Configuration memo
UP Board AI Core Configuration memo
Naoto MATSUMOTO
 
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Creación de máquinas virtuales basada en kernel usando qemu y virsh
Jonathan Franchesco Torres Baca
 
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
Hello, Worldまで3ヶ月 Golangでファミコンエミュレータ実装 #gocon fukuoka 2019
ichikaway
 
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ゼロから始めるファミコンエミュレータ生活 PHPerKaigi2019
ichikaway
 
Solaris 11 base box for Vagrant using Packer
Solaris 11 base box for Vagrant using Packer
Alan Chalmers
 
Install BIND9 on Ubuntu Server 12.04 LTS
Install BIND9 on Ubuntu Server 12.04 LTS
Mohd Khairulazam
 
Webserver Architecture Example
Webserver Architecture Example
Ohio University
 
PXE Network Booting The Raspberry Pi
PXE Network Booting The Raspberry Pi
serjts
 
101 4.3 control mounting and unmounting of filesystems v2
101 4.3 control mounting and unmounting of filesystems v2
Acácio Oliveira
 
Ubuntu Cheat Sheet
Ubuntu Cheat Sheet
Serverless
 

Similar to How to install Odoo 13 in Ubuntu ? (20)

Odoo V8 Installation
Odoo V8 Installation
Emipro Technologies Pvt. Ltd.
 
How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?
Celine George
 
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
Geminate Consultancy Services
 
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
Celine George
 
Installing odoo v8 from github
Installing odoo v8 from github
Antony Gitomeh
 
How To Install Odoo 16 in Ubuntu 20.4
How To Install Odoo 16 in Ubuntu 20.4
Celine George
 
Install odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debian
Francisco Servera
 
How to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdf
CanditRoot
 
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
Celine George
 
Linux_Fedora_ppt
Linux_Fedora_ppt
Gaurav Paliwal
 
Fedora Linux
Fedora Linux
Gaurav Paliwal
 
Towards the perfect Drupal Dev Machine
Towards the perfect Drupal Dev Machine
Krimson
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
Wirabumi Software
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot camp
Darlene Parker
 
How to configure PyCharm for Odoo development in Windows?
How to configure PyCharm for Odoo development in Windows?
Celine George
 
Pusk
Pusk
Bruno Cornec
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devices
Mender.io
 
Installing nagios core_from_source
Installing nagios core_from_source
laonap166
 
Install PostgreSQL on CentOS
Install PostgreSQL on CentOS
Rangson Sangboonruang
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
Celine George
 
How to Install Odoo 11 on Ubuntu 16.04?
How to Install Odoo 11 on Ubuntu 16.04?
Celine George
 
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
How to install odoo 15 steps on a ubuntu 20.04 lts system installation
Geminate Consultancy Services
 
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
Installation of Odoo 16 on Ubuntu 20.04 LTS | Cybrosys
Celine George
 
Installing odoo v8 from github
Installing odoo v8 from github
Antony Gitomeh
 
How To Install Odoo 16 in Ubuntu 20.4
How To Install Odoo 16 in Ubuntu 20.4
Celine George
 
Install odoo v8 the easiest way on ubuntu debian
Install odoo v8 the easiest way on ubuntu debian
Francisco Servera
 
How to Install Odoo 17 on Ubuntu.pdf
How to Install Odoo 17 on Ubuntu.pdf
CanditRoot
 
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
How to Install Odoo 18 with Pycharm - Odoo 18 Slides
Celine George
 
Towards the perfect Drupal Dev Machine
Towards the perfect Drupal Dev Machine
Krimson
 
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
How To Install Openbravo ERP 2.50 MP43 in Ubuntu
Wirabumi Software
 
Day 6 ubuntu boot camp
Day 6 ubuntu boot camp
Darlene Parker
 
How to configure PyCharm for Odoo development in Windows?
How to configure PyCharm for Odoo development in Windows?
Celine George
 
A million ways to provision embedded linux devices
A million ways to provision embedded linux devices
Mender.io
 
Installing nagios core_from_source
Installing nagios core_from_source
laonap166
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
Celine George
 
Ad

More from Varsha Technaureus (20)

How to add participants for a meeting in Odoo Calendar.
How to add participants for a meeting in Odoo Calendar.
Varsha Technaureus
 
Odoo 13 shortcut Option
Odoo 13 shortcut Option
Varsha Technaureus
 
Employee Login for Odoo 13 POS Session
Employee Login for Odoo 13 POS Session
Varsha Technaureus
 
Odoo 13 inventory availability status on e commerce
Odoo 13 inventory availability status on e commerce
Varsha Technaureus
 
Coupons and Promotions in Odoo 13
Coupons and Promotions in Odoo 13
Varsha Technaureus
 
Category Filter in Odoo 13 POS
Category Filter in Odoo 13 POS
Varsha Technaureus
 
Report Layout Configuration in Odoo 13
Report Layout Configuration in Odoo 13
Varsha Technaureus
 
My Profile in Odoo 13
My Profile in Odoo 13
Varsha Technaureus
 
Odoo 12 vs Odoo 13 Inventory
Odoo 12 vs Odoo 13 Inventory
Varsha Technaureus
 
Odoo 12 vs Odoo 13 Manufacturing
Odoo 12 vs Odoo 13 Manufacturing
Varsha Technaureus
 
Comparison Of Odoo 11 vs Odoo 13
Comparison Of Odoo 11 vs Odoo 13
Varsha Technaureus
 
Paid Ribbon in Odoo 13
Paid Ribbon in Odoo 13
Varsha Technaureus
 
Drop Shipping in Odoo 12
Drop Shipping in Odoo 12
Varsha Technaureus
 
Bank Reconciliation in Odoo 12
Bank Reconciliation in Odoo 12
Varsha Technaureus
 
Odoo 13 Report Layout Configuration
Odoo 13 Report Layout Configuration
Varsha Technaureus
 
Odoo 12 Vs Odoo 13 Manufacturing
Odoo 12 Vs Odoo 13 Manufacturing
Varsha Technaureus
 
Odoo 12 Vs Odoo 13 HR
Odoo 12 Vs Odoo 13 HR
Varsha Technaureus
 
Payments in Invoicing
Payments in Invoicing
Varsha Technaureus
 
Table management in restaurant pos
Table management in restaurant pos
Varsha Technaureus
 
Database Creation in Odoo 13
Database Creation in Odoo 13
Varsha Technaureus
 
How to add participants for a meeting in Odoo Calendar.
How to add participants for a meeting in Odoo Calendar.
Varsha Technaureus
 
Employee Login for Odoo 13 POS Session
Employee Login for Odoo 13 POS Session
Varsha Technaureus
 
Odoo 13 inventory availability status on e commerce
Odoo 13 inventory availability status on e commerce
Varsha Technaureus
 
Coupons and Promotions in Odoo 13
Coupons and Promotions in Odoo 13
Varsha Technaureus
 
Category Filter in Odoo 13 POS
Category Filter in Odoo 13 POS
Varsha Technaureus
 
Report Layout Configuration in Odoo 13
Report Layout Configuration in Odoo 13
Varsha Technaureus
 
Odoo 12 vs Odoo 13 Manufacturing
Odoo 12 vs Odoo 13 Manufacturing
Varsha Technaureus
 
Comparison Of Odoo 11 vs Odoo 13
Comparison Of Odoo 11 vs Odoo 13
Varsha Technaureus
 
Bank Reconciliation in Odoo 12
Bank Reconciliation in Odoo 12
Varsha Technaureus
 
Odoo 13 Report Layout Configuration
Odoo 13 Report Layout Configuration
Varsha Technaureus
 
Odoo 12 Vs Odoo 13 Manufacturing
Odoo 12 Vs Odoo 13 Manufacturing
Varsha Technaureus
 
Table management in restaurant pos
Table management in restaurant pos
Varsha Technaureus
 
Ad

Recently uploaded (20)

Kotlin Multiplatform Mobile One Codebase for Android and iOS (1).pdf
Kotlin Multiplatform Mobile One Codebase for Android and iOS (1).pdf
IPH Technologies
 
🧁☕Brew Your Brand Online with Cofybrew!☕
🧁☕Brew Your Brand Online with Cofybrew!☕
zozothemes
 
Investment Agreement: A Simple Guide for You
Investment Agreement: A Simple Guide for You
connect96
 
Home Transformation with Extreme Renovations Niagara
Home Transformation with Extreme Renovations Niagara
sivakumarikotni
 
Creating Social Zones in Kitchens for Summer Gatherings.pdf
Creating Social Zones in Kitchens for Summer Gatherings.pdf
Kalin Mihaylov
 
The Future of App Development Why Staff Augmentation Services Are Taking Over...
The Future of App Development Why Staff Augmentation Services Are Taking Over...
mary rojas
 
Who’s on the Line-Building Safer Helplines for Harassment Reporting.pdf
Who’s on the Line-Building Safer Helplines for Harassment Reporting.pdf
Lisa Bell
 
What can we do to protect cyber safety.pdf
What can we do to protect cyber safety.pdf
itsservicesae
 
Recovery services at Santoshi Hackers Intelligence
Recovery services at Santoshi Hackers Intelligence
dachmyrl90
 
Play Context > Services 2025 (SAMPLE)
Play Context > Services 2025 (SAMPLE)
Play Context
 
SelecTile ESD Interlocking Tile Flooring
SelecTile ESD Interlocking Tile Flooring
staticstop11
 
Moving to Philippines from USA – Step-by-Step Moving Guide
Moving to Philippines from USA – Step-by-Step Moving Guide
Earthrelo
 
Business Storage Units in Major Indian Cities
Business Storage Units in Major Indian Cities
storeshousesafe
 
Agicent Technologies - Hire AI Developer
Agicent Technologies - Hire AI Developer
davidfegan981
 
Why Some Harassers Don’t Know They’re Harassing and What That Means for Train...
Why Some Harassers Don’t Know They’re Harassing and What That Means for Train...
Lisa Bell
 
Top 5 Innovations in Flight Case Design for 2025.pdf
Top 5 Innovations in Flight Case Design for 2025.pdf
Maadhu Flight Case LLP
 
In America, industrial staffing trends.pptx
In America, industrial staffing trends.pptx
Recyclers Plaza
 
The Importance of Professional Church Cleaning Services for Your Community.docx
The Importance of Professional Church Cleaning Services for Your Community.docx
Sparkle Freshness
 
CyberSecurity_Presentation_ITSupportSolutions.pptx
CyberSecurity_Presentation_ITSupportSolutions.pptx
itsservicesae
 
Facility Management in Gurgaon- Ranking the Best Service Providers.pdf
Facility Management in Gurgaon- Ranking the Best Service Providers.pdf
oneserviceprovider01
 
Kotlin Multiplatform Mobile One Codebase for Android and iOS (1).pdf
Kotlin Multiplatform Mobile One Codebase for Android and iOS (1).pdf
IPH Technologies
 
🧁☕Brew Your Brand Online with Cofybrew!☕
🧁☕Brew Your Brand Online with Cofybrew!☕
zozothemes
 
Investment Agreement: A Simple Guide for You
Investment Agreement: A Simple Guide for You
connect96
 
Home Transformation with Extreme Renovations Niagara
Home Transformation with Extreme Renovations Niagara
sivakumarikotni
 
Creating Social Zones in Kitchens for Summer Gatherings.pdf
Creating Social Zones in Kitchens for Summer Gatherings.pdf
Kalin Mihaylov
 
The Future of App Development Why Staff Augmentation Services Are Taking Over...
The Future of App Development Why Staff Augmentation Services Are Taking Over...
mary rojas
 
Who’s on the Line-Building Safer Helplines for Harassment Reporting.pdf
Who’s on the Line-Building Safer Helplines for Harassment Reporting.pdf
Lisa Bell
 
What can we do to protect cyber safety.pdf
What can we do to protect cyber safety.pdf
itsservicesae
 
Recovery services at Santoshi Hackers Intelligence
Recovery services at Santoshi Hackers Intelligence
dachmyrl90
 
Play Context > Services 2025 (SAMPLE)
Play Context > Services 2025 (SAMPLE)
Play Context
 
SelecTile ESD Interlocking Tile Flooring
SelecTile ESD Interlocking Tile Flooring
staticstop11
 
Moving to Philippines from USA – Step-by-Step Moving Guide
Moving to Philippines from USA – Step-by-Step Moving Guide
Earthrelo
 
Business Storage Units in Major Indian Cities
Business Storage Units in Major Indian Cities
storeshousesafe
 
Agicent Technologies - Hire AI Developer
Agicent Technologies - Hire AI Developer
davidfegan981
 
Why Some Harassers Don’t Know They’re Harassing and What That Means for Train...
Why Some Harassers Don’t Know They’re Harassing and What That Means for Train...
Lisa Bell
 
Top 5 Innovations in Flight Case Design for 2025.pdf
Top 5 Innovations in Flight Case Design for 2025.pdf
Maadhu Flight Case LLP
 
In America, industrial staffing trends.pptx
In America, industrial staffing trends.pptx
Recyclers Plaza
 
The Importance of Professional Church Cleaning Services for Your Community.docx
The Importance of Professional Church Cleaning Services for Your Community.docx
Sparkle Freshness
 
CyberSecurity_Presentation_ITSupportSolutions.pptx
CyberSecurity_Presentation_ITSupportSolutions.pptx
itsservicesae
 
Facility Management in Gurgaon- Ranking the Best Service Providers.pdf
Facility Management in Gurgaon- Ranking the Best Service Providers.pdf
oneserviceprovider01
 

How to install Odoo 13 in Ubuntu ?

  • 1. How to Install Odoo 13 in Ubuntu ?
  • 2. Odoo 13 Installation In Ubuntu ●After much anticipation, Odoo released the version 13. ●Odoo 13 roadmap gets you the glimpse of features in the upcoming Odoo version. ●To install Odoo 13 on Ubuntu 19.04, follow the given steps.
  • 3. Install Odoo 13 ●STEP 1 : To Update apt source list. ●sudo apt-get update ●STEP 2 : Create odoo user and also group. ●sudo adduser -system -home=/opt/odoo -group odoo
  • 4. ●STEP3 : For the smooth running of odoo, Install PostgreSQL database server and install it on the same host as Odoo is running. ●sudo apt-get install -y postgresql ●After the installation start use the below commands to start the postgresql database server. ●sudo service postgresql start
  • 5. ●Then create a database user for odoo ●sudo su – postgres ●createuser --createdb --username postgres --no-createrole –no- superuser --pwprompt odoo ●exit
  • 6. ●STEP 4 : Install python and depended python packages on the server. ●sudo apt-get install -y python3-pip ●Install Python Dependencies for Odoo 13. ●To switch in to the Odoo user and then install the dependency packages.
  • 7. pip3 install Babel decorator docutils ebaysdk feedparser gevent greenlet html2text Jinja2 lxml Mako MarkupSafe mock num2words ofxparse passlib Pillow psutil psycogreen psycopg2 pydot pyparsing PyPDF2 pyserial python-dateutil python-openid pytz pyusb PyYAML qrcode reportlab requests six suds-jurko vatnumber vobject Werkzeug XlsxWriter xlwt xlrd polib
  • 8. ●STEP 5 : Odoo web dependencies ●sudo apt-get install -y npm ●sudo ln -s /usr/bin/nodejs /usr/bin/node ●sudo npm install -g less less-plugin-clean-css ●sudo apt-get install -y node-less ●sudo python3 -m pip install libsass
  • 9. ●STEP 6 : Install odoo 13 alfa version from nightly.odoo.com ●Switch to odoo user ●sudo su - odoo -s /bin/bash
  • 10. ●Download Odoo 13 latest zip file and finally unzip the file. wget https://nightly.odoo.com/master/nightly/src/odoo_13.0alpha1.late st.zip unzip odoo_13.0alpha1.latest.zip ●And then rename the directory name to Odoo. Also copy Odoo file in the setup directory to main Odoo directory and rename it to Odoo-bin.
  • 11. ●STEP 7 : Create a odoo configuration file. ● sudo vim /etc/odoo-server.conf ●Copy the below content in configuration file.
  • 12. [options] ; This is the password that allows database operations: ; admin_passwd = admin db_host = False db_port = False db_user = odoo db_password = False logfile = /var/log/odoo/odoo-server.log addons_path = /opt/odoo/odoo/addons
  • 13. ●Change permission and also the user ownership of configuration file as bellow ●sudo chown odoo: /etc/odoo-server.conf ●sudo chmod 640 /etc/odoo-server.conf
  • 14. ●STEP 8 : Create odoo log file ●sudo mkdir /var/log/odoo ●sudo chown odoo:root /var/log/odoo ●STEP 9 : You can copy and paste the script to this file. ●sudo vim /etc/init.d/odoo-server
  • 15. ●Then change ownership and permission ●sudo chmod 755 /etc/init.d/odoo-server ●sudo chown root: /etc/init.d/odoo-server ●STEP 10 : Test the server running as service ●To start the odoo server ● sudo /etc/init.d/odoo-server start
  • 16. ●Stop the odoo server ●sudo /etc/init.d/odoo-server stop ●View the odoo log files ●tailf /var/log/odoo/odoo-server.log ●Now, if you want to add this service to begin on boot up run the bellow command ●update-rc.d odoo-server defaults
  • 17. ●STEP 11 : Run odoo locally ●sudo su - odoo -s /bin/bash ●python3 /opt/odoo/odoo-bin ●Then go to web browser to access odoo12 ●http://localhost:8069 or http://0.0.0.0:8069
  • 18. ●STEP 12 : WKHTMLTOPDF ●To print PDF reports need to install right version of wkhtmltopdf. ●sudo wget https://builds.wkhtmltopdf.org/0.12.1.3/wkhtmltox_0.12.1.3- 1~bionic_amd64.deb ●sudo apt install ./wkhtmltox_0.12.1.3-1~bionic_amd64.deb ●sudo cp /usr/local/bin/wkhtmltoimage /usr/bin/wkhtmltoimage ●sudo cp /usr/local/bin/wkhtmltopdf /usr/bin/wkhtmltopdf
  • 19. Thankyou Email: [email protected] | Skype: technaureus | Tel: +917902290343 |www.technaureus.com