Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is OpenERP skinnable? [closed]

I've looked at the site of OpenERP and Google and have not found any reference to skins for OpenERP. I understand that the logo must be maintained but if I want to improve their appearance, is there any way to create skins?

Thanks in advance for your answers

like image 331
JLBarros Avatar asked Dec 21 '22 04:12

JLBarros


1 Answers

override css classes. you can override css for each modules if you want. the main css is here-> openerp-7.0\openerp\addons\web\static\src\css

after addons folder every module can have own css,

openerp-7.0\openerp\addons\SOME_MODULE\static\src\css

it overrides main css.

like image 190
semira Avatar answered Dec 29 '22 16:12

semira