summaryrefslogtreecommitdiff
path: root/addons/sale_coupon/tests/__init__.py
blob: 7ec9d2c0a7ab5844e7c32370c8685c99df202c73 (plain)
1
2
3
4
5
6
7
8
9
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.

from . import test_program_without_code_operations
from . import test_program_with_code_operations
from . import test_program_rules
from . import test_program_numbers
from . import test_program_multi_company
from . import test_sale_invoicing