Skip to Content
Menu
This question has been flagged
3 Replies
24890 Views

Good evening,

I am new to Odoo, the version of Odoo I'm using is Odoo 10. I'm planning to develop a theme for Odoo myself, but I still don't know much about the programming languages used.

Aside from python, HTML, and CSS, are there any other programming languages used?

Thank you very much.

Avatar
Discard
Best Answer

Hi Steffi:

Adding to what Ermin has listed, a knowledge of Less and Sass (SCSS) will be extremely helpful for theme development.

Less was used in Odoo 10 & 11 and Sass (SCSS) is being used from Odoo 12 onwards.

Avatar
Discard
Best Answer

Javascript and XML. Reading the documentation helps alot: https://www.odoo.com/documentation/10.0/howtos/themes.html

Avatar
Discard