コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3236 ビュー

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

アバター
破棄
著作者

<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

関連投稿 返信 ビュー 活動
1
5月 25
1949
4
5月 24
3939
0
1月 24
1778
0
7月 24
256
1
8月 23
3100