mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 19:52:06 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
21
odoo-bringout-oca-ocb-sale/sale/tests/__init__.py
Normal file
21
odoo-bringout-oca-ocb-sale/sale/tests/__init__.py
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
# 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_onchange
|
||||
from . import test_payment_flow
|
||||
from . import test_reinvoice
|
||||
from . import test_sale_flow
|
||||
from . import test_sale_onboarding
|
||||
from . import test_sale_order
|
||||
from . import test_sale_order_cancel
|
||||
from . import test_sale_prices
|
||||
from . import test_sale_product_attribute_value_config
|
||||
from . import test_sale_refund
|
||||
from . import test_sale_tax_totals
|
||||
from . import test_sale_to_invoice
|
||||
from . import test_sale_report
|
||||
Loading…
Add table
Add a link
Reference in a new issue