[IMP + FIX] point_of_sale: plugged the memory leaks
authorFrédéric van der Essen <fva@openerp.com>
Tue, 17 Sep 2013 10:14:20 +0000 (12:14 +0200)
committerFrédéric van der Essen <fva@openerp.com>
Tue, 17 Sep 2013 10:14:20 +0000 (12:14 +0200)
commit65c70b85a701575a1a464e4d561f184cec018885
tree1d739fdc7ff9b6ea8ef0a726d7d8bbf033ff0cf2
parentffe677a7364c44c9f950ef914c8592ba3951e533
[IMP + FIX] point_of_sale: plugged the memory leaks
 - correctly call destroy on widgets
 - unbind backbone events on destroy
 - jquery show() hide() flooded jQuery.cache
 - introduced automated ui tests

bzr revid: fva@openerp.com-20130917101420-g76gos2qjjaii3zf
addons/point_of_sale/__openerp__.py
addons/point_of_sale/static/src/css/pos.css
addons/point_of_sale/static/src/js/devices.js
addons/point_of_sale/static/src/js/main.js
addons/point_of_sale/static/src/js/models.js
addons/point_of_sale/static/src/js/screens.js
addons/point_of_sale/static/src/js/tests.js [new file with mode: 0644]
addons/point_of_sale/static/src/js/widget_base.js
addons/point_of_sale/static/src/js/widget_scrollbar.js
addons/point_of_sale/static/src/js/widgets.js