Browse Source

Update index.html

8.0
Mathias Markl 7 years ago
parent
commit
f6ef86444d
  1. 11
      muk_web_client/static/description/index.html

11
muk_web_client/static/description/index.html

@ -7,20 +7,17 @@
</div> </div>
</section> </section>
<section class="oe_container" style="padding-bottom: 70px;">
<section class="oe_container" style="padding-bottom: 50px;">
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<div class="oe_picture"> <div class="oe_picture">
<h3 class="oe_slogan">Overview</h3> <h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32">Extends the Odoo web client to include
<p class="oe_mt32" style="padding-bottom: 10px;">Extends the Odoo web client to include
bus channels. Channels can be created to listen to Odoo bus bus channels. Channels can be created to listen to Odoo bus
notifications. To add a channel listener to the client just notifications. To add a channel listener to the client just
extend the web client and declare a new bus channel. extend the web client and declare a new bus channel.
</p> </p>
<p>
Example:
</p>
<pre> <pre>
<code>
<code>
var WebClient = require('web.WebClient'); var WebClient = require('web.WebClient');
var session = require('web.session'); var session = require('web.session');
@ -34,7 +31,7 @@ WebClient.include({
... ...
} }
}); });
</code>
</code>
</pre> </pre>
</div> </div>
</div> </div>

Loading…
Cancel
Save