This question has been flagged
2 Replies
9131 Views

Hi everyone.
I want to customize openerp 7 login page. I want to put my own color instead of the red . To do that, i modified the color in the base.saas file and generated base.css file located in /addons/web/static/src/css/base.css . I get an interesting result, but my question is :
my method is the best method or if i want to modify the css code, must i create another module and not touch openerp web module ?
Please, give me your feedback.
Thank you!

Avatar
Discard
Best Answer

Using Custom Module you can change the Openerp Login page. without changing the original code you can inherit css, xml file, js and logo in custom module.

Web Custom Module link:-

Openerp 7   https://www.odoo.com/apps/7.0/web_custom_login/

EDIT:      https://www.odoo.com/apps/7.0/web_vauxoo_cust/

Openerp 6.1 https://www.odoo.com/apps/6.1/web_theme/

 

Avatar
Discard
Best Answer

you dont have to create another module to change the view of login page.you can make changes in css file to make effects all u wanted.

 

Avatar
Discard