This question has been flagged
1 Reply
2987 Views

Hello, I'm currently using the CRM module, one of the main functions is creating sale_orders through an external API, but I can also create them via controller in Odoo. My question is, how can I auto refresh the kanban-tree-list-etc views when a new sale_order is created?



Hint: I'm using web_view_longpolling module too but can't grasp how to implement it

Avatar
Discard
Best Answer

Hi,

You can refer the coding done in this v12 module, MuK Web Refresh
https://apps.odoo.com/apps/modules/12.0/muk_web_client_refresh/

Thanks

Avatar
Discard