- 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

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Badge" id="s_badge">
  4. <span class="s_badge badge bg-gamma" data-name="Badge">
  5. <i class="fa fa-1x fa-fw fa-folder"/>Category
  6. </span>
  7. </template>
  8. <template id="s_badge_options" inherit_id="website.snippet_options">
  9. <xpath expr="//div[@id='so_main_colorpicker']" position="attributes">
  10. <attribute name="data-selector" separator="," add=".s_badge"/>
  11. </xpath>
  12. <xpath expr="//div[@id='so_content_addition']" position="attributes">
  13. <attribute name="data-selector" separator="," add=".s_badge"/>
  14. </xpath>
  15. </template>
  16. </odoo>