Files
Odoo-Modules/fusion_accounting_followup/graphify-out/graph.html
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

257 lines
326 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend"></div>
</div>
<div id="stats">354 nodes &middot; 497 edges &middot; 40 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_manifest_py", "label": "__manifest__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "label": "test_engine_property.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "test_engine_property.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 7}, {"id": "test_engine_property_testaginginvariants", "label": "TestAgingInvariants", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAgingInvariants", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "transactioncase", "label": "TransactionCase", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TransactionCase", "community": 2, "community_name": "Community 2", "source_file": "", "file_type": "code", "degree": 24}, {"id": "test_engine_property_test_buckets_sum_equals_total", "label": "test_buckets_sum_equals_total()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_buckets_sum_equals_total()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "test_engine_property_test_overdue_amount_excludes_current", "label": "test_overdue_amount_excludes_current()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_overdue_amount_excludes_current()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "test_engine_property_test_risk_score_in_range", "label": "test_risk_score_in_range()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_risk_score_in_range()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "test_engine_property_testtoneinvariants", "label": "TestToneInvariants", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TestToneInvariants", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "test_engine_property_test_tone_always_in_valid_set", "label": "test_tone_always_in_valid_set()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tone_always_in_valid_set()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "code", "degree": 2}, {"id": "test_engine_property_rationale_1", "label": "Property-based invariants for follow-up services.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Property-based invariants for follow-up services.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_property.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tools_py", "label": "test_followup_tools.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_tools.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 2}, {"id": "test_followup_tools_testfusionfollowuptools", "label": "TestFusionFollowupTools", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFusionFollowupTools", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 7}, {"id": "test_followup_tools_testfusionfollowuptools_test_fusion_list_overdue", "label": ".test_fusion_list_overdue()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fusion_list_overdue()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tools_testfusionfollowuptools_test_fusion_get_partner_detail", "label": ".test_fusion_get_partner_detail()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fusion_get_partner_detail()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tools_testfusionfollowuptools_test_fusion_generate_text_uses_fallback", "label": ".test_fusion_generate_text_uses_fallback()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fusion_generate_text_uses_fallback()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tools_testfusionfollowuptools_test_fusion_get_risk_score", "label": ".test_fusion_get_risk_score()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fusion_get_risk_score()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tools_testfusionfollowuptools_test_tools_registered_in_dispatch", "label": ".test_tools_registered_in_dispatch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tools_registered_in_dispatch()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tools_rationale_1", "label": "AI tool dispatch tests for fusion follow-up tools.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AI tool dispatch tests for fusion follow-up tools.", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tools.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_local_llm_compat_py", "label": "test_local_llm_compat.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test_local_llm_compat.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 4}, {"id": "test_local_llm_compat_server_reachable", "label": "_server_reachable()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_server_reachable()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 2}, {"id": "test_local_llm_compat_detect_local_llm", "label": "_detect_local_llm()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_local_llm()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 3}, {"id": "test_local_llm_compat_testlocalllmfollowuptext", "label": "TestLocalLLMFollowupText", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TestLocalLLMFollowupText", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 4}, {"id": "test_local_llm_compat_testlocalllmfollowuptext_setup", "label": ".setUp()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 2}, {"id": "test_local_llm_compat_testlocalllmfollowuptext_test_followup_text_with_local_llm", "label": ".test_followup_text_with_local_llm()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_followup_text_with_local_llm()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "code", "degree": 2}, {"id": "test_local_llm_compat_rationale_1", "label": "Local LLM compat test for followup_text_generator. Auto-detects LM Studio (:123", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Local LLM compat test for followup_text_generator. Auto-detects LM Studio (:123", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_local_llm_compat.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_res_partner_inherit_py", "label": "test_res_partner_inherit.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_res_partner_inherit.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_res_partner_inherit.py", "file_type": "code", "degree": 1}, {"id": "test_res_partner_inherit_testrespartnerfollowup", "label": "TestResPartnerFollowup", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestResPartnerFollowup", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_res_partner_inherit.py", "file_type": "code", "degree": 5}, {"id": "test_res_partner_inherit_testrespartnerfollowup_test_default_status_no_action", "label": ".test_default_status_no_action()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_default_status_no_action()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_res_partner_inherit.py", "file_type": "code", "degree": 1}, {"id": "test_res_partner_inherit_testrespartnerfollowup_test_run_count_reflects_history", "label": ".test_run_count_reflects_history()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_run_count_reflects_history()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_res_partner_inherit.py", "file_type": "code", "degree": 1}, {"id": "test_res_partner_inherit_testrespartnerfollowup_test_action_view_followup_history_returns_action", "label": ".test_action_view_followup_history_returns_action()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_action_view_followup_history_returns_action()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_res_partner_inherit.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_account_move_line_inherit_py", "label": "test_account_move_line_inherit.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_account_move_line_inherit.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "code", "degree": 1}, {"id": "test_account_move_line_inherit_testaccountmovelinefollowup", "label": "TestAccountMoveLineFollowup", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestAccountMoveLineFollowup", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "code", "degree": 5}, {"id": "test_account_move_line_inherit_testaccountmovelinefollowup_test_fields_exist_on_model", "label": ".test_fields_exist_on_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fields_exist_on_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "code", "degree": 2}, {"id": "test_account_move_line_inherit_testaccountmovelinefollowup_test_assign_level_and_date_on_existing_line", "label": ".test_assign_level_and_date_on_existing_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_assign_level_and_date_on_existing_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "code", "degree": 2}, {"id": "test_account_move_line_inherit_rationale_8", "label": "Verify follow-up tracking fields are added to account.move.line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify follow-up tracking fields are added to account.move.line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_move_line_inherit_rationale_11", "label": "Both new fields are declared on account.move.line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Both new fields are declared on account.move.line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_move_line_inherit_rationale_21", "label": "We can write the new fields onto an existing move line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "We can write the new fields onto an existing move line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_account_move_line_inherit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tours_py", "label": "test_followup_tours.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_tours.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 2}, {"id": "test_followup_tours_testfollowuptours", "label": "TestFollowupTours", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupTours", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 7}, {"id": "httpcase", "label": "HttpCase", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpCase", "community": 6, "community_name": "Community 6", "source_file": "", "file_type": "code", "degree": 3}, {"id": "test_followup_tours_testfollowuptours_test_smoke_tour", "label": ".test_smoke_tour()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_smoke_tour()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tours_testfollowuptours_test_partners_tour", "label": ".test_partners_tour()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partners_tour()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tours_testfollowuptours_test_levels_tour", "label": ".test_levels_tour()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_levels_tour()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tours_testfollowuptours_test_history_tour", "label": ".test_history_tour()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_history_tour()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tours_testfollowuptours_test_batch_wizard_tour", "label": ".test_batch_wizard_tour()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_batch_wizard_tour()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "code", "degree": 1}, {"id": "test_followup_tours_rationale_1", "label": "Python wrappers for OWL tours via HttpCase.start_tour.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Python wrappers for OWL tours via HttpCase.start_tour.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_tours.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_engine_py", "label": "test_fusion_followup_engine.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fusion_followup_engine.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine", "label": "TestFusionFollowupEngine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFusionFollowupEngine", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 11}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_setup", "label": ".setUp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_engine_model_exists", "label": ".test_engine_model_exists()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_engine_model_exists()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_get_overdue_returns_dict", "label": ".test_get_overdue_returns_dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_overdue_returns_dict()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_compute_followup_level_no_overdue_returns_empty", "label": ".test_compute_followup_level_no_overdue_returns_empty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_compute_followup_level_no_overdue_returns_empty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_pause_sets_partner_state", "label": ".test_pause_sets_partner_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_pause_sets_partner_state()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_reset_clears_state", "label": ".test_reset_clears_state()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reset_clears_state()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 3}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_snapshot_history_returns_runs", "label": ".test_snapshot_history_returns_runs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_snapshot_history_returns_runs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_send_no_overdue_returns_no_action", "label": ".test_send_no_overdue_returns_no_action()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_no_overdue_returns_no_action()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_testfusionfollowupengine_test_escalate_when_no_current_level", "label": ".test_escalate_when_no_current_level()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_escalate_when_no_current_level()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_engine_rationale_1", "label": "Unit tests for the fusion.followup.engine 7-method API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Unit tests for the fusion.followup.engine 7-method API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_risk_scorer_py", "label": "test_risk_scorer.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_risk_scorer.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 1}, {"id": "test_risk_scorer_testriskscorer", "label": "TestRiskScorer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestRiskScorer", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 9}, {"id": "test_risk_scorer_testriskscorer_test_no_history_returns_low", "label": ".test_no_history_returns_low()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_history_returns_low()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "test_risk_scorer_testriskscorer_test_chronic_late_pays_returns_high", "label": ".test_chronic_late_pays_returns_high()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_chronic_late_pays_returns_high()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "test_risk_scorer_testriskscorer_test_one_off_overdue_returns_medium", "label": ".test_one_off_overdue_returns_medium()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_one_off_overdue_returns_medium()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "test_risk_scorer_testriskscorer_test_score_capped_at_100", "label": ".test_score_capped_at_100()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_score_capped_at_100()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "test_risk_scorer_testriskscorer_test_score_floored_at_0", "label": ".test_score_floored_at_0()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_score_floored_at_0()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "test_risk_scorer_testriskscorer_test_band_thresholds", "label": ".test_band_thresholds()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_band_thresholds()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_risk_scorer.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_tone_selector_py", "label": "test_tone_selector.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tone_selector.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 1}, {"id": "test_tone_selector_testtoneselector", "label": "TestToneSelector", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TestToneSelector", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 8}, {"id": "test_tone_selector_testtoneselector_test_level_1_default_gentle", "label": ".test_level_1_default_gentle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_level_1_default_gentle()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "test_tone_selector_testtoneselector_test_level_2_default_firm", "label": ".test_level_2_default_firm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_level_2_default_firm()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "test_tone_selector_testtoneselector_test_level_3_default_legal", "label": ".test_level_3_default_legal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_level_3_default_legal()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "test_tone_selector_testtoneselector_test_critical_risk_escalates_gentle_to_firm", "label": ".test_critical_risk_escalates_gentle_to_firm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_critical_risk_escalates_gentle_to_firm()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "test_tone_selector_testtoneselector_test_extreme_risk_escalates_firm_to_legal", "label": ".test_extreme_risk_escalates_firm_to_legal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_extreme_risk_escalates_firm_to_legal()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "test_tone_selector_testtoneselector_test_unknown_level_defaults_gentle", "label": ".test_unknown_level_defaults_gentle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_unknown_level_defaults_gentle()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_tone_selector.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_level_py", "label": "test_fusion_followup_level.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fusion_followup_level.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_level_testfusionfollowuplevel", "label": "TestFusionFollowupLevel", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFusionFollowupLevel", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 6}, {"id": "test_fusion_followup_level_testfusionfollowuplevel_test_create_minimal", "label": ".test_create_minimal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_create_minimal()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_level_testfusionfollowuplevel_test_negative_delay_rejected", "label": ".test_negative_delay_rejected()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_negative_delay_rejected()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_level_testfusionfollowuplevel_test_duplicate_sequence_rejected", "label": ".test_duplicate_sequence_rejected()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_duplicate_sequence_rejected()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_level_testfusionfollowuplevel_test_three_levels_escalate", "label": ".test_three_levels_escalate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_three_levels_escalate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_performance_benchmarks_py", "label": "test_performance_benchmarks.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "test_performance_benchmarks.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 4}, {"id": "test_performance_benchmarks_percentile", "label": "_percentile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "_percentile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 5}, {"id": "test_performance_benchmarks_testenginebenchmarks", "label": "TestEngineBenchmarks", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestEngineBenchmarks", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 6}, {"id": "test_performance_benchmarks_testenginebenchmarks_setup", "label": ".setUp()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 1}, {"id": "test_performance_benchmarks_testenginebenchmarks_test_get_overdue_p95", "label": ".test_get_overdue_p95()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_overdue_p95()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 3}, {"id": "test_performance_benchmarks_testenginebenchmarks_test_compute_followup_level_p95", "label": ".test_compute_followup_level_p95()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_compute_followup_level_p95()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 3}, {"id": "test_performance_benchmarks_testenginebenchmarks_test_send_followup_p95", "label": ".test_send_followup_p95()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_followup_p95()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 3}, {"id": "test_performance_benchmarks_testcontrollerbenchmarks", "label": "TestControllerBenchmarks", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TestControllerBenchmarks", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 3}, {"id": "test_performance_benchmarks_testcontrollerbenchmarks_test_list_overdue_p95", "label": ".test_list_overdue_p95()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_list_overdue_p95()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "code", "degree": 2}, {"id": "test_performance_benchmarks_rationale_1", "label": "Performance benchmarks tagged 'benchmark'.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Performance benchmarks tagged &#x27;benchmark&#x27;.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_performance_benchmarks.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_text_generator_py", "label": "test_followup_text_generator.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_text_generator.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextgenerator", "label": "TestFollowupTextGenerator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupTextGenerator", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 7}, {"id": "test_followup_text_generator_testfollowuptextgenerator_setup", "label": ".setUp()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 1}, {"id": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_gentle", "label": ".test_fallback_gentle()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fallback_gentle()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_firm", "label": ".test_fallback_firm()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fallback_firm()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_legal", "label": ".test_fallback_legal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fallback_legal()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextgenerator_test_returns_required_keys", "label": ".test_returns_required_keys()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_returns_required_keys()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextprompt", "label": "TestFollowupTextPrompt", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupTextPrompt", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 5}, {"id": "test_followup_text_generator_testfollowuptextprompt_test_system_prompt_requires_json", "label": ".test_system_prompt_requires_json()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_system_prompt_requires_json()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 1}, {"id": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_returns_tuple", "label": ".test_build_prompt_returns_tuple()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_build_prompt_returns_tuple()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_includes_risk_drivers", "label": ".test_build_prompt_includes_risk_drivers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_build_prompt_includes_risk_drivers()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_batch_followup_wizard_py", "label": "test_batch_followup_wizard.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_batch_followup_wizard.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_batch_followup_wizard.py", "file_type": "code", "degree": 1}, {"id": "test_batch_followup_wizard_testbatchfollowupwizard", "label": "TestBatchFollowupWizard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestBatchFollowupWizard", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_batch_followup_wizard.py", "file_type": "code", "degree": 5}, {"id": "test_batch_followup_wizard_testbatchfollowupwizard_test_default_loads_active_ids", "label": ".test_default_loads_active_ids()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_default_loads_active_ids()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_batch_followup_wizard.py", "file_type": "code", "degree": 1}, {"id": "test_batch_followup_wizard_testbatchfollowupwizard_test_selected_scope_no_partners_raises", "label": ".test_selected_scope_no_partners_raises()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_selected_scope_no_partners_raises()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_batch_followup_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_batch_followup_wizard_testbatchfollowupwizard_test_run_completes_with_no_overdue_partners", "label": ".test_run_completes_with_no_overdue_partners()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_run_completes_with_no_overdue_partners()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_batch_followup_wizard.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_cron_py", "label": "test_followup_cron.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_cron.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "code", "degree": 2}, {"id": "test_followup_cron_testfollowupcron", "label": "TestFollowupCron", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupCron", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "code", "degree": 5}, {"id": "test_followup_cron_testfollowupcron_setup", "label": ".setUp()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "code", "degree": 1}, {"id": "test_followup_cron_testfollowupcron_test_cron_daily_scan_runs", "label": ".test_cron_daily_scan_runs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_cron_daily_scan_runs()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "code", "degree": 2}, {"id": "test_followup_cron_testfollowupcron_test_cron_risk_refresh_runs", "label": ".test_cron_risk_refresh_runs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_cron_risk_refresh_runs()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "code", "degree": 2}, {"id": "test_followup_cron_rationale_1", "label": "Smoke tests for the fusion follow-up cron handlers.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Smoke tests for the fusion follow-up cron handlers.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_cron.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_overdue_aging_py", "label": "test_overdue_aging.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_overdue_aging.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 1}, {"id": "test_overdue_aging_testoverdueaging", "label": "TestOverdueAging", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestOverdueAging", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 9}, {"id": "test_overdue_aging_testoverdueaging_test_empty_lines_returns_zero_buckets", "label": ".test_empty_lines_returns_zero_buckets()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_empty_lines_returns_zero_buckets()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_current_bucket_for_future_maturity", "label": ".test_current_bucket_for_future_maturity()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_current_bucket_for_future_maturity()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_30_day_bucket", "label": ".test_30_day_bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_30_day_bucket()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_60_day_bucket", "label": ".test_60_day_bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_60_day_bucket()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_120_plus_bucket", "label": ".test_120_plus_bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_120_plus_bucket()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_total_overdue_excludes_current", "label": ".test_total_overdue_excludes_current()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_total_overdue_excludes_current()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "test_overdue_aging_testoverdueaging_test_buckets_sum_equals_total", "label": ".test_buckets_sum_equals_total()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_buckets_sum_equals_total()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_full_flow_py", "label": "test_followup_full_flow.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_full_flow.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 2}, {"id": "test_followup_full_flow_testfollowupfullflow", "label": "TestFollowupFullFlow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupFullFlow", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 7}, {"id": "test_followup_full_flow_testfollowupfullflow_setup", "label": ".setUp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 1}, {"id": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "label": ".test_full_flow_scan_send_reset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".test_full_flow_scan_send_reset()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 5}, {"id": "test_followup_full_flow_testfollowupfullflow_test_escalate_advances_to_next_level", "label": ".test_escalate_advances_to_next_level()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_escalate_advances_to_next_level()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 3}, {"id": "test_followup_full_flow_testfollowupfullflow_test_text_cache_reused_on_repeat", "label": ".test_text_cache_reused_on_repeat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_text_cache_reused_on_repeat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 2}, {"id": "test_followup_full_flow_testfollowupfullflow_test_history_records_each_send", "label": ".test_history_records_each_send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_history_records_each_send()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "code", "degree": 2}, {"id": "test_followup_full_flow_rationale_1", "label": "End-to-end integration: scan -> escalate -> send -> reset.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "End-to-end integration: scan -&gt; escalate -&gt; send -&gt; reset.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_full_flow.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_text_cache_py", "label": "test_fusion_followup_text_cache.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fusion_followup_text_cache.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "label": "TestFusionFollowupTextCache", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFusionFollowupTextCache", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 7}, {"id": "test_fusion_followup_text_cache_setupclass", "label": "setUpClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache_kwargs", "label": "._kwargs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._kwargs()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 4}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_fingerprint_stable_and_unique", "label": ".test_fingerprint_stable_and_unique()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_fingerprint_stable_and_unique()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 3}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_returns_empty_when_missing", "label": ".test_lookup_returns_empty_when_missing()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_lookup_returns_empty_when_missing()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 3}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_finds_cached_entry", "label": ".test_lookup_finds_cached_entry()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".test_lookup_finds_cached_entry()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 4}, {"id": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_action_increment_use", "label": ".test_action_increment_use()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_action_increment_use()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_text_cache.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_run_py", "label": "test_fusion_followup_run.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_fusion_followup_run.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_run_testfusionfollowuprun", "label": "TestFusionFollowupRun", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFusionFollowupRun", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 6}, {"id": "test_fusion_followup_run_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_run_testfusionfollowuprun_test_create_minimal", "label": ".test_create_minimal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_create_minimal()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 1}, {"id": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_sent", "label": ".test_action_mark_sent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_action_mark_sent()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_failed_records_error", "label": ".test_action_mark_failed_records_error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_action_mark_failed_records_error()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "test_fusion_followup_run_testfusionfollowuprun_test_partner_required", "label": ".test_partner_required()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partner_required()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_fusion_followup_run.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_adapter_py", "label": "test_followup_adapter.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_adapter.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 2}, {"id": "test_followup_adapter_testfollowupadapter", "label": "TestFollowupAdapter", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupAdapter", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 7}, {"id": "test_followup_adapter_testfollowupadapter_setup", "label": ".setUp()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 1}, {"id": "test_followup_adapter_testfollowupadapter_test_list_overdue_via_fusion_returns_dict", "label": ".test_list_overdue_via_fusion_returns_dict()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_list_overdue_via_fusion_returns_dict()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 1}, {"id": "test_followup_adapter_testfollowupadapter_test_list_overdue_via_community_returns_error", "label": ".test_list_overdue_via_community_returns_error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_list_overdue_via_community_returns_error()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 1}, {"id": "test_followup_adapter_testfollowupadapter_test_send_followup_via_fusion_no_overdue", "label": ".test_send_followup_via_fusion_no_overdue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_followup_via_fusion_no_overdue()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 1}, {"id": "test_followup_adapter_testfollowupadapter_test_send_followup_via_community_returns_error", "label": ".test_send_followup_via_community_returns_error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_followup_via_community_returns_error()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "code", "degree": 1}, {"id": "test_followup_adapter_rationale_1", "label": "FollowupAdapter wiring tests \u2014 engine paths.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FollowupAdapter wiring tests \u2014 engine paths.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_adapter.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_controller_py", "label": "test_followup_controller.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_followup_controller.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller", "label": "TestFollowupController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupController", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 10}, {"id": "test_followup_controller_testfollowupcontroller_setup", "label": ".setUp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 1}, {"id": "test_followup_controller_testfollowupcontroller_jsonrpc", "label": "._jsonrpc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._jsonrpc()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 7}, {"id": "test_followup_controller_testfollowupcontroller_test_list_overdue_returns_dict", "label": ".test_list_overdue_returns_dict()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_list_overdue_returns_dict()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller_test_get_partner_detail", "label": ".test_get_partner_detail()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_partner_detail()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller_test_pause_sets_paused_until", "label": ".test_pause_sets_paused_until()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_pause_sets_paused_until()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller_test_reset_clears_status", "label": ".test_reset_clears_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reset_clears_status()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller_test_send_no_overdue_returns_no_action", "label": ".test_send_no_overdue_returns_no_action()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_no_overdue_returns_no_action()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_testfollowupcontroller_test_generate_text_no_level_returns_no_level", "label": ".test_generate_text_no_level_returns_no_level()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_generate_text_no_level_returns_no_level()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "code", "degree": 2}, {"id": "test_followup_controller_rationale_1", "label": "HttpCase tests for the 6 follow-up JSON-RPC endpoints.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpCase tests for the 6 follow-up JSON-RPC endpoints.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_followup_controller.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_level_resolver_py", "label": "test_level_resolver.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_level_resolver.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 1}, {"id": "test_level_resolver_testlevelresolver", "label": "TestLevelResolver", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestLevelResolver", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 10}, {"id": "test_level_resolver_testlevelresolver_setup", "label": ".setUp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 2}, {"id": "test_level_resolver_testlevelresolver_test_no_overdue_returns_none", "label": ".test_no_overdue_returns_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_overdue_returns_none()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 3}, {"id": "test_level_resolver_testlevelresolver_test_15_days_overdue_picks_reminder", "label": ".test_15_days_overdue_picks_reminder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_15_days_overdue_picks_reminder()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 3}, {"id": "test_level_resolver_testlevelresolver_test_45_days_overdue_picks_warning", "label": ".test_45_days_overdue_picks_warning()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_45_days_overdue_picks_warning()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 3}, {"id": "test_level_resolver_testlevelresolver_test_75_days_overdue_picks_legal", "label": ".test_75_days_overdue_picks_legal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_75_days_overdue_picks_legal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 3}, {"id": "test_level_resolver_testlevelresolver_test_no_levels_returns_none", "label": ".test_no_levels_returns_none()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_levels_returns_none()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 3}, {"id": "test_level_resolver_testlevelresolver_test_invalid_tone_raises", "label": ".test_invalid_tone_raises()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invalid_tone_raises()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_level_resolver.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_integration_py", "label": "test_engine_integration.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_engine_integration.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_testfollowupengineintegration", "label": "TestFollowupEngineIntegration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupEngineIntegration", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 9}, {"id": "test_engine_integration_testfollowupengineintegration_setup", "label": ".setUp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 1}, {"id": "test_engine_integration_testfollowupengineintegration_test_get_overdue_finds_lines", "label": ".test_get_overdue_finds_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_overdue_finds_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_testfollowupengineintegration_test_compute_level_picks_reminder_at_20_days", "label": ".test_compute_level_picks_reminder_at_20_days()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_compute_level_picks_reminder_at_20_days()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_testfollowupengineintegration_test_send_followup_creates_run", "label": ".test_send_followup_creates_run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_send_followup_creates_run()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_testfollowupengineintegration_test_pause_blocks_send_unless_force", "label": ".test_pause_blocks_send_unless_force()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_pause_blocks_send_unless_force()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 3}, {"id": "test_engine_integration_testfollowupengineintegration_test_history_grows_with_each_send", "label": ".test_history_grows_with_each_send()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_history_grows_with_each_send()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_testfollowupengineintegration_test_text_cache_used_on_repeat_call", "label": ".test_text_cache_used_on_repeat_call()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_text_cache_used_on_repeat_call()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "code", "degree": 2}, {"id": "test_engine_integration_rationale_1", "label": "Integration tests: full follow-up flow with real overdue invoices.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Integration tests: full follow-up flow with real overdue invoices.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_engine_integration.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_migration_round_trip_py", "label": "test_migration_round_trip.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_migration_round_trip.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "code", "degree": 1}, {"id": "test_migration_round_trip_testfollowupmigrationroundtrip", "label": "TestFollowupMigrationRoundTrip", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupMigrationRoundTrip", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "code", "degree": 5}, {"id": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_step_runs", "label": ".test_bootstrap_step_runs()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_bootstrap_step_runs()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "code", "degree": 2}, {"id": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_idempotent", "label": ".test_bootstrap_idempotent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_bootstrap_idempotent()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "code", "degree": 2}, {"id": "test_migration_round_trip_testfollowupmigrationroundtrip_test_partner_state_bootstrap_step", "label": ".test_partner_state_bootstrap_step()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partner_state_bootstrap_step()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "code", "degree": 3}, {"id": "test_migration_round_trip_rationale_24", "label": "Verify the partner-state migration step runs without error.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify the partner-state migration step runs without error.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_migration_round_trip.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_coexistence_py", "label": "test_coexistence.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_coexistence.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 2}, {"id": "test_coexistence_testfollowupcoexistence", "label": "TestFollowupCoexistence", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestFollowupCoexistence", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 6}, {"id": "test_coexistence_testfollowupcoexistence_setup", "label": ".setUp()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setUp()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 1}, {"id": "test_coexistence_testfollowupcoexistence_test_engine_always_available", "label": ".test_engine_always_available()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_engine_always_available()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 1}, {"id": "test_coexistence_testfollowupcoexistence_test_menu_gated_by_coexistence_group", "label": ".test_menu_gated_by_coexistence_group()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_menu_gated_by_coexistence_group()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 1}, {"id": "test_coexistence_testfollowupcoexistence_test_levels_menu_gated", "label": ".test_levels_menu_gated()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_levels_menu_gated()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "code", "degree": 1}, {"id": "test_coexistence_rationale_1", "label": "Coexistence tests: fusion_accounting_followup menu only visible when Enterprise", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Coexistence tests: fusion_accounting_followup menu only visible when Enterprise", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/tests/test_coexistence.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_text_cache_py", "label": "fusion_followup_text_cache.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "fusion_followup_text_cache.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_text_cache_fusionfollowuptextcache", "label": "FusionFollowupTextCache", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupTextCache", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_text_cache_compute_fingerprint", "label": "compute_fingerprint()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "compute_fingerprint()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "code", "degree": 5}, {"id": "fusion_followup_text_cache_lookup", "label": "lookup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "lookup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "code", "degree": 5}, {"id": "fusion_followup_text_cache_fusionfollowuptextcache_action_increment_use", "label": ".action_increment_use()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_increment_use()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_text_cache_rationale_1", "label": "Cache of AI-generated follow-up text to avoid LLM cost on repeats.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cache of AI-generated follow-up text to avoid LLM cost on repeats.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_text_cache_rationale_37", "label": "Stable hash of the inputs that determine the generated text.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stable hash of the inputs that determine the generated text.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_followup_text_cache_rationale_46", "label": "Find a cached entry matching these inputs, or empty recordset.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find a cached entry matching these inputs, or empty recordset.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_text_cache.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "label": "fusion_followup_cron.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "fusion_followup_cron.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_cron_fusionfollowupcron", "label": "FusionFollowupCron", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupCron", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "code", "degree": 1}, {"id": "fusion_followup_cron_cron_daily_scan", "label": "_cron_daily_scan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_daily_scan()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_cron_cron_risk_refresh", "label": "_cron_risk_refresh()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_risk_refresh()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_cron_rationale_1", "label": "Cron handlers for fusion_accounting_followup. Two scheduled jobs: - Daily scan:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron handlers for fusion_accounting_followup. Two scheduled jobs: - Daily scan:", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_cron_rationale_24", "label": "Scan every partner with overdue and send follow-ups when due.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Scan every partner with overdue and send follow-ups when due.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_followup_cron_rationale_60", "label": "Refresh fusion_followup_risk_score on every partner with overdue.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh fusion_followup_risk_score on every partner with overdue.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_cron.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_account_move_line_py", "label": "account_move_line.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move_line.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/account_move_line.py", "file_type": "code", "degree": 2}, {"id": "account_move_line_accountmoveline", "label": "AccountMoveLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLine", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "account_move_line_rationale_1", "label": "Inherit account.move.line: track last follow-up level.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Inherit account.move.line: track last follow-up level.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/account_move_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_run_py", "label": "fusion_followup_run.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_followup_run.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_run_fusionfollowuprun", "label": "FusionFollowupRun", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupRun", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_run.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_run_fusionfollowuprun_action_mark_sent", "label": ".action_mark_sent()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_sent()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_run_fusionfollowuprun_action_mark_failed", "label": ".action_mark_failed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_failed()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_run.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_run_rationale_1", "label": "Audit record of one follow-up execution (per partner per level).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Audit record of one follow-up execution (per partner per level).", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_run.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_level_py", "label": "fusion_followup_level.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_followup_level.py", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_level.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_level_fusionfollowuplevel", "label": "FusionFollowupLevel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupLevel", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_level.py", "file_type": "code", "degree": 1}, {"id": "fusion_followup_level_rationale_1", "label": "Follow-up level definition (e.g. Reminder at 7 days, Warning at 30, Legal at 60)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Follow-up level definition (e.g. Reminder at 7 days, Warning at 30, Legal at 60)", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_level.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "label": "fusion_followup_engine.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 27.5, "font": {"size": 12, "color": "#ffffff"}, "title": "fusion_followup_engine.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 14}, {"id": "fusion_followup_engine_fusionfollowupengine", "label": "FusionFollowupEngine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionFollowupEngine", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 8}, {"id": "fusion_followup_engine_get_overdue_for_partner", "label": "get_overdue_for_partner()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.2, "font": {"size": 12, "color": "#ffffff"}, "title": "get_overdue_for_partner()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 13}, {"id": "fusion_followup_engine_compute_followup_level", "label": "compute_followup_level()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "compute_followup_level()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 12}, {"id": "fusion_followup_engine_send_followup_email", "label": "send_followup_email()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 37.5, "font": {"size": 12, "color": "#ffffff"}, "title": "send_followup_email()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 22}, {"id": "fusion_followup_engine_escalate_to_next_level", "label": "escalate_to_next_level()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "escalate_to_next_level()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_engine_pause_followup", "label": "pause_followup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "pause_followup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 6}, {"id": "fusion_followup_engine_reset_followup", "label": "reset_followup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "reset_followup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_engine_snapshot_followup_history", "label": "snapshot_followup_history()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "snapshot_followup_history()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_engine_fusionfollowupengine_fetch_overdue_lines", "label": "._fetch_overdue_lines()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._fetch_overdue_lines()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_engine_fusionfollowupengine_compute_risk", "label": "._compute_risk()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._compute_risk()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_engine_fusionfollowupengine_max_overdue_days_from_aging", "label": "._max_overdue_days_from_aging()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._max_overdue_days_from_aging()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 4}, {"id": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "._get_or_generate_text()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_or_generate_text()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 7}, {"id": "fusion_followup_engine_fusionfollowupengine_create_run", "label": "._create_run()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_run()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 2}, {"id": "fusion_followup_engine_fusionfollowupengine_send_email", "label": "._send_email()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_email()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "code", "degree": 3}, {"id": "fusion_followup_engine_rationale_1", "label": "The follow-up engine \u2014 orchestrator for customer follow-ups. 7-method public AP", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "The follow-up engine \u2014 orchestrator for customer follow-ups. 7-method public AP", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_followup_engine_rationale_32", "label": "Return aging report + risk score for a partner.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return aging report + risk score for a partner.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_58", "label": "Return the fusion.followup.level recordset that should fire now, or empt", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the fusion.followup.level recordset that should fire now, or empt", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_99", "label": "Send a follow-up email at the given level (or auto-resolve if None). Cr", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a follow-up email at the given level (or auto-resolve if None). Cr", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_172", "label": "Force the next-higher level than the partner's current last_level.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Force the next-higher level than the partner&#x27;s current last_level.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_189", "label": "Pause follow-ups for a partner until a date (default 30 days).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pause follow-ups for a partner until a date (default 30 days).", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_200", "label": "Reset partner's follow-up state to no_action.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset partner&#x27;s follow-up state to no_action.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_211", "label": "Return audit history for a partner.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return audit history for a partner.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_followup_engine_rationale_239", "label": "Fetch posted, unreconciled receivable lines for a partner.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch posted, unreconciled receivable lines for a partner.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_followup_engine_rationale_250", "label": "Compute risk score from partner's payment history.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute risk score from partner&#x27;s payment history.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_followup_engine_rationale_287", "label": "Extract longest overdue days from aging dict.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract longest overdue days from aging dict.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_followup_engine_rationale_304", "label": "Cache lookup + LLM fallback.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Cache lookup + LLM fallback.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_followup_engine_rationale_365", "label": "Best-effort email send. Uses level's mail_template if set, else creates", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Best-effort email send. Uses level&#x27;s mail_template if set, else creates", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_followup_engine.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_migration_wizard_py", "label": "fusion_migration_wizard.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_migration_wizard.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "code", "degree": 2}, {"id": "fusion_migration_wizard_fusionmigrationwizard", "label": "FusionMigrationWizard", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionMigrationWizard", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "code", "degree": 4}, {"id": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "label": "._followup_bootstrap_step()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._followup_bootstrap_step()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "code", "degree": 5}, {"id": "fusion_migration_wizard_fusionmigrationwizard_followup_partner_state_bootstrap_step", "label": "._followup_partner_state_bootstrap_step()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._followup_partner_state_bootstrap_step()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "code", "degree": 4}, {"id": "fusion_migration_wizard_fusionmigrationwizard_action_run_migration", "label": ".action_run_migration()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_run_migration()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "code", "degree": 3}, {"id": "fusion_migration_wizard_rationale_1", "label": "Followup-specific migration step. Backfills fusion.followup.level from Enterpri", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Followup-specific migration step. Backfills fusion.followup.level from Enterpri", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_migration_wizard_rationale_17", "label": "Backfill fusion.followup.level from account_followup.followup.line.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Backfill fusion.followup.level from account_followup.followup.line.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_migration_wizard_rationale_82", "label": "Migration step: copy Enterprise account_followup per-partner state onto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Migration step: copy Enterprise account_followup per-partner state onto", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/fusion_migration_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_respartner", "label": "ResPartner", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ResPartner", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "res_partner_respartner_compute_fusion_followup_run_count", "label": "._compute_fusion_followup_run_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_fusion_followup_run_count()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_action_view_followup_history", "label": ".action_view_followup_history()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_followup_history()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_rationale_1", "label": "Inherit res.partner: add follow-up state fields.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Inherit res.partner: add follow-up state fields.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_tours_followup_tours_js", "label": "followup_tours.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_tours.js", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/tours/followup_tours.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_risk_badge_risk_badge_js", "label": "risk_badge.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "risk_badge.js", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/risk_badge/risk_badge.js", "file_type": "code", "degree": 1}, {"id": "risk_badge_riskbadge", "label": "RiskBadge", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RiskBadge", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/risk_badge/risk_badge.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_partner_card_partner_card_js", "label": "partner_card.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "partner_card.js", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/partner_card/partner_card.js", "file_type": "code", "degree": 1}, {"id": "partner_card_partnercard", "label": "PartnerCard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PartnerCard", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/partner_card/partner_card.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_ai_text_panel_ai_text_panel_js", "label": "ai_text_panel.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ai_text_panel.js", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/ai_text_panel/ai_text_panel.js", "file_type": "code", "degree": 1}, {"id": "ai_text_panel_aitextpanel", "label": "AiTextPanel", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AiTextPanel", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/ai_text_panel/ai_text_panel.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_followup_history_table_followup_history_table_js", "label": "followup_history_table.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_history_table.js", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/followup_history_table/followup_history_table.js", "file_type": "code", "degree": 1}, {"id": "followup_history_table_followuphistorytable", "label": "FollowupHistoryTable", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FollowupHistoryTable", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/followup_history_table/followup_history_table.js", "file_type": "code", "degree": 2}, {"id": "followup_history_table_followuphistorytable_formatdate", "label": ".formatDate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDate()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/followup_history_table/followup_history_table.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_aging_bucket_strip_aging_bucket_strip_js", "label": "aging_bucket_strip.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "aging_bucket_strip.js", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/aging_bucket_strip/aging_bucket_strip.js", "file_type": "code", "degree": 1}, {"id": "aging_bucket_strip_agingbucketstrip", "label": "AgingBucketStrip", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AgingBucketStrip", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/aging_bucket_strip/aging_bucket_strip.js", "file_type": "code", "degree": 2}, {"id": "aging_bucket_strip_agingbucketstrip_bucketwidth", "label": ".bucketWidth()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".bucketWidth()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/components/aging_bucket_strip/aging_bucket_strip.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_views_followup_dashboard_followup_dashboard_js", "label": "followup_dashboard.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_dashboard.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 1}, {"id": "followup_dashboard_followupdashboard", "label": "FollowupDashboard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FollowupDashboard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 10}, {"id": "followup_dashboard_followupdashboard_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 1}, {"id": "followup_dashboard_followupdashboard_onselectpartner", "label": ".onSelectPartner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSelectPartner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_onstatusfilter", "label": ".onStatusFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onStatusFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_ongeneratetext", "label": ".onGenerateText()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onGenerateText()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_onsend", "label": ".onSend()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSend()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_onpause", "label": ".onPause()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPause()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_onreset", "label": ".onReset()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onReset()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 2}, {"id": "followup_dashboard_followupdashboard_formatcurrency", "label": ".formatCurrency()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatCurrency()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 1}, {"id": "followup_dashboard_followupdashboard_totaloverdue", "label": ".totalOverdue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".totalOverdue()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_views_followup_dashboard_followup_dashboard_view_js", "label": "followup_dashboard_view.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_dashboard_view.js", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/views/followup_dashboard/followup_dashboard_view.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_services_followup_service_js", "label": "followup_service.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_service.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 1}, {"id": "followup_service_followupservice", "label": "FollowupService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "FollowupService", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 9}, {"id": "followup_service_followupservice_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 1}, {"id": "followup_service_followupservice_loadoverdue", "label": ".loadOverdue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".loadOverdue()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 5}, {"id": "followup_service_followupservice_selectpartner", "label": ".selectPartner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".selectPartner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 5}, {"id": "followup_service_followupservice_generatetext", "label": ".generateText()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".generateText()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 2}, {"id": "followup_service_followupservice_sendfollowup", "label": ".sendFollowup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".sendFollowup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 4}, {"id": "followup_service_followupservice_pausepartner", "label": ".pausePartner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".pausePartner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 4}, {"id": "followup_service_followupservice_resetpartner", "label": ".resetPartner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".resetPartner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 4}, {"id": "followup_service_followupservice_setstatusfilter", "label": ".setStatusFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".setStatusFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/static/src/services/followup_service.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_batch_followup_wizard_py", "label": "batch_followup_wizard.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "batch_followup_wizard.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/batch_followup_wizard.py", "file_type": "code", "degree": 3}, {"id": "batch_followup_wizard_fusionbatchfollowupwizard", "label": "FusionBatchFollowupWizard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBatchFollowupWizard", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/batch_followup_wizard.py", "file_type": "code", "degree": 2}, {"id": "batch_followup_wizard_default_partner_ids", "label": "_default_partner_ids()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_partner_ids()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/batch_followup_wizard.py", "file_type": "code", "degree": 1}, {"id": "batch_followup_wizard_fusionbatchfollowupwizard_action_run", "label": ".action_run()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_run()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/batch_followup_wizard.py", "file_type": "code", "degree": 4}, {"id": "batch_followup_wizard_rationale_1", "label": "Batch send follow-ups to selected partners (or all overdue).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Batch send follow-ups to selected partners (or all overdue).", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/batch_followup_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/wizards/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "label": "followup_controller.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "followup_controller.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 9}, {"id": "followup_controller_parse_date", "label": "_parse_date()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_date()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 2}, {"id": "followup_controller_fusionfollowupcontroller", "label": "FusionFollowupController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupController", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 1}, {"id": "followup_controller_list_overdue", "label": "list_overdue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "list_overdue()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 2}, {"id": "followup_controller_get_partner_detail", "label": "get_partner_detail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_partner_detail()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 4}, {"id": "followup_controller_generate_text", "label": "generate_text()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "generate_text()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 6}, {"id": "followup_controller_send_followup", "label": "send_followup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "send_followup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 2}, {"id": "followup_controller_pause", "label": "pause()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "pause()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 3}, {"id": "followup_controller_reset", "label": "reset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "reset()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "code", "degree": 2}, {"id": "followup_controller_rationale_1", "label": "HTTP controller: 6 JSON-RPC endpoints for the OWL follow-up dashboard. All endp", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HTTP controller: 6 JSON-RPC endpoints for the OWL follow-up dashboard. All endp", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/controllers/followup_controller.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_risk_scorer_py", "label": "risk_scorer.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "risk_scorer.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/risk_scorer.py", "file_type": "code", "degree": 4}, {"id": "risk_scorer_partnerriskscore", "label": "PartnerRiskScore", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "PartnerRiskScore", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/risk_scorer.py", "file_type": "code", "degree": 4}, {"id": "risk_scorer_score_partner", "label": "score_partner()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "score_partner()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/risk_scorer.py", "file_type": "code", "degree": 10}, {"id": "risk_scorer_rationale_1", "label": "Payment-history risk scorer. Pure-Python: takes payment history (list of paymen", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Payment-history risk scorer. Pure-Python: takes payment history (list of paymen", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/risk_scorer.py", "file_type": "rationale", "degree": 1}, {"id": "risk_scorer_rationale_21", "label": "Compute a 0-100 risk score from payment-history primitives. Heuristic weigh", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute a 0-100 risk score from payment-history primitives. Heuristic weigh", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/risk_scorer.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "label": "followup_text_generator.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "followup_text_generator.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "code", "degree": 5}, {"id": "followup_text_generator_generate_followup_text", "label": "generate_followup_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "generate_followup_text()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "code", "degree": 12}, {"id": "followup_text_generator_templated_fallback", "label": "_templated_fallback()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_templated_fallback()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "code", "degree": 2}, {"id": "followup_text_generator_get_provider", "label": "_get_provider()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_provider()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "code", "degree": 3}, {"id": "followup_text_generator_rationale_1", "label": "AI-generated follow-up text with templated fallback.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AI-generated follow-up text with templated fallback.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "rationale", "degree": 1}, {"id": "followup_text_generator_rationale_43", "label": "Generate follow-up text via LLM, with templated fallback. Returns: {subject", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate follow-up text via LLM, with templated fallback. Returns: {subject", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "rationale", "degree": 1}, {"id": "followup_text_generator_rationale_107", "label": "Look up provider for 'followup_text' feature.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Look up provider for &#x27;followup_text&#x27; feature.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_generator.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "label": "level_resolver.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "level_resolver.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "code", "degree": 5}, {"id": "level_resolver_followuplevelspec", "label": "FollowupLevelSpec", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 35.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FollowupLevelSpec", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "code", "degree": 20}, {"id": "level_resolver_followuplevelspec_post_init", "label": ".__post_init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".__post_init__()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "code", "degree": 1}, {"id": "level_resolver_resolve_level", "label": "resolve_level()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "resolve_level()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "code", "degree": 9}, {"id": "level_resolver_max_days_overdue", "label": "_max_days_overdue()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_max_days_overdue()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "code", "degree": 3}, {"id": "level_resolver_rationale_1", "label": "Level resolver: which follow-up level should fire for this partner? Pure-Python", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Level resolver: which follow-up level should fire for this partner? Pure-Python", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "rationale", "degree": 1}, {"id": "level_resolver_rationale_22", "label": "Pick the highest-sequence level whose delay_days has been crossed by the mos", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pick the highest-sequence level whose delay_days has been crossed by the mos", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "rationale", "degree": 1}, {"id": "level_resolver_rationale_38", "label": "Return the actual max days-overdue tracked on the report, falling back to th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the actual max days-overdue tracked on the report, falling back to th", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/level_resolver.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_tone_selector_py", "label": "tone_selector.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "tone_selector.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/tone_selector.py", "file_type": "code", "degree": 3}, {"id": "tone_selector_select_tone", "label": "select_tone()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "select_tone()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/tone_selector.py", "file_type": "code", "degree": 11}, {"id": "tone_selector_rationale_1", "label": "Tone selector: pick gentle/firm/legal based on follow-up level + risk score.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tone selector: pick gentle/firm/legal based on follow-up level + risk score.", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/tone_selector.py", "file_type": "rationale", "degree": 1}, {"id": "tone_selector_rationale_12", "label": "Default tone follows level sequence; high risk can escalate.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Default tone follows level sequence; high risk can escalate.", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/tone_selector.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "label": "overdue_aging.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "overdue_aging.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 6}, {"id": "overdue_aging_agingbucket", "label": "AgingBucket", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AgingBucket", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "overdue_aging_agingreport", "label": "AgingReport", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AgingReport", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 3}, {"id": "overdue_aging_agingreport_to_dict", "label": ".to_dict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_dict()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "overdue_aging_compute_aging", "label": "compute_aging()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 36.2, "font": {"size": 12, "color": "#ffffff"}, "title": "compute_aging()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 21}, {"id": "overdue_aging_find_bucket", "label": "_find_bucket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_bucket()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "code", "degree": 2}, {"id": "overdue_aging_rationale_1", "label": "Aging bucket primitives. Pure-Python: callers pass a list of move-line dicts wi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Aging bucket primitives. Pure-Python: callers pass a list of move-line dicts wi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "rationale", "degree": 1}, {"id": "overdue_aging_rationale_53", "label": "Bucket move-line dicts into aging brackets. Each dict needs: date_maturity", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bucket move-line dicts into aging brackets. Each dict needs: date_maturity", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/overdue_aging.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_prompt_py", "label": "followup_text_prompt.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_text_prompt.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_prompt.py", "file_type": "code", "degree": 2}, {"id": "followup_text_prompt_build_prompt", "label": "build_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "build_prompt()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_prompt.py", "file_type": "code", "degree": 4}, {"id": "followup_text_prompt_rationale_1", "label": "LLM prompt for AI-generated follow-up text. Output contract: { \"subject\": str", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LLM prompt for AI-generated follow-up text. Output contract: { &quot;subject&quot;: str", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/services/followup_text_prompt.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_reports_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_followup/reports/__init__.py", "file_type": "code", "degree": 0}];
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_testaginginvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_test_buckets_sum_equals_total", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_test_overdue_amount_excludes_current", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_test_risk_score_in_range", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_testtoneinvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_test_tone_always_in_valid_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_property_py", "to": "test_engine_property_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_property_testaginginvariants", "to": "transactioncase", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_engine_property_testtoneinvariants", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_tools_testfusionfollowuptools", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_local_llm_compat_testlocalllmfollowuptext", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_res_partner_inherit_testrespartnerfollowup", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_account_move_line_inherit_testaccountmovelinefollowup", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_fusion_followup_engine_testfusionfollowupengine", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_risk_scorer_testriskscorer", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_tone_selector_testtoneselector", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_fusion_followup_level_testfusionfollowuplevel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_performance_benchmarks_testenginebenchmarks", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_text_generator_testfollowuptextgenerator", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_text_generator_testfollowuptextprompt", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_batch_followup_wizard_testbatchfollowupwizard", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_cron_testfollowupcron", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_overdue_aging_testoverdueaging", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_full_flow_testfollowupfullflow", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_fusion_followup_run_testfusionfollowuprun", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_followup_adapter_testfollowupadapter", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_level_resolver_testlevelresolver", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_engine_integration_testfollowupengineintegration", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_migration_round_trip_testfollowupmigrationroundtrip", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "transactioncase", "to": "test_coexistence_testfollowupcoexistence", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_property_test_buckets_sum_equals_total", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_property_test_overdue_amount_excludes_current", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_property_test_risk_score_in_range", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_property_test_tone_always_in_valid_set", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tools_py", "to": "test_followup_tools_testfusionfollowuptools", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tools_py", "to": "test_followup_tools_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tools_testfusionfollowuptools", "to": "test_followup_tools_testfusionfollowuptools_test_fusion_list_overdue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tools_testfusionfollowuptools", "to": "test_followup_tools_testfusionfollowuptools_test_fusion_get_partner_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tools_testfusionfollowuptools", "to": "test_followup_tools_testfusionfollowuptools_test_fusion_generate_text_uses_fallback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tools_testfusionfollowuptools", "to": "test_followup_tools_testfusionfollowuptools_test_fusion_get_risk_score", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tools_testfusionfollowuptools", "to": "test_followup_tools_testfusionfollowuptools_test_tools_registered_in_dispatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_local_llm_compat_py", "to": "test_local_llm_compat_server_reachable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_local_llm_compat_py", "to": "test_local_llm_compat_detect_local_llm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_local_llm_compat_py", "to": "test_local_llm_compat_testlocalllmfollowuptext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_local_llm_compat_py", "to": "test_local_llm_compat_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_local_llm_compat_server_reachable", "to": "test_local_llm_compat_detect_local_llm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_local_llm_compat_detect_local_llm", "to": "test_local_llm_compat_testlocalllmfollowuptext_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_local_llm_compat_testlocalllmfollowuptext", "to": "test_local_llm_compat_testlocalllmfollowuptext_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_local_llm_compat_testlocalllmfollowuptext", "to": "test_local_llm_compat_testlocalllmfollowuptext_test_followup_text_with_local_llm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_local_llm_compat_testlocalllmfollowuptext_test_followup_text_with_local_llm", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_res_partner_inherit_py", "to": "test_res_partner_inherit_testrespartnerfollowup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_res_partner_inherit_testrespartnerfollowup", "to": "test_res_partner_inherit_testrespartnerfollowup_test_default_status_no_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_res_partner_inherit_testrespartnerfollowup", "to": "test_res_partner_inherit_testrespartnerfollowup_test_run_count_reflects_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_res_partner_inherit_testrespartnerfollowup", "to": "test_res_partner_inherit_testrespartnerfollowup_test_action_view_followup_history_returns_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_res_partner_inherit_testrespartnerfollowup_test_action_view_followup_history_returns_action", "to": "res_partner_respartner_action_view_followup_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_account_move_line_inherit_py", "to": "test_account_move_line_inherit_testaccountmovelinefollowup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_move_line_inherit_testaccountmovelinefollowup", "to": "test_account_move_line_inherit_testaccountmovelinefollowup_test_fields_exist_on_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_move_line_inherit_testaccountmovelinefollowup", "to": "test_account_move_line_inherit_testaccountmovelinefollowup_test_assign_level_and_date_on_existing_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_move_line_inherit_testaccountmovelinefollowup", "to": "test_account_move_line_inherit_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_move_line_inherit_testaccountmovelinefollowup_test_fields_exist_on_model", "to": "test_account_move_line_inherit_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_move_line_inherit_testaccountmovelinefollowup_test_assign_level_and_date_on_existing_line", "to": "test_account_move_line_inherit_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tours_py", "to": "test_followup_tours_testfollowuptours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_tours_py", "to": "test_followup_tours_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "httpcase", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "test_followup_tours_testfollowuptours_test_smoke_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "test_followup_tours_testfollowuptours_test_partners_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "test_followup_tours_testfollowuptours_test_levels_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "test_followup_tours_testfollowuptours_test_history_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_tours_testfollowuptours", "to": "test_followup_tours_testfollowuptours_test_batch_wizard_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "httpcase", "to": "test_performance_benchmarks_testcontrollerbenchmarks", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "httpcase", "to": "test_followup_controller_testfollowupcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_engine_py", "to": "test_fusion_followup_engine_testfusionfollowupengine", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_engine_py", "to": "test_fusion_followup_engine_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_engine_model_exists", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_get_overdue_returns_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_compute_followup_level_no_overdue_returns_empty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_pause_sets_partner_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_reset_clears_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_snapshot_history_returns_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_send_no_overdue_returns_no_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine", "to": "test_fusion_followup_engine_testfusionfollowupengine_test_escalate_when_no_current_level", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_get_overdue_returns_dict", "to": "fusion_followup_engine_get_overdue_for_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_compute_followup_level_no_overdue_returns_empty", "to": "fusion_followup_engine_compute_followup_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_pause_sets_partner_state", "to": "fusion_followup_engine_pause_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_reset_clears_state", "to": "fusion_followup_engine_pause_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_reset_clears_state", "to": "fusion_followup_engine_reset_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_snapshot_history_returns_runs", "to": "fusion_followup_engine_snapshot_followup_history", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_send_no_overdue_returns_no_action", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_engine_testfusionfollowupengine_test_escalate_when_no_current_level", "to": "fusion_followup_engine_escalate_to_next_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_risk_scorer_py", "to": "test_risk_scorer_testriskscorer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_no_history_returns_low", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_chronic_late_pays_returns_high", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_one_off_overdue_returns_medium", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_score_capped_at_100", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_score_floored_at_0", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "test_risk_scorer_testriskscorer_test_band_thresholds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_risk_scorer_testriskscorer", "to": "risk_scorer_partnerriskscore", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_no_history_returns_low", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_chronic_late_pays_returns_high", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_one_off_overdue_returns_medium", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_score_capped_at_100", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_score_floored_at_0", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_risk_scorer_testriskscorer_test_band_thresholds", "to": "risk_scorer_partnerriskscore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_tone_selector_py", "to": "test_tone_selector_testtoneselector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_level_1_default_gentle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_level_2_default_firm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_level_3_default_legal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_critical_risk_escalates_gentle_to_firm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_extreme_risk_escalates_firm_to_legal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector", "to": "test_tone_selector_testtoneselector_test_unknown_level_defaults_gentle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tone_selector_testtoneselector_test_level_1_default_gentle", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tone_selector_testtoneselector_test_level_2_default_firm", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tone_selector_testtoneselector_test_level_3_default_legal", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tone_selector_testtoneselector_test_critical_risk_escalates_gentle_to_firm", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tone_selector_testtoneselector_test_extreme_risk_escalates_firm_to_legal", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tone_selector_testtoneselector_test_unknown_level_defaults_gentle", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_level_py", "to": "test_fusion_followup_level_testfusionfollowuplevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_level_testfusionfollowuplevel", "to": "test_fusion_followup_level_testfusionfollowuplevel_test_create_minimal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_level_testfusionfollowuplevel", "to": "test_fusion_followup_level_testfusionfollowuplevel_test_negative_delay_rejected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_level_testfusionfollowuplevel", "to": "test_fusion_followup_level_testfusionfollowuplevel_test_duplicate_sequence_rejected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_level_testfusionfollowuplevel", "to": "test_fusion_followup_level_testfusionfollowuplevel_test_three_levels_escalate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_performance_benchmarks_py", "to": "test_performance_benchmarks_percentile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_performance_benchmarks_py", "to": "test_performance_benchmarks_testenginebenchmarks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_performance_benchmarks_py", "to": "test_performance_benchmarks_testcontrollerbenchmarks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_performance_benchmarks_py", "to": "test_performance_benchmarks_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_percentile", "to": "test_performance_benchmarks_testenginebenchmarks_test_get_overdue_p95", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_percentile", "to": "test_performance_benchmarks_testenginebenchmarks_test_compute_followup_level_p95", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_percentile", "to": "test_performance_benchmarks_testenginebenchmarks_test_send_followup_p95", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_percentile", "to": "test_performance_benchmarks_testcontrollerbenchmarks_test_list_overdue_p95", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_testenginebenchmarks", "to": "test_performance_benchmarks_testenginebenchmarks_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_testenginebenchmarks", "to": "test_performance_benchmarks_testenginebenchmarks_test_get_overdue_p95", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_testenginebenchmarks", "to": "test_performance_benchmarks_testenginebenchmarks_test_compute_followup_level_p95", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_testenginebenchmarks", "to": "test_performance_benchmarks_testenginebenchmarks_test_send_followup_p95", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_performance_benchmarks_testenginebenchmarks_test_get_overdue_p95", "to": "fusion_followup_engine_get_overdue_for_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_performance_benchmarks_testenginebenchmarks_test_compute_followup_level_p95", "to": "fusion_followup_engine_compute_followup_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_performance_benchmarks_testenginebenchmarks_test_send_followup_p95", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_performance_benchmarks_testcontrollerbenchmarks", "to": "test_performance_benchmarks_testcontrollerbenchmarks_test_list_overdue_p95", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_text_generator_py", "to": "test_followup_text_generator_testfollowuptextgenerator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_text_generator_py", "to": "test_followup_text_generator_testfollowuptextprompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator", "to": "test_followup_text_generator_testfollowuptextgenerator_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator", "to": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_gentle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator", "to": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_firm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator", "to": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_legal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator", "to": "test_followup_text_generator_testfollowuptextgenerator_test_returns_required_keys", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_gentle", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_firm", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator_test_fallback_legal", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_text_generator_testfollowuptextgenerator_test_returns_required_keys", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_text_generator_testfollowuptextprompt", "to": "test_followup_text_generator_testfollowuptextprompt_test_system_prompt_requires_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextprompt", "to": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_returns_tuple", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextprompt", "to": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_includes_risk_drivers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_returns_tuple", "to": "followup_text_prompt_build_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_text_generator_testfollowuptextprompt_test_build_prompt_includes_risk_drivers", "to": "followup_text_prompt_build_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_batch_followup_wizard_py", "to": "test_batch_followup_wizard_testbatchfollowupwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_batch_followup_wizard_testbatchfollowupwizard", "to": "test_batch_followup_wizard_testbatchfollowupwizard_test_default_loads_active_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_batch_followup_wizard_testbatchfollowupwizard", "to": "test_batch_followup_wizard_testbatchfollowupwizard_test_selected_scope_no_partners_raises", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_batch_followup_wizard_testbatchfollowupwizard", "to": "test_batch_followup_wizard_testbatchfollowupwizard_test_run_completes_with_no_overdue_partners", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_batch_followup_wizard_testbatchfollowupwizard_test_selected_scope_no_partners_raises", "to": "batch_followup_wizard_fusionbatchfollowupwizard_action_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_batch_followup_wizard_testbatchfollowupwizard_test_run_completes_with_no_overdue_partners", "to": "batch_followup_wizard_fusionbatchfollowupwizard_action_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_cron_py", "to": "test_followup_cron_testfollowupcron", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_cron_py", "to": "test_followup_cron_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_cron_testfollowupcron", "to": "test_followup_cron_testfollowupcron_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_cron_testfollowupcron", "to": "test_followup_cron_testfollowupcron_test_cron_daily_scan_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_cron_testfollowupcron", "to": "test_followup_cron_testfollowupcron_test_cron_risk_refresh_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_cron_testfollowupcron_test_cron_daily_scan_runs", "to": "fusion_followup_cron_cron_daily_scan", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_cron_testfollowupcron_test_cron_risk_refresh_runs", "to": "fusion_followup_cron_cron_risk_refresh", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_overdue_aging_py", "to": "test_overdue_aging_testoverdueaging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_empty_lines_returns_zero_buckets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_current_bucket_for_future_maturity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_30_day_bucket", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_60_day_bucket", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_120_plus_bucket", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_total_overdue_excludes_current", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging", "to": "test_overdue_aging_testoverdueaging_test_buckets_sum_equals_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_overdue_aging_testoverdueaging_test_empty_lines_returns_zero_buckets", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_current_bucket_for_future_maturity", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_30_day_bucket", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_60_day_bucket", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_120_plus_bucket", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_total_overdue_excludes_current", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_overdue_aging_testoverdueaging_test_buckets_sum_equals_total", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_full_flow_py", "to": "test_followup_full_flow_testfollowupfullflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_full_flow_py", "to": "test_followup_full_flow_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow", "to": "test_followup_full_flow_testfollowupfullflow_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow", "to": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow", "to": "test_followup_full_flow_testfollowupfullflow_test_escalate_advances_to_next_level", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow", "to": "test_followup_full_flow_testfollowupfullflow_test_text_cache_reused_on_repeat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow", "to": "test_followup_full_flow_testfollowupfullflow_test_history_records_each_send", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "to": "fusion_followup_engine_compute_followup_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "to": "fusion_followup_engine_pause_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_full_flow_scan_send_reset", "to": "fusion_followup_engine_reset_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_escalate_advances_to_next_level", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_escalate_advances_to_next_level", "to": "fusion_followup_engine_escalate_to_next_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_text_cache_reused_on_repeat", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_followup_full_flow_testfollowupfullflow_test_history_records_each_send", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_text_cache_py", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_text_cache_py", "to": "test_fusion_followup_text_cache_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_kwargs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_fingerprint_stable_and_unique", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_returns_empty_when_missing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_finds_cached_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_action_increment_use", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_kwargs", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_fingerprint_stable_and_unique", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_kwargs", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_returns_empty_when_missing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_kwargs", "to": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_finds_cached_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_fingerprint_stable_and_unique", "to": "fusion_followup_text_cache_compute_fingerprint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_returns_empty_when_missing", "to": "fusion_followup_text_cache_lookup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_finds_cached_entry", "to": "fusion_followup_text_cache_compute_fingerprint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_lookup_finds_cached_entry", "to": "fusion_followup_text_cache_lookup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_text_cache_testfusionfollowuptextcache_test_action_increment_use", "to": "fusion_followup_text_cache_fusionfollowuptextcache_action_increment_use", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_run_py", "to": "test_fusion_followup_run_testfusionfollowuprun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_fusion_followup_run_py", "to": "test_fusion_followup_run_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun", "to": "test_fusion_followup_run_testfusionfollowuprun_test_create_minimal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun", "to": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_sent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun", "to": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_failed_records_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun", "to": "test_fusion_followup_run_testfusionfollowuprun_test_partner_required", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_sent", "to": "fusion_followup_run_fusionfollowuprun_action_mark_sent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_fusion_followup_run_testfusionfollowuprun_test_action_mark_failed_records_error", "to": "fusion_followup_run_fusionfollowuprun_action_mark_failed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_adapter_py", "to": "test_followup_adapter_testfollowupadapter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_adapter_py", "to": "test_followup_adapter_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_adapter_testfollowupadapter", "to": "test_followup_adapter_testfollowupadapter_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_adapter_testfollowupadapter", "to": "test_followup_adapter_testfollowupadapter_test_list_overdue_via_fusion_returns_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_adapter_testfollowupadapter", "to": "test_followup_adapter_testfollowupadapter_test_list_overdue_via_community_returns_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_adapter_testfollowupadapter", "to": "test_followup_adapter_testfollowupadapter_test_send_followup_via_fusion_no_overdue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_adapter_testfollowupadapter", "to": "test_followup_adapter_testfollowupadapter_test_send_followup_via_community_returns_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_controller_py", "to": "test_followup_controller_testfollowupcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_followup_controller_py", "to": "test_followup_controller_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_jsonrpc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_list_overdue_returns_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_get_partner_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_pause_sets_paused_until", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_reset_clears_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_send_no_overdue_returns_no_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller", "to": "test_followup_controller_testfollowupcontroller_test_generate_text_no_level_returns_no_level", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_list_overdue_returns_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_get_partner_detail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_pause_sets_paused_until", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_reset_clears_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_send_no_overdue_returns_no_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_followup_controller_testfollowupcontroller_jsonrpc", "to": "test_followup_controller_testfollowupcontroller_test_generate_text_no_level_returns_no_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_level_resolver_py", "to": "test_level_resolver_testlevelresolver", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_no_overdue_returns_none", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_15_days_overdue_picks_reminder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_45_days_overdue_picks_warning", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_75_days_overdue_picks_legal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_no_levels_returns_none", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "test_level_resolver_testlevelresolver_test_invalid_tone_raises", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_level_resolver_testlevelresolver", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_setup", "to": "level_resolver_followuplevelspec", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_no_overdue_returns_none", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_no_overdue_returns_none", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_15_days_overdue_picks_reminder", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_15_days_overdue_picks_reminder", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_45_days_overdue_picks_warning", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_45_days_overdue_picks_warning", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_75_days_overdue_picks_legal", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_75_days_overdue_picks_legal", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_no_levels_returns_none", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_no_levels_returns_none", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_level_resolver_testlevelresolver_test_invalid_tone_raises", "to": "level_resolver_followuplevelspec", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_integration_py", "to": "test_engine_integration_testfollowupengineintegration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_engine_integration_py", "to": "test_engine_integration_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_get_overdue_finds_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_compute_level_picks_reminder_at_20_days", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_send_followup_creates_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_pause_blocks_send_unless_force", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_history_grows_with_each_send", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration", "to": "test_engine_integration_testfollowupengineintegration_test_text_cache_used_on_repeat_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_get_overdue_finds_lines", "to": "fusion_followup_engine_get_overdue_for_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_compute_level_picks_reminder_at_20_days", "to": "fusion_followup_engine_compute_followup_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_send_followup_creates_run", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_pause_blocks_send_unless_force", "to": "fusion_followup_engine_pause_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_pause_blocks_send_unless_force", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_history_grows_with_each_send", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_engine_integration_testfollowupengineintegration_test_text_cache_used_on_repeat_call", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_migration_round_trip_py", "to": "test_migration_round_trip_testfollowupmigrationroundtrip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip", "to": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_step_runs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip", "to": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_idempotent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip", "to": "test_migration_round_trip_testfollowupmigrationroundtrip_test_partner_state_bootstrap_step", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_step_runs", "to": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip_test_bootstrap_idempotent", "to": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip_test_partner_state_bootstrap_step", "to": "test_migration_round_trip_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_migration_round_trip_testfollowupmigrationroundtrip_test_partner_state_bootstrap_step", "to": "fusion_migration_wizard_fusionmigrationwizard_followup_partner_state_bootstrap_step", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_coexistence_py", "to": "test_coexistence_testfollowupcoexistence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_tests_test_coexistence_py", "to": "test_coexistence_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_coexistence_testfollowupcoexistence", "to": "test_coexistence_testfollowupcoexistence_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_coexistence_testfollowupcoexistence", "to": "test_coexistence_testfollowupcoexistence_test_engine_always_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_coexistence_testfollowupcoexistence", "to": "test_coexistence_testfollowupcoexistence_test_menu_gated_by_coexistence_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_coexistence_testfollowupcoexistence", "to": "test_coexistence_testfollowupcoexistence_test_levels_menu_gated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_text_cache_py", "to": "fusion_followup_text_cache_fusionfollowuptextcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_text_cache_py", "to": "fusion_followup_text_cache_compute_fingerprint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_text_cache_py", "to": "fusion_followup_text_cache_lookup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_text_cache_py", "to": "fusion_followup_text_cache_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_text_cache_fusionfollowuptextcache", "to": "fusion_followup_text_cache_fusionfollowuptextcache_action_increment_use", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_text_cache_compute_fingerprint", "to": "fusion_followup_text_cache_lookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_text_cache_compute_fingerprint", "to": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_text_cache_lookup", "to": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_text_cache_fusionfollowuptextcache_action_increment_use", "to": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "to": "fusion_followup_cron_fusionfollowupcron", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "to": "fusion_followup_cron_cron_daily_scan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "to": "fusion_followup_cron_cron_risk_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_cron_py", "to": "fusion_followup_cron_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_cron_cron_daily_scan", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_cron_cron_risk_refresh", "to": "fusion_followup_engine_get_overdue_for_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_account_move_line_py", "to": "account_move_line_accountmoveline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_account_move_line_py", "to": "account_move_line_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_run_py", "to": "fusion_followup_run_fusionfollowuprun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_run_py", "to": "fusion_followup_run_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_run_fusionfollowuprun", "to": "fusion_followup_run_fusionfollowuprun_action_mark_sent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_run_fusionfollowuprun", "to": "fusion_followup_run_fusionfollowuprun_action_mark_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_level_py", "to": "fusion_followup_level_fusionfollowuplevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_level_py", "to": "fusion_followup_level_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_risk_scorer_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_tone_selector_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_fusionfollowupengine", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_get_overdue_for_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_compute_followup_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_send_followup_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_escalate_to_next_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_pause_followup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_reset_followup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_snapshot_followup_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_followup_engine_py", "to": "fusion_followup_engine_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_fetch_overdue_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_compute_risk", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_max_overdue_days_from_aging", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_create_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "fusion_followup_engine_fusionfollowupengine_send_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "fusion_followup_engine_fusionfollowupengine_fetch_overdue_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "fusion_followup_engine_fusionfollowupengine_compute_risk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "overdue_aging_agingreport_to_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "followup_controller_list_overdue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "followup_controller_get_partner_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_get_overdue_for_partner", "to": "followup_controller_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "fusion_followup_engine_fusionfollowupengine_fetch_overdue_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "fusion_followup_engine_send_followup_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "level_resolver_followuplevelspec", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "level_resolver_resolve_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "followup_controller_get_partner_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_compute_followup_level", "to": "followup_controller_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "fusion_followup_engine_fusionfollowupengine_create_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "fusion_followup_engine_fusionfollowupengine_max_overdue_days_from_aging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "fusion_followup_engine_fusionfollowupengine_send_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "fusion_followup_engine_escalate_to_next_level", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "batch_followup_wizard_fusionbatchfollowupwizard_action_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_send_followup_email", "to": "followup_controller_send_followup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_pause_followup", "to": "followup_controller_pause", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_reset_followup", "to": "followup_controller_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_snapshot_followup_history", "to": "followup_controller_get_partner_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_fusionfollowupengine_fetch_overdue_lines", "to": "fusion_followup_engine_rationale_239", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine_compute_risk", "to": "fusion_followup_engine_rationale_250", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine_compute_risk", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_fusionfollowupengine_max_overdue_days_from_aging", "to": "fusion_followup_engine_rationale_287", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine_max_overdue_days_from_aging", "to": "followup_controller_generate_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "to": "fusion_followup_engine_rationale_304", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_fusionfollowupengine_get_or_generate_text", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_fusionfollowupengine_send_email", "to": "fusion_followup_engine_rationale_365", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_followup_engine_rationale_1", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_32", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_58", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_99", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_172", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_189", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_200", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_211", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_239", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_250", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_287", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_304", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_followup_engine_rationale_365", "to": "level_resolver_followuplevelspec", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_migration_wizard_py", "to": "fusion_migration_wizard_fusionmigrationwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_fusion_migration_wizard_py", "to": "fusion_migration_wizard_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard", "to": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard", "to": "fusion_migration_wizard_fusionmigrationwizard_followup_partner_state_bootstrap_step", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard", "to": "fusion_migration_wizard_fusionmigrationwizard_action_run_migration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "to": "fusion_migration_wizard_fusionmigrationwizard_action_run_migration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard_followup_bootstrap_step", "to": "fusion_migration_wizard_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard_followup_partner_state_bootstrap_step", "to": "fusion_migration_wizard_fusionmigrationwizard_action_run_migration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_migration_wizard_fusionmigrationwizard_followup_partner_state_bootstrap_step", "to": "fusion_migration_wizard_rationale_82", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_res_partner_py", "to": "res_partner_respartner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_models_res_partner_py", "to": "res_partner_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_compute_fusion_followup_run_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_view_followup_history", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_risk_badge_risk_badge_js", "to": "risk_badge_riskbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_partner_card_partner_card_js", "to": "partner_card_partnercard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_ai_text_panel_ai_text_panel_js", "to": "ai_text_panel_aitextpanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_followup_history_table_followup_history_table_js", "to": "followup_history_table_followuphistorytable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_history_table_followuphistorytable", "to": "followup_history_table_followuphistorytable_formatdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_components_aging_bucket_strip_aging_bucket_strip_js", "to": "aging_bucket_strip_agingbucketstrip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "aging_bucket_strip_agingbucketstrip", "to": "aging_bucket_strip_agingbucketstrip_bucketwidth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_views_followup_dashboard_followup_dashboard_js", "to": "followup_dashboard_followupdashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_onselectpartner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_onstatusfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_ongeneratetext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_onsend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_onpause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_onreset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_formatcurrency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard", "to": "followup_dashboard_followupdashboard_totaloverdue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_dashboard_followupdashboard_onselectpartner", "to": "followup_service_followupservice_selectpartner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_dashboard_followupdashboard_onstatusfilter", "to": "followup_service_followupservice_setstatusfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_dashboard_followupdashboard_ongeneratetext", "to": "followup_service_followupservice_generatetext", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_dashboard_followupdashboard_onsend", "to": "followup_service_followupservice_sendfollowup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_dashboard_followupdashboard_onpause", "to": "followup_service_followupservice_pausepartner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_dashboard_followupdashboard_onreset", "to": "followup_service_followupservice_resetpartner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_static_src_services_followup_service_js", "to": "followup_service_followupservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_loadoverdue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_selectpartner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_generatetext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_sendfollowup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_pausepartner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_resetpartner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice", "to": "followup_service_followupservice_setstatusfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_loadoverdue", "to": "followup_service_followupservice_sendfollowup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_loadoverdue", "to": "followup_service_followupservice_pausepartner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_loadoverdue", "to": "followup_service_followupservice_resetpartner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_loadoverdue", "to": "followup_service_followupservice_setstatusfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_selectpartner", "to": "followup_service_followupservice_sendfollowup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_selectpartner", "to": "followup_service_followupservice_pausepartner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_service_followupservice_selectpartner", "to": "followup_service_followupservice_resetpartner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_batch_followup_wizard_py", "to": "batch_followup_wizard_fusionbatchfollowupwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_batch_followup_wizard_py", "to": "batch_followup_wizard_default_partner_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_batch_followup_wizard_py", "to": "batch_followup_wizard_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_followup_wizard_fusionbatchfollowupwizard", "to": "batch_followup_wizard_fusionbatchfollowupwizard_action_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_wizards_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_parse_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_fusionfollowupcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_list_overdue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_get_partner_detail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_generate_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_send_followup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_pause", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_controllers_followup_controller_py", "to": "followup_controller_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_controller_parse_date", "to": "followup_controller_pause", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_controller_generate_text", "to": "tone_selector_select_tone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_controller_generate_text", "to": "followup_text_generator_generate_followup_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_risk_scorer_py", "to": "risk_scorer_partnerriskscore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_risk_scorer_py", "to": "risk_scorer_score_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_risk_scorer_py", "to": "risk_scorer_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "risk_scorer_partnerriskscore", "to": "risk_scorer_score_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "risk_scorer_score_partner", "to": "risk_scorer_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "to": "followup_text_generator_generate_followup_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "to": "followup_text_generator_templated_fallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "to": "followup_text_generator_get_provider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_generator_py", "to": "followup_text_generator_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_text_generator_generate_followup_text", "to": "followup_text_generator_get_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_text_generator_generate_followup_text", "to": "followup_text_generator_templated_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_text_generator_generate_followup_text", "to": "followup_text_generator_rationale_43", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_text_generator_generate_followup_text", "to": "followup_text_prompt_build_prompt", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_text_generator_get_provider", "to": "followup_text_generator_rationale_107", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "to": "level_resolver_followuplevelspec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "to": "level_resolver_resolve_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "to": "level_resolver_max_days_overdue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_level_resolver_py", "to": "level_resolver_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "level_resolver_followuplevelspec", "to": "level_resolver_followuplevelspec_post_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "level_resolver_resolve_level", "to": "level_resolver_max_days_overdue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "level_resolver_resolve_level", "to": "level_resolver_rationale_22", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "level_resolver_max_days_overdue", "to": "level_resolver_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_tone_selector_py", "to": "tone_selector_select_tone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_tone_selector_py", "to": "tone_selector_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tone_selector_select_tone", "to": "tone_selector_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "to": "overdue_aging_agingbucket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "to": "overdue_aging_agingreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "to": "overdue_aging_compute_aging", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "to": "overdue_aging_find_bucket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_overdue_aging_py", "to": "overdue_aging_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "overdue_aging_agingbucket", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "overdue_aging_agingreport", "to": "overdue_aging_agingreport_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "overdue_aging_agingreport", "to": "overdue_aging_compute_aging", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "overdue_aging_compute_aging", "to": "overdue_aging_find_bucket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "overdue_aging_compute_aging", "to": "overdue_aging_rationale_53", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_prompt_py", "to": "followup_text_prompt_build_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_accounting_followup_services_followup_text_prompt_py", "to": "followup_text_prompt_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 48}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 30}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 28}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 22}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 21}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 21}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 19}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 16}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 14}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 13}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 13}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 12}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 11}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 11}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 10}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 10}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 8}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 8}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 7}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 3}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 3}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 3}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 3}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 2}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 2}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 2}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 1}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 1}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 1}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 1}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 1}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 1}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 1}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 1}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 1}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>