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

Hi,

can I remove bootstrap completely from odoo web module and use any other css framework such as semantic-ui while keeping website editing functionality retained? 


I was thinking I could create a module and replace header completely in qweb. Is that possible?



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

It's a lot of work because you need to maintain the html structure of the qweb client template widgets and supply all the css definitions accordingly to that html structure. Also bootstrap it's used in reports for the layout and other stuffs. Take care of don't touch the same layout base used also for the reports

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