Skip to Content
Menu
This question has been flagged
2 Replies
2440 Views

I have some question about the theming / html integration into odoo v8. I've been working on Django for some html integration but here I have to do it in Odoo v8.

I have html / statics (css, js, fonts and images) files and I have to integrate them.

But all I've seen so far is to extend existing templates from website addon (website.layout etc).

So I tried first to replace everything in the website.layout from but as I replace a lot of element, I have many errors because some others templates from website can't find some elements by xpath.

But when I extend, it breaks the former html because I have some differences in the html strucure ==> css break.

So, as I come from web framework world (where html integration is basic), I want to know how I can achieve that in Odoo ? What is (are) the best solution(s)? (eg: base.html + block declaration in django).

Thanks you

Avatar
Discard

What it's the problem? I just about to finish a website conversion from django one that you could see it here: http://soltein.org/en/

Best Answer

We recommande for you our new Theme Rayen :

https://www.odoo.com/apps/themes/9.0/theme_rayen/

Few days and version odoo 8 comes :) 

It contains several plugins and It will teach you how to build an odoo theme :)

Enjoy 

Avatar
Discard