feat(fusion_accounting_followup): fusion.followup.engine 7-method API

The orchestrator AbstractModel for follow-up lifecycle.
get_overdue_for_partner, compute_followup_level, send_followup_email,
escalate_to_next_level, pause_followup, reset_followup, snapshot_followup_history.

All controllers, AI tools, wizards, cron must route through these
methods; no direct ORM writes to fusion.followup.run from anywhere else.

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 20:52:27 -04:00
parent 06dafc31c1
commit 6802d60e44
5 changed files with 456 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ from . import fusion_followup_run
from . import fusion_followup_text_cache
from . import res_partner
from . import account_move_line
from . import fusion_followup_engine