This question has been flagged
1 Reply
5600 Views

How can I remove or change the "| localhost" from the login page title in my Odoo site?

Avatar
Discard

Hello, The best is the solution of Luke. But if you cannot update your server. You can: 1. Update manually your view: check that you have the same line 75... https://github.com/odoo/odoo/commit/a3e2fe2c038eaa8bf682779a1dc9628e5977a974#diff-5d0b1bbeb7f9860c5c92cce7327be6d1R75 2. Go to : http://localhost:8069/web#id=1&view_type=form&model=website and edit the name of your website.

Best Answer

@Benjamin, This was detailed and resolved in this issue: https://github.com/odoo/odoo/issues/3493 I'd recommend making a backup of your odoo files and database and then run the following command from your /opt/odoo/odoo-server folder (assuming you've installed from github): sudo git pull sudo su odoo ./openerp-server --update=all -c /etc/odoo-server.conf (assuming your odoo-server.conf and odoo-server folders are in /etc/odoo-server.conf and /opt/odoo/odoo-server folders respectively). the --update=all is likely to take quite a while, however once it is finished you should find you have a new field under Settings >> Website Settings > Website Name so that you can easily change your website

Avatar
Discard

--update=website is enough... if you want only the fix for domain name. Also, you should check that ir_model_data are not in "Non Updatable" (website/layout and website/view_website_config_settings)