Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
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 11

You're reading from   Working with Odoo 11 Configure, manage, and customize your Odoo system

Arrow left icon
Product type Paperback
Published in Mar 2018
Publisher
ISBN-13 9781788476959
Length 474 pages
Edition 3rd Edition
Tools
Concepts
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 (18) Chapters Close

Preface 1. Setting Up Odoo 11 FREE CHAPTER 2. Installing Your First Application 3. Exploring CRM in Odoo 11 4. Purchasing with Odoo 5. Making Goods with Manufacturing Resource Planning 6. Configuring Accounting and Finance Options 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. Discovering Custom Odoo Modules 16. Comparing Community and Enterprise Edition 17. Another Book You May Enjoy

Troubleshooting and Odoo management tips

As far as ERP installations go, Odoo is typically very easy to install. Unfortunately, it is possible for an installation to fail for a variety of reasons. In this next section, we will discuss some of the most common installation issues, and provide some troubleshooting tips for diagnosing problems with an Odoo installation.

Checking your browser destination

If you have followed the default installation, then your Odoo installation should be accessing Odoo at http://localhost:8069.

Make sure the URL is exactly as you see it above. If you did change the port number during installation, make sure you change the port in the URL.

Verifying that the Odoo service is running

If you are unable to pull up Odoo in the browser, it might be good to verify that the Odoo services are running.

Checking for the Odoo services running in Windows

Checking for Odoo services running in Ubuntu

In Ubuntu, you can locate the Odoo service by running the following command in a Terminal window:

ps aux | grep Odoo

You will then see the Odoo service listed if it is running:

Starting and stopping Odoo services in Ubuntu

When managing an Odoo server, one of the most common tasks you will find yourself performing is starting and stopping the Odoo service. Odoo allows you to start and stop the service with a command switch.

To start the service, use:

sudo /etc/init.d/odoo start

To stop the service, use:

sudo /etc/init.d/odoo stop

Finding the primary Odoo log file

Odoo writes many messages, warnings, and error messages to a log. Often when troubleshooting problems, this log file is valuable in determining what action you should take. In a default installation, the log file is located at /var/log/odoo/odoo-server.log.

The log is especially valuable for locating problems you may have when installing new modules.

Modifying the Odoo configuration file

The Odoo framework allows you to specify a configuration file for your installation. By default, this file is located at /etc/odoo/odoo.conf.

Using this file, you can change many of the attributes of Odoo.

Changing port numbers

By default, Odoo runs on port 8069. For many installations, the default port will work fine. There are situations, however, where it can be useful to change this default port. One common scenario would be the need to run more than one version of Odoo. Multiple installations cannot run on port 8069, so you will need to modify the port. Sometimes, there are security reasons behind changing ports as many hackers are aware of the default ports people use.

Fortunately, changing the default port number is easy.

Simply specify the following:

Port=[port]  

For example, Port=8059 will change the default port for the web client to port 8059.

Accessing the database management tools

Odoo offers database management tools that can be accessed easily through your web browser. This makes it easy to create, back up, and even delete databases all through a web interface. While there are sometimes links available on the login page that will take you to these tools, it is possible that when installing some applications, such as the website builder, you will not find a link easily.

To access the database management tools, use the following path:

[ServerAddress]:[port]/web/database/manager

Changing the admin password

As mentioned earlier, by default, Odoo sets the password for its operations to admin. To secure your server, it is necessary to change this password in your configuration file:

Admin_password=[your password] 

Also, be careful not to start up your Odoo server from the command line without specifying an alternative password or the path to the configuration file. If you do, you leave the instance open with the default password.

Finding additional resources on installing Odoo

Installing and configuring Odoo can quickly become a very complex task that is outside the scope of this book.

You have been reading a chapter from
Working with Odoo 11 - Third Edition
Published in: Mar 2018
Publisher:
ISBN-13: 9781788476959
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