How can I remove or change the "| localhost" from the login page title in my Odoo site?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
@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
--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)
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
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.