[FIX] theme_artists: s_opening_hours remove unnecessary xpath

With recent updates to the `s_opening_hours` snippet, an additional
xpath has become redundant in the context of this theme's revamp.

This commit removes the now unused xpath.

task-4207030
Part of task-4077427

closes odoo/design-themes#1004

Related: odoo/odoo#181170
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-11-05 09:43:00 +01:00
committed by qsm-odoo
parent 3e1fe98a4e
commit ff5c23e613
@@ -11,9 +11,6 @@
<xpath expr="//div[hasclass('o_grid_item')][4]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('o_grid_item')][5]" position="attributes">
<attribute name="class" add="o_cc4" remove="o_cc1" separator=" "/>
</xpath>
</template>
</odoo>