Book Image

Odoo Development Cookbook

By : Holger Brunn, Alexandre Fayolle, Daniel Reis
Book Image

Odoo Development Cookbook

By: Holger Brunn, Alexandre Fayolle, Daniel Reis

Overview of this book

Odoo is a full-featured open source ERP with a focus on extensibility. The flexibility and sustainability of open source is also a key selling point of Odoo. It is built on a powerful framework for rapid application development, both for back-end applications and front-end websites. The book starts by covering Odoo installation and administration, and provides a gentle introduction to application development. It then dives deep into several of the areas that an experienced developer will need to use. You’ll learn implement business logic, adapt the UI, and extend existing features.
Table of Contents (23 chapters)
Odoo Development Cookbook
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Installing a language and configure user preferences


Odoo is localization ready, meaning that it supports several languages and locale settings, such as date and number formats.

When first installed, only the default English language is available. To have other languages and locales available to the users, we need to install them.

Getting ready

We will need to have the Developer Mode activated. If it's not, activate it in the Odoo About dialog.

How to do it...

To install a new language in an Odoo instance, follow these steps:

  1. Select the menu option Settings | Translations | Load a Translation. On the resulting dialog, select the language to install from the list of available languages. If the website is installed, you will also be given the option to pick the websites where the language will be available.

  2. Now click on the Load button and the language will be installed.

  3. New languages can also be installed from the command line. The equivalent command for the preceding steps is:

    $ ./odoo.py -d mydb...