oca-ocb-hr/odoo-bringout-oca-ocb-hr/hr/static/src/components/background_image/background_image.xml
Ernad Husremovic e1d89e11e3 19.0 vanilla
2026-03-09 09:31:00 +01:00

13 lines
527 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-name="hr.BackgroundImage">
<img
loading="lazy"
t-att-data-tooltip-template="hasTooltip and tooltipAttributes.template"
t-att-data-tooltip-info="hasTooltip and tooltipAttributes.info"
t-att-data-tooltip-delay="hasTooltip and props.zoomDelay"
t-attf-src="#{getUrl(props.previewImage or props.name)}"
alt="Binary file"
/>
</t>
</templates>