This question has been flagged
1 Reply
3333 Views

I have installed and activated the web_hello module, but how can I start and test it? Does it have a corresponding menue entry?

Avatar
Discard
Best Answer

This module just prints debug messages in the javascript console.

Open the browser console (Firefox: Tools > Web Developer > Web Console, Chrome: Tools > Javascript Console), then try to login/logout, access partners kanban...

You'll notice a "Hello there" message every time the Login function is called and "Hello" when search_data is invoked.

You can look at the code under: web/addons/web_hello/static/openerp/base_hello.js

Avatar
Discard