606eef836a8616dffb6c32eeaf7f4ec4f485d50e
[odoo/odoo.git] / addons / pos_restaurant / static / src / js / main.js
1 openerp.pos_restaurant = function(instance){
2
3     var module = instance.point_of_sale;
4
5     openerp_restaurant_multiprint(instance,module);
6
7     openerp_restaurant_splitbill(instance,module);
8
9     openerp_restaurant_printbill(instance,module);
10
11 };