تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
5467 أدوات العرض


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?

المنشورات ذات الصلة الردود أدوات العرض النشاط
3
يناير 25
15010
1
أغسطس 24
2316
2
فبراير 24
7316
3
سبتمبر 21
6490
1
مارس 17
2926