Skip to Content
Menu
This question has been flagged
2 Replies
5346 Views

Impacted versions: 14
Steps to reproduce: go to order. scroll to the bottom order. write text on Send message block and click by Send button
Current behavior: message sent for all folovers
Expected behavior: add come confirmation. Becouse message from this block sent real message
Video/Screenshot link (optional):https://prnt.sc/15shmq2

i try add some confirmation for button Send. I didn't found any resoled question how i can extend chatter_topbar
https://github.com/odoo/odoo/tree/14.0/addons/mail/static/src/components/chatter_topbar
i hope will get any idea how do it
how i can't inherit templates like xml:space="preserve"
from here
https://github.com/odoo/odoo/blob/14.0/addons/mail/static/src/components/chatter_topbar/chatter_topbar.xml

Avatar
Discard
Best Answer

Hi vpar,

Here is an example to inherit this type of template:

Main template:

https://github.com/odoo/odoo/blob/14.0/addons/web/static/src/xml/base.xml#L1724

Inherited templates:

https://github.com/odoo/odoo/blob/14.0/addons/web/static/src/xml/menu.xml#L98

https://github.com/odoo/odoo/blob/14.0/addons/hr/static/src/xml/hr_templates.xml#L3


Avatar
Discard

Thanks. Big help

Author Best Answer

thanks. i found how inherid template but forget comment about this. thanks for help


Avatar
Discard
Related Posts Replies Views Activity
0
Feb 24
375
1
Oct 23
2360
5
Oct 20
9994
2
Dec 24
296
0
Nov 24
78