Hi there,
is there a possibility to change the design of the Doo Chat. As it really does not look that good compared to other Chat Apps. I think users will more likely use the App if it also looks nice!
thank you for the help
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi there,
is there a possibility to change the design of the Doo Chat. As it really does not look that good compared to other Chat Apps. I think users will more likely use the App if it also looks nice!
thank you for the help
Hi,
To customize the chatbot in odoo, you can inherit the
current chatbot XML template file from your odoo addons and make
customization in it.
search for "t-name=" mail.ChatWindow" " in your odoo addons. Then you can get the templates of the chatbot. You can inherit it in your custom module and add styles.
Please refer to the below blog to know about template inheritance
https://www.cybrosys.com/blog/an-overview-of-template-inheritance-in-odoo-16
Hope it helps
ok cool thank you for the help
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Aug 23
|
2042 | ||
|
2
Jul 20
|
4974 | ||
|
0
Apr 24
|
2034 | ||
|
2
Jul 23
|
4262 | ||
|
0
Dec 23
|
1820 |
Of course , the odoo chat box is build by xml file so you can create custom module that will customize this chat. It depend on how you want to change the design sir