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


I'm trying to add another class to the wrapwrap div located in fronend_layout. But the following code doesn't seem to work in Odoo 11 Community.

Anyone have a fix for this. I know the xpath is correct beucase I can add different attributes and they work. But class just won't work at all.

<template id="sws_nucleus" inherit_id="portal.frontend_layout" name="Add Nucleus">
<xpath expr="//div[@id='wrapwrap']" position="attributes">
<attribute name="class">nucleus</attribute>
</xpath>
</template>


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

If attributes don't work, have you tried replacing the whole div with added class?

Related Posts Відповіді Переглядів Дія
3
січ. 25
15025
1
серп. 24
2331
2
лют. 24
7325
3
вер. 21
6500
1
бер. 17
2936