we want a draggable window or popup to show user when working in odoo ui, when a service calls a route of module controller.......
@http.route('/cc/god', auth='user' )
def gffg(self):
pupupUI();
what can be this pupupUI function
i can not find solution that trigger a pupup from back(controller)