__init__.py 232 B

12345678
  1. # -*- coding: utf-8 -*-
  2. # Part of Odoo. See LICENSE file for full copyright and licensing details.
  3. from . import test_event_internals
  4. from . import test_event_sale
  5. from . import test_event_sale_ui
  6. from . import test_event_specific