summaryrefslogtreecommitdiff
path: root/addons/website_sale_wishlist/views/snippets.xml
blob: 5ad61615cc508e1e99e1dfc86d92f1647fd5ca1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<odoo>

<template id="snippet_options" inherit_id="website.snippet_options" name="Wishlist Snippet Options">
    <xpath expr="." position="inside">
        <div data-selector="#wrapwrap > header"
            data-no-check="true"
            groups="website.group_website_designer">
            <we-checkbox string="Show Empty Wishlist"
                         data-customize-website-views="website_sale_wishlist.header_hide_empty_wishlist_link|"
                         data-no-preview="true"
                         data-reload="/"/>
        </div>
    </xpath>
</template>

</odoo>