0% found this document useful (0 votes)
609 views2 pages

Change Odoo 10 Page Titles Guide

The document discusses how to change the title of the login page and point of sale page in Odoo 10. It provides two solutions - to change the title of the POS module, edit the 'title' tag in the 'point_of_sale/views/pos_templates.xml' file. To change the login page title, edit the 'title' in the 'web.layout' template in the 'web/views/webclient_templates.xml' file.

Uploaded by

Dena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
609 views2 pages

Change Odoo 10 Page Titles Guide

The document discusses how to change the title of the login page and point of sale page in Odoo 10. It provides two solutions - to change the title of the POS module, edit the 'title' tag in the 'point_of_sale/views/pos_templates.xml' file. To change the login page title, edit the 'title' in the 'web.layout' template in the 'web/views/webclient_templates.xml' file.

Uploaded by

Dena
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

12/30/2018 python - How to change the title of login page and point of sale page in odoo 10?

point of sale page in odoo 10? - Stack Overflow

How to change the title of login page and point of Ask Question

sale page in odoo 10?

I'm trying from a week to change the


"odoo 10" pages title, I found a
1 solution in this request:

How to change the title in Odoo 10?

It suggests to edit the


addons/web/static/src/js/abstract_web
_client.js file and to Change this
code:

this.set('title_part', {"zopenerp": "Odoo"});

With this one:

this.set('title_part', {"zopenerp": "YourPageTitle"});

It worked fine with me but the


problem that the "login" page title and
"odoo pos" page title haven't
changed.

Can any one help me please ?.

python openerp erp odoo-10

edited May 24 '17 at 12:02


thinhvo0108
1,443 1 7 19

asked May 24 '17 at 10:10


Imad Che
6 2

2 Answers

You can change title of POS module


here:
0 point_of_sale/views/pos_templates.xm
l , find title tag.
By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our
Terms of Service.

https://stackoverflow.com/questions/44155342/how-to-change-the-title-of-login-page-and-point-of-sale-page-in-odoo-10?rq=1 1/2
12/30/2018 python - How to change the title of login page and point of sale page in odoo 10? - Stack Overflow

for login page change title in


web.layout template
web/views/webclient_templates.xml
Hope it will help you.

answered Jun 18 '17 at 9:14


KbiR
2,350 1 12 37

Did you get the answer? – KbiR Jul 3


'17 at 6:18

You can change title on login page


follow these setps
0
Activate developer mode
Go to User Interface and click
views
Search layout and select
web.layout template
Change title from here
Edit title as per you need

answered Jul 20 at 9:04


user3564147

By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, and our
Terms of Service.

https://stackoverflow.com/questions/44155342/how-to-change-the-title-of-login-page-and-point-of-sale-page-in-odoo-10?rq=1 2/2

You might also like