mirror of https://github.com/OCA/web.git
18 lines
595 B
XML
18 lines
595 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<!-- Copyright 2022 Tecnativa - Alexandre Díaz
|
|
Copyright 2023 Taras Shabaranskyi
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
<template>
|
|
<t
|
|
t-name="web_refresher.ControlPanel"
|
|
t-inherit="web.ControlPanel"
|
|
t-inherit-mode="extension"
|
|
>
|
|
<xpath expr="//div[hasclass('o_cp_pager')]" position="before">
|
|
<div class="oe_cp_refresher" role="search" t-ref="refresher">
|
|
<Refresher t-props="refresherProps" />
|
|
</div>
|
|
</xpath>
|
|
</t>
|
|
</template>
|