Chapter 14: CMS Website Development
Odoo comes with a fully featured Content Management System (CMS). With drag-and-drop features, your end user can design a page in a few minutes, but it is not so simple to develop a new feature or building block in the Odoo CMS. In this chapter, you will explore the frontend side of Odoo. You will learn how to create web pages. You will also learn how to create building blocks that users can drag and drop on a page. Advanced things such as Urchin Tracking Modules (UTMs), Search Engine Optimization (SEO), multi-website, GeoIP, and sitemaps are also covered in this chapter. In short, you will learn everything that is required to develop interactive websites.
Important information
All of the Odoo CMS features are implemented by the website
and web_editor
modules. If you want to learn how the CMS works under the hood, take a look at both of these modules. You may find the Code in Action video here: http://bit.ly/2UH0eMM.
In this chapter, we...