Book Image

Working with Odoo

Book Image

Working with Odoo

Overview of this book

With this practical guide, you will cover the essential modules to get Odoo up and running for your company. After installing Odoo, you will use its sales management application to enter quotes, create sales orders, and invoice customers. You will then learn how to integrate the CRM application to manage your leads and convert them into lucrative opportunities and sales. Next, you will set up your own purchase management system, assigning products to suppliers and tracking orders with the new warehouse management and routing system. Finally, you will learn how to use analytics to track project expenses and keep your accounts simple and easy to maintain and build an Odoo module to extend its functionality and make it work for you. Working with Odoo covers all the core installation and usage functionalities of this popular tool, helping you to fully implement a working ERP system through practical, advanced, real-world examples.
Table of Contents (25 chapters)
Working with Odoo
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Finding the XML resources


Odoo views are designed and maintained in XML, which is short for Extensible Markup Language. A basic understanding of XML will help you in customizing views, modifying search criteria, and managing workflows. Here is a list of XML resources.

The World Wide Web Consortium XML resource page

This is the official page for the XML specification, http://www.w3.org/XML/.

The XML tutorials and documentation

If you are just beginning to learn XML, make sure that you visit this excellent collection of tutorials and documentation at http://www.w3schools.com/xml/.

Locating the RML resources

RML or Report Markup Language is a specialized XML format utilized for reporting. Odoo uses RML for most forms and simple reports inside of Odoo. Understanding RML basics will help you in designing reports or modifying headers and footers of reports, which are available at http://www.reportlab.com/docs/rml-for-idiots.pdf.