Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Working with Odoo

You're reading from   Working with Odoo Learn how to use Odoo, a resourceful, open source business application platform designed to transform and modernize your business

Arrow left icon
Product type Paperback
Published in Aug 2015
Publisher
ISBN-13 9781784394554
Length 432 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Greg Moss Greg Moss
Author Profile Icon Greg Moss
Greg Moss
Arrow right icon
View More author details
Toc

Table of Contents (19) Chapters Close

Preface 1. Setting Up Odoo FREE CHAPTER 2. Installing Your First Application 3. Exploring Customer Relationship Management in Odoo 4. Purchasing with Odoo 5. Making Goods with Manufacturing Resource Planning 6. Configuring Accounting Finance 7. Administering an Odoo Installation 8. Implementing the Human Resources Application 9. Understanding Project Management 10. Creating Advanced Searches and Dashboards 11. Building a Website with Odoo 12. Implementing E-Commerce with Odoo 13. Customizing Odoo for Your Business 14. Modifying Documents and Reports 15. Understanding Workflows 16. Discovering Custom Odoo Modules A. Locating Additional Odoo Resources Index

Installing Odoo on Ubuntu

This book will walk you through the installation procedure for Odoo on Ubuntu using the latest all-in-one nightly package. Depending on your Ubuntu installation and how you want to work with Odoo, there are alternative installation methods.

At the time of this writing, Odoo is most commonly installed on Ubuntu Version 14.04.

Modifying the sources.list file

Installing Odoo on Ubuntu is easy when you use the Debian repository. You can use any standard text editor, such as Nano, to modify the /etc/apt/sources.list file and add the following line:

deb http://nightly.Odoo.com/8.0/nightly/deb/ ./

This installs the package.

After saving sources.list, you can start the installation process by entering these commands into a terminal window:

sudo apt-get update
sudo apt-get install openerp

The Odoo packages will be first downloaded and then installed. This is an all-in-one installation and should set up all the necessary packages, PostgreSQL, and library dependencies required to run Odoo.

Tip

Take note that the installation itself still uses openerp, instead of the new odoo brand name.

Testing your Odoo installation

Point your browser to http://localhost:8069 and you should see the Odoo login page appear.

You have been reading a chapter from
Working with Odoo
Published in: Aug 2015
Publisher:
ISBN-13: 9781784394554
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image