When you install the website module, the /website/info path displays some information about your Odoo instance. In this recipe, we override this in order to change this information page's layout, and also to change what is displayed.
Modifying an existing handler
Getting ready
Install the website module and inspect the /website/info path. Now, craft a new module that depends on website and uses the following code.
How to do it...
We'll have to adapt the existing template and override the existing handler:
- Override the qweb template in a file called views/templates...