Change the page title "Odoo" to custom title in Odoo 18

View Name: Web layout

View Type: QWEB

External ID: web.layout

Find this line

<title t-esc="title or 'Odoo'"/> 

you can change  to your wanted title like the following

<title t-esc="title or 'OrangeWeb'"/>