mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
32298b742a
*: theme_buzzy, theme_cobalt, theme_kea, theme_nano, theme_odoo_experts, theme_paptic, theme_vehicle, theme_zap The goal of this commit is to fix xpath after the `s_references` snippet redesign, and eventually tweak some classes. task-3668033 closes odoo/design-themes#838 Related: odoo/odoo#163837 Signed-off-by: Soukéina Bojabza (sobo) <sobo@odoo.com>
12 lines
291 B
XML
12 lines
291 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_references" inherit_id="website.s_references">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc2" remove="o_cc1" separator=" "/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|