1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/website_twitter_wall/views/snippets.xml
2024-12-10 09:04:09 +07:00

16 lines
661 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="snippet_options" inherit_id="website.snippet_options" name="Twitter Wall Snippet Options">
<xpath expr="." position="inside">
<div data-selector="main:has(.o-tw-container > .o-tw-cover)" data-page-options="true" groups="website.group_website_designer" data-no-check="true" string="Twitter Wall Page">
<we-checkbox string="Share Option"
data-customize-website-views="website_twitter_wall.opt_twitter_wall_share"
data-no-preview="true"
data-reload="/"/>
</div>
</xpath>
</template>
</odoo>