diff options
Diffstat (limited to 'addons/point_of_sale/tests/__init__.py')
| -rw-r--r-- | addons/point_of_sale/tests/__init__.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addons/point_of_sale/tests/__init__.py b/addons/point_of_sale/tests/__init__.py new file mode 100644 index 00000000..d108782c --- /dev/null +++ b/addons/point_of_sale/tests/__init__.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import test_point_of_sale_flow +from . import test_frontend +from . import test_point_of_sale_ui +from . import test_anglo_saxon +from . import test_point_of_sale +from . import test_pos_setup +from . import test_pos_basic_config +from . import test_pos_products_with_tax +from . import test_pos_multiple_sale_accounts +from . import test_pos_multiple_receivable_accounts +from . import test_pos_other_currency_config +from . import test_pos_with_fiscal_position +from . import test_pos_stock_account +from . import test_js |
