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

Hello there,

How could I put new code in the <head></head> section of this page? The one selected in blue.

I try to follow ace_editor or ace-tm already there, but I don't find how to add a new line in this <head> section.

I want to put some Facebook Open Graph Markup there.

Could you help please?

Thanks


頭像
捨棄
最佳答案

Hello,

you can add using this :

        <template id="login_layout_replace1_new" inherit_id="web.layout" name="Web layout">
<xpath expr="html/head" position="replace">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Odoo</title> 
<link rel="stylesheet" href="/web/static/src/css/full.css" />
<t t-raw="head or ''"/>
//you can add your code here.
</head>
</xpath>
</template>

Hope this will help you!!

頭像
捨棄

Nice avatar, Parikshit ;-)

作者

I try this today. Big thanks. I come back with my result soon.

相關帖文 回覆 瀏覽次數 活動
1
9月 22
5440
2
9月 22
12519
1
9月 15
8176
1
11月 15
5770
0
1月 18
4072