feat(fusion_accounting_followup): 6 JSON-RPC endpoints for OWL widget

Adds Task 15 controller layer:
- /fusion/followup/list_overdue
- /fusion/followup/get_partner_detail
- /fusion/followup/generate_text
- /fusion/followup/send
- /fusion/followup/pause
- /fusion/followup/reset

All endpoints use V19 type='jsonrpc' and route through
fusion.followup.engine. 6 HttpCase tests added (69 total).

Made-with: Cursor
This commit is contained in:
gsinghpal
2026-04-19 21:00:07 -04:00
parent 9b6d6b3895
commit d455016c27
5 changed files with 256 additions and 1 deletions

View File

@@ -10,3 +10,4 @@ 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