Search icon CANCEL
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
Learn Odoo

You're reading from   Learn Odoo A beginner's guide to designing, configuring, and customizing business applications with Odoo

Arrow left icon
Product type Paperback
Published in Oct 2019
Publisher Packt
ISBN-13 9781789536898
Length 504 pages
Edition 1st Edition
Languages
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 (19) Chapters Close

Preface 1. Setting Up Odoo 12 FREE CHAPTER 2. Installing Your First Application 3. Exploring Customer Relationship Management in Odoo 12 4. Purchasing with Odoo 5. Making Goods with Manufacturing 6. Configuring Accounting - 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. Comparative Analysis of Community versus Enterprise Editions 17. Locating Additional Odoo Resources 18. Other Books You May Enjoy

To get the most out of this book

This book is based on the most stable version of Odoo, that is, Odoo 12. You should have Odoo version 12 installed on your system. It can be downloaded from https://github.com/odoo/odoo. Most often, it is installed in VMware or in the cloud, such as with AWS:

Once Odoo is installed, no other software installation is required for the book.

To get the most out of this book, you should understand basic business operations. For example, you should know the purpose of a sales order and a purchase order. You should also have basic computing skills and be able to understand filesystems and install the software. For the more advanced customization topics in the book, you should have basic knowledge of databases and programming concepts.

Download the color images

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "First, we define Orders to give us access to the sale.order model."

A block of code is set as follows:

daterequired = fields.Date('Date Required', required=True) 
rush = fields.Boolean('Rush Order')

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

from odoo import http 

class Webrushorders(http.Controller):

@http.route('/orders/rush/', auth='public')
def index(self, **kw):

Any command-line input or output is written as follows:

cd /usr/lib/python3/dist-packages/odoo/addons

Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Using the quick Create and Edit... option, you can add your finished products directly when creating a manufacturing order."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
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 €18.99/month. Cancel anytime