[WIP] point_of_sale: trying to make the web client instanciation work

This commit is contained in:
Frederic van der Essen 2014-07-01 16:14:58 +02:00
parent bfac53d8fa
commit 1703af0f4a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class PosController(http.Controller):
wc.show_application = function(){
wc.action_manager.do_action("pos.ui");
};
wc.appendTo($(document.body));
wc.setElement($(document.body));
wc.start();
"""