跳至內容
選單
此問題已被標幟
1 回覆
3240 瀏覽次數

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
1959
4
5月 24
3941
0
1月 24
1781
0
7月 24
256
1
8月 23
3110