vendor_bill_editable_totals/tests/__init__.py
2025-11-21 18:02:20 +07:00

9 lines
282 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_price_subtotal_property
from . import test_price_total_property
from . import test_edge_cases
from . import test_view_configuration
from . import test_integration