main.js 248 B

1234567891011
  1. openerp.pos_restaurant = function(instance){
  2. var module = instance.point_of_sale;
  3. openerp_restaurant_multiprint(instance,module);
  4. openerp_restaurant_splitbill(instance,module);
  5. openerp_restaurant_printbill(instance,module);
  6. };