Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
2 Besvarelser
22045 Visninger

I have a web module that is an extension of the point of sale, I have created my own module and I have properly set the 

'css' : ['static/src/css/my_css.css']

but I don't know why but this css is not being loaded I tried reinstalling the module but with no luck If you have any ideas I would be really grateful 

Thanks in advance

Avatar
Kassér
Forfatter

Forgot to mention I'm using openerp v8

Bedste svar

It should work if you are using v7.0.

Maybe you CSS file doesn't exist in that path, or the file permissions are not enough. run

sudo chmod 755 /YOUR_MODULE_PATH/static/src/css/my_css.css

Avatar
Kassér
Related Posts Besvarelser Visninger Aktivitet
12
aug. 20
24468
1
apr. 23
5072
1
jul. 24
2032
1
jul. 24
2053
4
jan. 24
23234