- Switch FUSION_MODEL to fusion.followup.engine so adapter mode selection matches the new module - Add list_overdue() with fusion/enterprise/community variants - Re-route send_followup_via_fusion to engine.send_followup_email - 4 new TransactionCase tests (73 total) Existing aging / overdue_invoices adapter methods continue to fall back to the community implementation. Made-with: Cursor
15 lines
539 B
Python
15 lines
539 B
Python
from . import test_overdue_aging
|
|
from . import test_level_resolver
|
|
from . import test_risk_scorer
|
|
from . import test_tone_selector
|
|
from . import test_followup_text_generator
|
|
from . import test_fusion_followup_level
|
|
from . import test_fusion_followup_run
|
|
from . import test_fusion_followup_text_cache
|
|
from . import test_res_partner_inherit
|
|
from . import test_account_move_line_inherit
|
|
from . import test_fusion_followup_engine
|
|
from . import test_engine_integration
|
|
from . import test_followup_controller
|
|
from . import test_followup_adapter
|