mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 05:12:07 +02:00
29 lines
1 KiB
Python
29 lines
1 KiB
Python
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
from . import test_access_rights
|
|
from . import test_accrued_sale_orders
|
|
from . import test_common
|
|
from . import test_controllers
|
|
from . import test_credit_limit
|
|
from . import test_ir_config_parameter
|
|
from . import test_onchange
|
|
from . import test_payment_flow
|
|
from . import test_product_attribute_value
|
|
from . import test_product_catalog
|
|
from . import test_product_configurator_data
|
|
from . import test_sale_combo_configurator
|
|
from . import test_sale_flow
|
|
from . import test_sale_order
|
|
from . import test_sale_order_product_catalog
|
|
from . import test_sale_order_ui
|
|
from . import test_sale_prices
|
|
from . import test_sale_product_attribute_value_config
|
|
from . import test_sale_product_template
|
|
from . import test_sale_refund
|
|
from . import test_sale_to_invoice
|
|
from . import test_sale_report
|
|
from . import test_sale_sections
|
|
from . import test_taxes_downpayment
|
|
from . import test_taxes_global_discount
|
|
from . import test_taxes_tax_totals_summary
|
|
from . import test_import_files
|