Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
21835 Переглядів

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

Аватар
Відмінити
Автор

Forgot to mention I'm using openerp v8

Найкраща відповідь

Hello. Please refer this link:

https://www.odoo.com/forum/help-1/question/how-css-and-js-inheritance-works-on-odoo-v8-55278

Аватар
Відмінити
Найкраща відповідь

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

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
12
серп. 20
24226
1
квіт. 23
4818
1
лип. 24
1828
1
лип. 24
1842
4
січ. 24
22910