- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
679 B

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Badge" id="s_badge">
<span class="s_badge badge bg-gamma" data-name="Badge">
<i class="fa fa-1x fa-fw fa-folder"/>Category
</span>
</template>
<template id="s_badge_options" inherit_id="website.snippet_options">
<xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
<attribute name="data-selector" separator="," add=".s_badge"/>
</xpath>
<xpath expr="//div[@id='so_content_addition']" position="attributes">
<attribute name="data-selector" separator="," add=".s_badge"/>
</xpath>
</template>
</odoo>