addons-cm/account_invoice_triple_discount_readonly/tests/__init__.py
snt 123aabb775 [18.0][MIG] account_invoice_triple_discount_readonly: Port to Odoo 18.0
* Update module version to 18.0.1.0.0
* Remove view modifications as they are handled by parent modules
* Add comprehensive test suite (34 tests):
  - Test triple discount mixin write() method behavior
  - Test account.move.line with triple discounts
  - Test purchase.order.line with triple discounts
* Add oca_dependencies.txt with required OCA repositories
* Fix write() method to handle explicit discounts correctly
2026-02-10 23:22:50 +01:00

3 lines
107 B
Python

from . import test_triple_discount_mixin
from . import test_account_move
from . import test_purchase_order