[IMP] point_of_sale: forgot changes in this file in the previous commit that introduced unit tests

This commit is contained in:
Frederic van der Essen 2014-07-23 15:59:54 +02:00
parent a70b286144
commit 59396b45f5
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ openerp.point_of_sale = function(instance) {
openerp_pos_widgets(instance,module); // import pos_widgets.js
openerp_pos_tests(instance,module); // import pos_tests.js
instance.web.client_actions.add('pos.ui', 'instance.point_of_sale.PosWidget');
};