Book Image

Odoo 10 Implementation Cookbook

By : Mantavya Gajjar
Book Image

Odoo 10 Implementation Cookbook

By: Mantavya Gajjar

Overview of this book

Odoo is a Python-based ERP system and is completely open source. Odoo is a comprehensive suite of business applications offering a wealth of functionalities that can be deployed to meet your business needs. This book will help you manage the different functionalities of your business and optimize it. You will learn in detail about the various facets of the business process such as sales, accounting, purchases, manufacturing, and inventory. We will cover each of these topics in detail and learn how Odoo handles all these tasks with much ease. With its modular approach, you will be able to build customized solutions, take advantage of the Odoo 10 system in your organization, and master basic administration. We will cover modules and applications in Odoo that will help optimize quality checks. You will also be able to customize major reporting functions for your teams and set up forms and documents for sales, purchase, inventory, and so on. By the end of the book, you will be able to use the major functionalities of Odoo 10 and fully implement them into your business.
Table of Contents (23 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Customer invoices and payments


Odoo is a suite of business applications; those applications can either be used alone, they can be used together and work in an integrated way. The business flow is completely dependent on the number of modules installed on your instance. Let's take an example of invoicing--the invoice will be created from the sales order if the sales application is installed. However, if you have installed the subscription application, the invoice can be created from the contract too.

So, there are many different ways of creating an invoice depending on the module installed. Here are the different ways to create an invoice:

  • Sales Order | Invoice
  • Sales Order | Delivery Order | Invoice
  • eCommerce Order | Invoice
  • Regular Contracts | Invoices
  • Recurring Contracts | Invoices

The following are the different ways to create invoices manually:

  • Create a refund invoice
  • Give a discount
  • Modify the invoice prepared from a sales order
  • Create an invoice for a non-core business

The Odoo accounting application...