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>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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>
Hi LABTREE LTD, you can use this way:
<xpath expr="//div[hasclass('o_header_hide_on_scroll')]" position="replace">
=> Replace view structure <=
</xpath>
Thank you. Lifesaver :)
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
RegistratiPost correlati | Risposte | Visualizzazioni | Attività | |
---|---|---|---|---|
|
1
nov 23
|
2200 | ||
|
3
feb 25
|
57652 | ||
|
0
set 21
|
214 | ||
|
0
mar 25
|
1193 | ||
|
2
gen 25
|
2039 |