From f6ef86444da9b41e49ecf34432d8a3466eb0b981 Mon Sep 17 00:00:00 2001 From: Mathias Markl Date: Fri, 13 Oct 2017 13:13:37 +0200 Subject: [PATCH] Update index.html --- muk_web_client/static/description/index.html | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/muk_web_client/static/description/index.html b/muk_web_client/static/description/index.html index 030371d..c70466c 100644 --- a/muk_web_client/static/description/index.html +++ b/muk_web_client/static/description/index.html @@ -7,20 +7,17 @@ -
+

Overview

-

Extends the Odoo web client to include +

Extends the Odoo web client to include bus channels. Channels can be created to listen to Odoo bus notifications. To add a channel listener to the client just extend the web client and declare a new bus channel.

-

- Example: -

-			    
+		    	
 var WebClient = require('web.WebClient');
 var session = require('web.session');	
 
@@ -34,7 +31,7 @@ WebClient.include({
 		...
 	}
 });
-			    
+