Book Image

Working with Odoo 10 - Second Edition

Book Image

Working with Odoo 10 - Second Edition

Overview of this book

Para 1: Take full advantage of the benefits of the Odoo module ecosystem whilst learning how to modernise your business with Working with Odoo 10. Covering everything from Odoo development essentials through to CRM and analytic accounting, this guide is a must-have for Odoo beginners. Para 2: A powerful set of open source enterprise management applications, Odoo 10 gives you access to a website builder, integrated e-commerce features, and a fast-growing community to allow you to transform your business. Para 3: With this Odoo book you?ll learn how to set up Odoo online, configure basic company settings, and then explore CRM in Odoo. You?ll cover all the Odoo development essentials and much more, including purchasing application, ERP systems, analytic accounting, and other recent Odoo features. Para 4: What?s Inside ? Understand Odoo installation & the basics of implementing Odoo in your business ? Explore accounting & finance setup and modules to help business efficiency ? Build a website with Odoo ? Customise and configure Odoo to an advanced level
Table of Contents (25 chapters)
Working with Odoo 10 Second Edition
Credits
About the Author
Acknowledgments
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Installing Odoo on Windows OS


We begin our installation by locating the packages that are currently available to install. You can find the current list at: http://nightly.odoo.com/.

The preceding screenshot is the Odoo Nightly builds page that is the jumping off point for downloading the source files for installation.

The examples and case studies in this book use Odoo 10.0. This means you should select the 10.0 (stable) version of Odoo to download. You can navigate directly to the Odoo 10.0 downloads here: http://nightly.odoo.com/10.0/nightly/.

Tip

It is entirely possible that Odoo will change the URL as new versions are released. To best follow the examples in this book, download a 10.x installation of Odoo.

Windows installations use the EXE packages. Click on the exe directory to get the list of downloads that are available.

Naturally, the specific download packages are going to change on a nightly basis.

The latest version of the stable LTS release will contain the most current Odoo build with bug fixes included and will appear at the bottom of the list. By the way, the upload dates you'll see are in Coordinated Universal Time (UTC) and therefore, might be many hours ahead of your time zone, especially if you live in the Western Hemisphere.

Click the latest EXE file to download the latest build to your computer.

Performing an all-in-one Odoo installation on Windows

Installing Odoo using the all-in-one package is very simple. After the package has finished downloading, double-click on the exe file to begin the installation wizard.

The first screen will prompt you to select the language for your install.

After you have selected the language and clicked on OK, the wizard will continue with the installation. From here, everything will continue like a normal Windows installation.

Tip

I highly recommend that you choose the Custom install, so you can select the directory for installation. The default directory name contains the lengthy build number making it rather difficult to work with in the command prompt.

Configuring Postgres on Windows

During the install, you will be asked to provide information for the PostgreSQL connection.

It is recommended that you change the username and password for security purposes. The default username/password is shown in the preceding screenshot. These values will be written into the Odoo configuration file. The username and password provided will be the administration credentials for the PostgreSQL database, so be sure to remember them.

After the wizard is complete, if you leave Start Odoo checked and then click on Finish, Odoo should open up in your default browser.

If Odoo fails to launch, you can look at the Troubleshooting Odoo Installations section later in this chapter for solutions to some of the problems commonly encountered during installation.