Files
design-themes/theme_buzzy/views/snippets/s_image_punchy.xml
T
Benoit Socias 8f94c7e19f [IMP] test_themes, theme_*: ensure that grid options are properly set
This commit adds a test that highlights mismatches in grid-related
options (classes, grid-area style...).

It also fixes the remaining issues in themes about it.

task-4213996

closes odoo/design-themes#971

X-original-commit: cf227cd139
Related: odoo/odoo#182039
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
2024-09-30 16:38:13 +00:00

18 lines
732 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="s_image_punchy" inherit_id="website.s_image_punchy">
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_image_punchy_default_image/web_editor/geometric/geo_slanted.svg</attribute>
<attribute name="data-shape">web_editor/geometric/geo_slanted</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_image_punchy_default_image.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<xpath expr="//h2" position="replace" mode="inner">
DRIVING INNOVATION
</xpath>
</template>
</odoo>