Вы находитесь на странице: 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

Вам также может понравиться