Skip to Content
Menú
This question has been flagged
1 Respondre
858 Vistes

I want to replace a div class that is in an extension view for the header. If I create another ext view and inherit the first ext view, what code would make this work

Original ext view has <div class="o_header_hide_on_scroll">

<xpath> ??? </xpath>
Avatar
Descartar
Best Answer

Hi LABTREE LTD, you can use this way:

<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>
Avatar
Descartar
Autor

Thank you. Lifesaver :)

Related Posts Respostes Vistes Activitat
1
de nov. 23
2189
3
de febr. 25
57642
0
de set. 21
214
0
de març 25
1189
2
de gen. 25
2021