Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
9305 Lượt xem


<template id="csm_website_layout" inherit_id="website.layout" name="CSM Website layout"> 

<xpath expr="//head//link" position="replace"> 

<link rel="shortcut icon" href="/csm-website/static/src/img/website/csm_favicon.ico" type="image/x-icon"/>         

</xpath> 

</template>



This code is not working. It is showing an error that <xpath expr="//head//link"> cannot be located in parent view


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi, 

Please check this

https://youtu.be/mX8WSUnBOIU

Hope it helps,

Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

go to OdooApp Store there is many Free of cost Addons that can change your favison icon 

App Name likely Debranding or odoo customization 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

You have override web to change favicon add 

'data': [ 'views/website_templates.xml' ] in manifest file
then add favicon in static/src/img/favicon.ico, add new template in views/website_templates.xml
<template id="layout_id" inherit_id="website.layout" name="layout name" priority="17">
<xpath expr="//head//link" position="after">
        <link rel="shortcut icon" href="/custom_web/static/src/img/favicon.ico" type="image/x-icon"/>
    </xpath>
</template>
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
11
thg 4 25
65391
1
thg 12 22
3985
2
thg 7 22
23316
0
thg 4 24
11226
2
thg 4 25
4952