Book Image

Working with Odoo 11 - Third Edition

By : Greg Moss
Book Image

Working with Odoo 11 - Third Edition

By: Greg Moss

Overview of this book

Odoo is an all-in-one management software that offers an array of business applications, forming a complete suite of enterprise management applications. Odoo 11 comes with advances on usability, speed, and design. Working with Odoo 11 starts with how to set up Odoo, both online and on your own server. You’ll then configure the basic company settings required to quickly get your first Odoo system up and running. Later, you’ll explore customer relationship management in Odoo and its importance in a modern business environment. You'll then dive into purchasing applications with Odoo, learn some of the primary functionalities of ERP systems for manufacturing operations, and use analytic accounting to provide better reporting. After that, you'll learn how to work with Odoo for mobile, and finally, you will walk through the recent Odoo 11 features with respect to the community and enterprise edition, giving you a complete understanding of what Odoo can do for your business.
Table of Contents (18 chapters)

Making our first simple change

You have to start somewhere. When modifying reports, the best approach is to start simple and test each and every change as you make it. Do not expect to go in and make a dozen changes to the header and then run the report without any testing—not until you have a lot of experience.

For our change, note that in the footer of the report, we have the website but not the link to our Facebook page. Depending on your business, you may wish to include alternative social media links on your document. Let's add a bit of Qweb code to append the company's Facebook link to the report.

Even though the link says Edit Header, you edit both the header and footer of your report using this method.

The actual code we will add is very simple, but we can make it easier on ourselves by copying and pasting and then just changing it. If you know HTML, you...