1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_avatax/tests/__init__.py
2024-12-10 09:04:09 +07:00

16 lines
488 B
Python

from . import test_avatax
# Tests for the certification badges
# https://developer.avalara.com/certification/avatax/
from . import (
test_address_validation,
# test_communication # badge not supported (yet?)
# test_document_management # badge not supported (yet?)
# test_extractor # badge not supported (yet?)
test_refunds,
# test_tax_content # badge not supported (yet?)
test_use_tax,
test_vat,
test_avatax_unique_code,
)