[IMP] point_of_sale: put the POS js files include function into the openerp namespace
[odoo/odoo.git] / addons / point_of_sale / static / src / js / widget_keyboard.js
index fe1a366..2abc5af 100644 (file)
@@ -1,5 +1,4 @@
-
-function openerp_pos_keyboard(instance, module){ //module is instance.point_of_sale
+openerp.point_of_sale.load_keyboard = function load_keyboard(instance, module){ //module is instance.point_of_sale
     "use strict";
     
     // ---------- OnScreen Keyboard Widget ----------