__init__.py 440 B

12345678910111213
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. from . import test_buy_gift_card
  4. from . import test_loyalty
  5. from . import test_pay_with_gift_card
  6. from . import test_program_multi_company
  7. from . import test_program_numbers
  8. from . import test_program_rules
  9. from . import test_program_with_code_operations
  10. from . import test_program_without_code_operations
  11. from . import test_sale_invoicing