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

Configure language-related settings


Languages and their variations (such as es_MX for Mexican Spanish) also provide locale settings such as date and number formats.

They come with appropriate defaults, so as long as the user is using the correct language, the locale settings should be the appropriate ones.

But you still might want to modify a language's settings. For example, you might prefer to have the user interface in the default English, but want to change the American default date and number formats to your needs.

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 modify a language's locale settings, follow these steps:

  1. To check the installed languages and their configurations, select the Settings | Translations | Languages menu option. Clicking on one of the installed languages will open a form with the corresponding settings:

  2. Edit the language settings. To change the date to the ISO format, change Date Format...