Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3237 Lượt xem

Since two days i've been struggling to get the variables out from the web_editor .
How can i detect the variable settled from this customized toggle switch.

<template id="show_topbar_search" customize_show="True" inherit_id="xxx.set_topbar_container" name="Show Search in topbar" priority="10">
<xpath expr="//header//div[hasclass('fixed_topnav')]//div[hasclass('container')]" position="inside">
<div class="searchbar">
<div class="container">
<div class="holder">
<label>
<input type="text" name="search" placeholder="Find and search" class="search-field" /> <button class="fa fa-search search-button"></button>
</label>
</div>
</div>
</div>
</xpath>
</template>

Is it callable like t-if="show_topbar_search" and t-if="not show_topbar_search", or am i missing something.

Any help would be appreciated.

Best regards

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Odoo 15:

t-if="request.website.is_view_active('xxx.show_topbar_search')"

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 2 25
1598
1
thg 4 24
1230
0
thg 8 18
6731
2
thg 7 25
1373
1
thg 5 25
852