Quantcast
Viewing all articles
Browse latest Browse all 106

How Do I Change The OpenERP Page Title?

Hi Folks, I am attempting to change the page titles that get displayed by OpenERP, i.e. the wording that gets displayed next to the favicon in internet browser tabs. In standard website development, this title is controlled by the tags. So far, I have only found one place where I can change this: /web/addons/web/controlles/main.py line 541 html_template = """ OpenERP %(css)s %(js)s """ Changing the title here from OpenERP to whatever I want works for the login screen, but once I access a proper page within the system it reverts to "[Page Title] - OpenERP". I would like to know where the function is that sets this page title so I can change it to suit our needs. Does anyone know where this can be found? Many thanks! -Alex

Viewing all articles
Browse latest Browse all 106

Trending Articles