i was wondering how to change page titles and remove Odoo from it?
https://www.odoo.com/forum/help-1/question/change-login-page-title-34874 I tried this but i found
I was digging on version 9 community edition you need to look at the file:
addons/web/static/src/js/web_client.js
Change this code:
this.set('title_part', {"zopenerp": "Odoo"});
With this one:
this.set('title_part', {"zopenerp": "MyPageTitle"});