This question has been flagged
1 Reply
9953 Views

how to remove to remove page title odoo

Avatar
Discard
Best Answer


this.set('title_part', {"zopenerp": "Odoo"}); replace this with your company name in /web/static/src/js/chrome.js

1- In addons/web/static/src/js/chrome.js: Search all words containing "Odoo" and replace

2- after : Search en local modules --> a module named "Web" --> upgrade

Avatar
Discard

I Could not locate the file chrome.js in Odoo 9. I have however changed webclient_templates.xml , but it still shows odoo as the page title.Please help!

Try this file instead abstract_web_client.js

this.set('title_part', {"zopenerp": "Odoo"}); replace this with your company name in /web/static/src/js/abstract_web_client