Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3133 Vistas

how to modify the website menu logo using xml code odoo 16

Avatar
Descartar
Autor

<template id="template_logo_replaced" inherit_id="website.option_header_brand_logo">
<xpath expr="//a/span" position="replace">
<span t-field="website.logo" t-options="{'widget': 'image', 'width': 95, 'height': 40}" role="img" t-att-aria-label="'Logo of %s' % website.name" t-att-title="website.name"/>
</xpath>
</template>
it works

Publicaciones relacionadas Respuestas Vistas Actividad
1
may 25
1827
4
may 24
3790
0
ene 24
1691
0
jul 24
256
1
ago 23
2882