Files
design-themes/theme_artists/views/snippets/s_banner_parallax.xml
T
2021-05-12 08:31:54 +02:00

7 lines
281 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template name="Artists Banner Parallax" id="artists_s_banner_parallax" inherit_id="theme_common.s_banner_parallax">
<xpath expr="//div[contains(@class, 'col-md-9')]/*[last()]" position="replace"/>
</template>
</odoo>