Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
6 ตอบกลับ
22525 มุมมอง

Hey guys! In your Odoo implementation, are you able to change the window title on top for each page? 

For example, in this moment, I have « Ask a question - Odoo » for window title. 

Thanks

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Goto Website -> Promote in top right corner -> Reference Your Page -> Change Title.

อวตาร
ละทิ้ง
ผู้เขียน

thanks!

คำตอบที่ดีที่สุด

Thanks Dhinesh. Time saver!

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi Leonardo,

Please can you create this module and post it? because this sounds very complicated. id like a module so that i dont have to edit the code in odoo.

id really appreciate it.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

If you want to change it without installing the website module and/or you want to do it in an external module, check my answer to the same question on stackoverflow.

Sum up: you have to inherit the web.layout template and replace the title element, and extend the init method of the openerp.web.WebClient JS class, call super then add the line: this.set('title_part', {"zopenerp": "Your Title"});

อวตาร
ละทิ้ง
ผู้เขียน

Thanks!

Thanks a lot! You're a life saver man!