blob: 88bf481bf04aedc402d969b8823695ff495d3260 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_sale_product_attribute_value_config
from . import test_sale_to_invoice
from . import test_sale_order
from . import test_sale_pricelist
from . import test_onchange
from . import test_reinvoice
from . import test_access_rights
from . import test_sale_refund
from . import test_sale_signature
from . import test_sale_transaction
from . import test_sale_flow
|