This question has been flagged
1 Reply
3565 Views

My settings:

- Odoo v.10

- Developing in debug mode (?debug at the end of the URL)

- Chrome cache disabled ("disable cache" checkbox on the Network tab)

The Problem:

I'm styling a theme for the Odoo ecommerce store. When I change something in the .less file of my theme, changes doesn't take effect even after the page refresh. 

Only after the theme module update and page refresh I can see my changes. 

However, I noticed that sometimes it does refresh the content without the module update.  I suppose this is some kind of Sass caching thing, but I've disabled cache in the browser.

I've seen in some Odoo YouTube video that you don't need to update module every time you change something in your .less files, right?

I couldn't find any info on this, maybe someone here can help me out.


Avatar
Discard
Best Answer

--dev=all

use this option along with odoo start command and try

Avatar
Discard