Odoo default theme provides a minimal structure. However, while creating a new one we can extend its structure to any degree. Themes from Odoo are bundled like modules and regardless of whether you are structuring a basic website, you have to bundle the theme like an Odoo module.
An Odoo theme doesn’t contain any HTML or PHP records, it’s a particular structure written in XML.
The basic technologies used for building an Odoo Theme is:
1. CSS
2. Bootstrap
3. Jquery
4. Less
#create #theme #module #Odoo