[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 / devices.js
index 1b42026..cc44f6f 100644 (file)
@@ -1,5 +1,4 @@
-
-function openerp_pos_devices(instance,module){ //module is instance.point_of_sale
+openerp.point_of_sale.load_devices = function load_devices(instance,module){ //module is instance.point_of_sale
     "use strict";
 
        var _t = instance.web._t;