In all browser tabs there is a name ending with '- OpenErp'
. How can i append something to this string?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
Looking at the source code, you can find this function:
set_title: function(title) {
title = _.str.clean(title);
var sep = _.isEmpty(title) ? '' : ' - ';
document.title = title + sep + 'OpenERP';
},
Review web/static/src/js/chrome.js
Thank you, this is what i wanted to know.
Hi Ray carnes Can you to me how to change the text that accur in the browser tab while reloading the tab
@Umashankar Subramani you can change the text in the file web/views/webclient_templates.xml
<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="shortcut icon" href="/web/static/src/img/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/web/static/src/css/full.css" />
<t t-raw="head or ''"/>
</head>
Change the text Odoo with your custom text.. then it will not appear further.
Hope it helps you.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
2
Tem 25
|
1277 | ||
|
1
May 25
|
792 | ||
|
2
May 25
|
1385 | ||
|
1
Tem 24
|
3018 | ||
|
0
Ağu 24
|
341 |