odoo/addons/point_of_sale/static
Juan Carlos Montoya 2fa03885ed [FIX] point_of_sale: make uploading partner images work in Firefox
When uploading an image in the client list in the POS with Firefox an
error was thrown complaining about event not being defined.

jov note: the reason it worked in other browsers like IE and Chrome is
that in those browsers `event` resolves to `window.event`. In Firefox
this doesn't happen which is why JQuery provides us with the event in
the callback function.

closes #10078
2015-12-24 09:02:34 +01:00
..
description [FIX] Use local copies of png instead of fetching them from websites 2015-01-23 11:23:04 +01:00
img [IMP] point_of_sale: contributing partners demo data. 2015-06-16 12:52:02 +02:00
lib [FIX] point_of_sale: the receipt would not print correctly on first try 2014-08-19 17:15:14 +02:00
src [FIX] point_of_sale: make uploading partner images work in Firefox 2015-12-24 09:02:34 +01:00