257 lines
187 KiB
HTML
257 lines
187 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/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">220 nodes · 293 edges · 38 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_manifest_py", "label": "__manifest__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "label": "rc_voicemail.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 27.7, "font": {"size": 12, "color": "#ffffff"}, "title": "rc_voicemail.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 13}, {"id": "rc_voicemail_rcvoicemail", "label": "RcVoicemail", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 34.5, "font": {"size": 12, "color": "#ffffff"}, "title": "RcVoicemail", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 18}, {"id": "rc_voicemail_compute_duration_display", "label": "_compute_duration_display()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_duration_display()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_compute_has_transcription", "label": "_compute_has_transcription()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_has_transcription()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_compute_partner_counts", "label": "_compute_partner_counts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_counts()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_match_voicemail_partner", "label": "_match_voicemail_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_match_voicemail_partner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_normalize_phone", "label": "_normalize_phone()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_normalize_phone()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 2}, {"id": "rc_voicemail_rcvoicemail_action_view_contact", "label": ".action_view_contact()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_contact()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_rcvoicemail_action_view_sale_orders", "label": ".action_view_sale_orders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_orders()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_rcvoicemail_action_view_invoices", "label": ".action_view_invoices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_invoices()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_rcvoicemail_action_make_call", "label": ".action_make_call()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_make_call()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_rcvoicemail_action_send_sms", "label": ".action_send_sms()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_sms()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_rcvoicemail_action_send_fax", "label": ".action_send_fax()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_fax()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 1}, {"id": "rc_voicemail_cron_sync_voicemails", "label": "_cron_sync_voicemails()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_sync_voicemails()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 3}, {"id": "rc_voicemail_cron_daily_voicemail_catchup", "label": "_cron_daily_voicemail_catchup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_daily_voicemail_catchup()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 3}, {"id": "rc_voicemail_run_backfill_voicemail_media", "label": "_run_backfill_voicemail_media()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_run_backfill_voicemail_media()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 7}, {"id": "rc_voicemail_run_historical_voicemail_import", "label": "_run_historical_voicemail_import()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_run_historical_voicemail_import()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "label": "._sync_voicemails_from_date()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_voicemails_from_date()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 7}, {"id": "rc_voicemail_rcvoicemail_process_voicemail_page", "label": "._process_voicemail_page()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_voicemail_page()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_rcvoicemail_import_voicemail", "label": "._import_voicemail()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "._import_voicemail()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 8}, {"id": "rc_voicemail_rcvoicemail_rc_media_get", "label": "._rc_media_get()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._rc_media_get()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 7}, {"id": "rc_voicemail_rcvoicemail_download_transcription", "label": "._download_transcription()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._download_transcription()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 5}, {"id": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "._download_and_attach_audio()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._download_and_attach_audio()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 6}, {"id": "rc_voicemail_rcvoicemail_get_openai_key", "label": "._get_openai_key()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_openai_key()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_rcvoicemail_try_openai_transcribe", "label": "._try_openai_transcribe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._try_openai_transcribe()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 6}, {"id": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "label": "._transcribe_audio_openai()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._transcribe_audio_openai()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 7}, {"id": "rc_voicemail_rcvoicemail_translate_to_english", "label": "._translate_to_english()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._translate_to_english()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 3}, {"id": "rc_voicemail_build_timeline", "label": "_build_timeline()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_timeline()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 2}, {"id": "rc_voicemail_rcvoicemail_action_transcribe", "label": ".action_transcribe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_transcribe()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 4}, {"id": "rc_voicemail_cron_transcribe_voicemails", "label": "_cron_transcribe_voicemails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_transcribe_voicemails()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "code", "degree": 3}, {"id": "rc_voicemail_rationale_254", "label": "Incremental sync: fetch voicemails since last sync.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Incremental sync: fetch voicemails since last sync.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "rc_voicemail_rationale_274", "label": "Re-scan past 3 days for any missed voicemails.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-scan past 3 days for any missed voicemails.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "rc_voicemail_rationale_292", "label": "Re-fetch audio and transcription for records missing them. Called via c", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-fetch audio and transcription for records missing them. Called via c", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "rc_voicemail_rationale_363", "label": "Background job: import up to 12 months of voicemails in monthly chunks.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background job: import up to 12 months of voicemails in monthly chunks.", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "rc_voicemail_rationale_437", "label": "Fetch voicemails from RC Message Store for a date range.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch voicemails from RC Message Store for a date range.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_466", "label": "Process one page of voicemail records with bulk dedup.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Process one page of voicemail records with bulk dedup.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_491", "label": "Import a single voicemail message and download its audio.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Import a single voicemail message and download its audio.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_563", "label": "Download binary content from RC with rate-limit retry.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Download binary content from RC with rate-limit retry.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_599", "label": "Download voicemail transcription text from RC.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Download voicemail transcription text from RC.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_608", "label": "Download the voicemail audio and post it to the record's chatter.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Download the voicemail audio and post it to the record's chatter.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_649", "label": "Transcribe a voicemail if OpenAI key is configured. Non-fatal.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Transcribe a voicemail if OpenAI key is configured. Non-fatal.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_663", "label": "Send audio to OpenAI Whisper verbose_json and return structured data. R", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Send audio to OpenAI Whisper verbose_json and return structured data. R", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_714", "label": "Translate text to English using OpenAI chat completions.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Translate text to English using OpenAI chat completions.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_750", "label": "Build a timeline string from Whisper segments showing silence gaps. Exa", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a timeline string from Whisper segments showing silence gaps. Exa", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "rc_voicemail_rationale_778", "label": "Manual button: transcribe this voicemail with OpenAI Whisper.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Manual button: transcribe this voicemail with OpenAI Whisper.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 1}, {"id": "rc_voicemail_rationale_822", "label": "Batch-transcribe voicemails that have audio but no transcript.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Batch-transcribe voicemails that have audio but no transcript.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_voicemail.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "label": "rc_call_history.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.3, "font": {"size": 12, "color": "#ffffff"}, "title": "rc_call_history.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 9}, {"id": "rc_call_history_rccallhistory", "label": "RcCallHistory", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 26.4, "font": {"size": 12, "color": "#ffffff"}, "title": "RcCallHistory", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 12}, {"id": "rc_call_history_compute_partner_counts", "label": "_compute_partner_counts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_counts()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 1}, {"id": "rc_call_history_compute_duration_display", "label": "_compute_duration_display()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_duration_display()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 1}, {"id": "rc_call_history_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_match_partner", "label": "_match_partner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_match_partner()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 4}, {"id": "rc_call_history_normalize_phone", "label": "_normalize_phone()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_normalize_phone()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_rccallhistory_action_view_contact", "label": ".action_view_contact()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_contact()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_rccallhistory_action_view_sale_orders", "label": ".action_view_sale_orders()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_orders()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_rccallhistory_action_view_invoices", "label": ".action_view_invoices()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_invoices()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_rccallhistory_get_contact_number", "label": "._get_contact_number()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_contact_number()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 4}, {"id": "rc_call_history_rccallhistory_action_make_call", "label": ".action_make_call()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_make_call()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_rccallhistory_action_send_sms", "label": ".action_send_sms()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_sms()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_rccallhistory_action_send_fax", "label": ".action_send_fax()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_fax()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_rccallhistory_action_play_recording", "label": ".action_play_recording()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_play_recording()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 2}, {"id": "rc_call_history_cron_sync_call_history", "label": "_cron_sync_call_history()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_sync_call_history()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_cron_daily_catchup_sync", "label": "_cron_daily_catchup_sync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_daily_catchup_sync()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_rccallhistory_sync_calls_from_date", "label": "._sync_calls_from_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_calls_from_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 7}, {"id": "rc_call_history_rccallhistory_process_call_page", "label": "._process_call_page()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_call_page()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 4}, {"id": "rc_call_history_rccallhistory_import_call_record", "label": "._import_call_record()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._import_call_record()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 4}, {"id": "rc_call_history_cron_fetch_transcripts", "label": "_cron_fetch_transcripts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_fetch_transcripts()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "code", "degree": 3}, {"id": "rc_call_history_rationale_107", "label": "Auto-link a call to a partner by matching phone numbers. For outbound c", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-link a call to a partner by matching phone numbers. For outbound c", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 0}, {"id": "rc_call_history_rationale_141", "label": "Strip a phone number to last 10 digits for comparison.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Strip a phone number to last 10 digits for comparison.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 0}, {"id": "rc_call_history_rationale_149", "label": "Open the linked contact.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the linked contact.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_162", "label": "Open sale orders for the linked contact.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open sale orders for the linked contact.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_178", "label": "Open invoices for the linked contact.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open invoices for the linked contact.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_195", "label": "Return the external phone number for this call.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the external phone number for this call.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_202", "label": "Trigger a call via the RingCentral Embeddable widget (handled by JS).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger a call via the RingCentral Embeddable widget (handled by JS).", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_213", "label": "Open the RingCentral Embeddable SMS compose (handled by JS).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the RingCentral Embeddable SMS compose (handled by JS).", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_224", "label": "Open the Send Fax wizard pre-filled with this call's contact.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the Send Fax wizard pre-filled with this call's contact.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_246", "label": "Open the recording proxy URL in a new window.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the recording proxy URL in a new window.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_263", "label": "Incremental sync: only fetch calls since last successful sync. Uses `fu", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Incremental sync: only fetch calls since last successful sync. Uses `fu", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 0}, {"id": "rc_call_history_rationale_293", "label": "Daily catchup: re-scan the past 3 days to catch anything missed. Covers", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Daily catchup: re-scan the past 3 days to catch anything missed. Covers", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 0}, {"id": "rc_call_history_rationale_314", "label": "Fetch call records from RingCentral for a date range. Skips records who", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch call records from RingCentral for a date range. Skips records who", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_354", "label": "Process a single page of call log records. Uses a bulk session_id looku", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single page of call log records. Uses a bulk session_id looku", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_392", "label": "Import a single call log record from the API.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Import a single call log record from the API.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_history_rationale_449", "label": "Fetch AI transcripts for calls that have recordings but no transcript.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch AI transcripts for calls that have recordings but no transcript.", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_history.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "label": "rc_call_dashboard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "rc_call_dashboard.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 6}, {"id": "rc_call_dashboard_rccalldashboard", "label": "RcCallDashboard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "RcCallDashboard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 11}, {"id": "rc_call_dashboard_compute_stats", "label": "_compute_stats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_stats()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_compute_time_stats", "label": "_compute_time_stats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_time_stats()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_compute_recent_calls", "label": "_compute_recent_calls()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_recent_calls()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_compute_voicemail_lists", "label": "_compute_voicemail_lists()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_voicemail_lists()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_compute_voicemail_stats", "label": "_compute_voicemail_stats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_voicemail_stats()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_all", "label": ".action_open_all()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_all()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_inbound", "label": ".action_open_inbound()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_inbound()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_outbound", "label": ".action_open_outbound()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_outbound()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_missed", "label": ".action_open_missed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_missed()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_graph", "label": ".action_open_graph()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_graph()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_voicemails", "label": ".action_open_voicemails()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_voicemails()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_open_unread_voicemails", "label": ".action_open_unread_voicemails()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_unread_voicemails()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 1}, {"id": "rc_call_dashboard_rccalldashboard_action_quick_call", "label": ".action_quick_call()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_quick_call()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 2}, {"id": "rc_call_dashboard_rccalldashboard_action_quick_sms", "label": ".action_quick_sms()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_quick_sms()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 2}, {"id": "rc_call_dashboard_rccalldashboard_action_quick_fax", "label": ".action_quick_fax()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_quick_fax()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "code", "degree": 2}, {"id": "rc_call_dashboard_rationale_174", "label": "Open the RingCentral dialer via the Embeddable widget.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the RingCentral dialer via the Embeddable widget.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_dashboard_rationale_184", "label": "Open the RingCentral SMS compose via the Embeddable widget.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the RingCentral SMS compose via the Embeddable widget.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "rc_call_dashboard_rationale_194", "label": "Open the Send Fax wizard.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the Send Fax wizard.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_call_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "label": "fusion_fax.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "fusion_fax.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 6}, {"id": "fusion_fax_fusionfaxrc", "label": "FusionFaxRC", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.3, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionFaxRC", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 9}, {"id": "fusion_fax_compute_partner_counts", "label": "_compute_partner_counts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_counts()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 1}, {"id": "fusion_fax_create", "label": "create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "create()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 8}, {"id": "fusion_fax_match_fax_partner", "label": "_match_fax_partner()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_match_fax_partner()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 4}, {"id": "fusion_fax_normalize_fax_phone", "label": "_normalize_fax_phone()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_normalize_fax_phone()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 2}, {"id": "fusion_fax_fusionfaxrc_action_view_contact", "label": ".action_view_contact()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_contact()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 1}, {"id": "fusion_fax_fusionfaxrc_action_view_sale_orders", "label": ".action_view_sale_orders()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_orders()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 1}, {"id": "fusion_fax_fusionfaxrc_action_view_invoices", "label": ".action_view_invoices()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_invoices()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 1}, {"id": "fusion_fax_fusionfaxrc_action_forward_fax", "label": ".action_forward_fax()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_forward_fax()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 2}, {"id": "fusion_fax_fusionfaxrc_action_send_new_fax", "label": ".action_send_new_fax()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_new_fax()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 2}, {"id": "fusion_fax_run_historical_fax_import", "label": "_run_historical_fax_import()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_run_historical_fax_import()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 4}, {"id": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "label": "._sync_faxes_from_rc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._sync_faxes_from_rc()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 5}, {"id": "fusion_fax_fusionfaxrc_import_fax_from_rc", "label": "._import_fax_from_rc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._import_fax_from_rc()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "code", "degree": 6}, {"id": "fusion_fax_rationale_19", "label": "Extend fusion.fax with contact matching, smart buttons, forward fax, and sen", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend fusion.fax with contact matching, smart buttons, forward fax, and sen", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_fax_rationale_63", "label": "Match a fax to a contact by fax number, phone, or mobile.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Match a fax to a contact by fax number, phone, or mobile.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_fax_rationale_153", "label": "Open Send Fax wizard with this fax's documents pre-attached.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open Send Fax wizard with this fax's documents pre-attached.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_fax_rationale_174", "label": "Open Send Fax wizard pre-filled with this fax's contact info.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Open Send Fax wizard pre-filled with this fax's contact info.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_fax_rationale_201", "label": "Background job: import up to 12 months of faxes in monthly chunks.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background job: import up to 12 months of faxes in monthly chunks.", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 0}, {"id": "fusion_fax_rationale_259", "label": "Fetch faxes (inbound + outbound) from RC message-store via OAuth.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch faxes (inbound + outbound) from RC message-store via OAuth.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_fax_rationale_298", "label": "Import a single fax message from RingCentral API response.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Import a single fax message from RingCentral API response.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/fusion_fax.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "label": "rc_config.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "rc_config.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig", "label": "RcConfig", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "RcConfig", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 22}, {"id": "rc_config_rcconfig_action_test_connection", "label": ".action_test_connection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_test_connection()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_rcconfig_action_oauth_connect", "label": ".action_oauth_connect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_oauth_connect()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 2}, {"id": "rc_config_rcconfig_action_disconnect", "label": ".action_disconnect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_disconnect()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_rcconfig_exchange_auth_code", "label": ".exchange_auth_code()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".exchange_auth_code()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 6}, {"id": "rc_config_rcconfig_refresh_token", "label": "._refresh_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._refresh_token()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 7}, {"id": "rc_config_rcconfig_ensure_token", "label": "._ensure_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 30.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._ensure_token()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 15}, {"id": "rc_config_rcconfig_get_headers", "label": "._get_headers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_headers()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_rcconfig_api_get", "label": "._api_get()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._api_get()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 7}, {"id": "rc_config_rcconfig_api_post", "label": "._api_post()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._api_post()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 7}, {"id": "rc_config_rcconfig_api_request", "label": "._api_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._api_request()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 10}, {"id": "rc_config_rcconfig_fetch_extension_info", "label": "._fetch_extension_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._fetch_extension_info()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_rcconfig_create_webhook_subscription", "label": "._create_webhook_subscription()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._create_webhook_subscription()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig_renew_webhook_subscription", "label": "._renew_webhook_subscription()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._renew_webhook_subscription()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig_get_proxies", "label": "._get_proxies()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.3, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_proxies()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 9}, {"id": "rc_config_rcconfig_notify", "label": "._notify()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "._notify()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 8}, {"id": "rc_config_get_active_config", "label": "_get_active_config()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 26.4, "font": {"size": 12, "color": "#ffffff"}, "title": "_get_active_config()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 12}, {"id": "rc_config_rcconfig_send_sms", "label": "._send_sms()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_sms()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 3}, {"id": "rc_config_rcconfig_action_rematch_contacts", "label": ".action_rematch_contacts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_rematch_contacts()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_rcconfig_action_import_historical_calls", "label": ".action_import_historical_calls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_import_historical_calls()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig_action_import_historical_voicemails", "label": ".action_import_historical_voicemails()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_import_historical_voicemails()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig_action_import_historical_faxes", "label": ".action_import_historical_faxes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_import_historical_faxes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_rcconfig_action_backfill_voicemail_media", "label": ".action_backfill_voicemail_media()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_backfill_voicemail_media()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 5}, {"id": "rc_config_run_historical_import", "label": "_run_historical_import()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_run_historical_import()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 4}, {"id": "rc_config_cron_refresh_tokens", "label": "_cron_refresh_tokens()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_refresh_tokens()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 2}, {"id": "rc_config_cron_renew_webhooks", "label": "_cron_renew_webhooks()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_renew_webhooks()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "code", "degree": 2}, {"id": "rc_config_rationale_63", "label": "Test DNS + HTTPS connectivity to the RingCentral server.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Test DNS + HTTPS connectivity to the RingCentral server.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_94", "label": "Redirect user to RingCentral OAuth authorization page.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Redirect user to RingCentral OAuth authorization page.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_114", "label": "Revoke tokens and disconnect.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Revoke tokens and disconnect.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_140", "label": "Exchange authorization code for access/refresh tokens.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Exchange authorization code for access/refresh tokens.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_175", "label": "Refresh the access token using the refresh token. Uses SELECT ... FOR U", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh the access token using the refresh token. Uses SELECT ... FOR U", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_247", "label": "Ensure we have a valid access token, refreshing proactively.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure we have a valid access token, refreshing proactively.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_257", "label": "Return authorization headers for API calls.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return authorization headers for API calls.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_265", "label": "Make an authenticated GET request with rate-limit handling.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Make an authenticated GET request with rate-limit handling.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_269", "label": "Make an authenticated POST request with rate-limit handling.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Make an authenticated POST request with rate-limit handling.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_273", "label": "Central API request method with automatic rate-limit retry. RingCentral", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Central API request method with automatic rate-limit retry. RingCentral", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_339", "label": "Fetch the connected user's extension info.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch the connected user's extension info.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_352", "label": "Create a webhook subscription for telephony events.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a webhook subscription for telephony events.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_374", "label": "Renew the webhook subscription.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Renew the webhook subscription.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_394", "label": "Return proxy dict for requests if configured.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return proxy dict for requests if configured.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_414", "label": "Return the first connected config, or False.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the first connected config, or False.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 0}, {"id": "rc_config_rationale_418", "label": "Send an SMS via the RingCentral REST API. :param str to_number: Recipie", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Send an SMS via the RingCentral REST API. :param str to_number: Recipie", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_446", "label": "Re-run contact matching on all calls without a linked partner.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-run contact matching on all calls without a linked partner.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_466", "label": "Trigger historical call import in the background via cron. Returns imme", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger historical call import in the background via cron. Returns imme", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_503", "label": "Trigger historical voicemail import in the background via cron.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger historical voicemail import in the background via cron.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_537", "label": "Trigger historical fax import in the background via cron.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger historical fax import in the background via cron.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_571", "label": "Re-download audio and transcriptions for voicemails missing them.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-download audio and transcriptions for voicemails missing them.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 1}, {"id": "rc_config_rationale_606", "label": "Background job: import up to 12 months of call history. Tracks which mo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background job: import up to 12 months of call history. Tracks which mo", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 0}, {"id": "rc_config_rationale_684", "label": "Refresh tokens for connected configs nearing expiry and recover error configs.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh tokens for connected configs nearing expiry and recover error configs.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 0}, {"id": "rc_config_rationale_714", "label": "Renew webhook subscriptions for all connected configs.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Renew webhook subscriptions for all connected configs.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/rc_config.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_respartner", "label": "ResPartner", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResPartner", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "res_partner_compute_rc_call_count", "label": "_compute_rc_call_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_rc_call_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_action_view_rc_calls", "label": ".action_view_rc_calls()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_rc_calls()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_action_rc_call", "label": ".action_rc_call()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_rc_call()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_rationale_37", "label": "Placeholder for click-to-call -- actual dialing is handled by the JS widget.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Placeholder for click-to-call -- actual dialing is handled by the JS widget.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_phone_widget_js", "label": "rc_phone_widget.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rc_phone_widget.js", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_phone_widget.js", "file_type": "code", "degree": 3}, {"id": "rc_phone_widget_loadrcwidget", "label": "loadRcWidget()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "loadRcWidget()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_phone_widget.js", "file_type": "code", "degree": 2}, {"id": "rc_phone_widget_logcalltoodoo", "label": "_logCallToOdoo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_logCallToOdoo()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_phone_widget.js", "file_type": "code", "degree": 1}, {"id": "rc_phone_widget_start", "label": "start()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "start()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_phone_widget.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_systray_js", "label": "rc_systray.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rc_systray.js", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem", "label": "RcSystrayItem", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 19.5, "font": {"size": 12, "color": "#ffffff"}, "title": "RcSystrayItem", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 7}, {"id": "rc_systray_rcsystrayitem_setup", "label": ".setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem_checkwidgetready", "label": "._checkWidgetReady()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._checkWidgetReady()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem_updatepresence", "label": "._updatePresence()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._updatePresence()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem_statuscolor", "label": ".statusColor()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".statusColor()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem_statustitle", "label": ".statusTitle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".statusTitle()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "rc_systray_rcsystrayitem_onclick", "label": ".onClick()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".onClick()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_systray.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_click_to_dial_js", "label": "rc_click_to_dial.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rc_click_to_dial.js", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_click_to_dial.js", "file_type": "code", "degree": 1}, {"id": "rc_click_to_dial_onclickcall", "label": "onClickCall()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "onClickCall()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/static/src/js/rc_click_to_dial.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_widget_py", "label": "widget.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "widget.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/widget.py", "file_type": "code", "degree": 2}, {"id": "widget_rcwidgetcontroller", "label": "RcWidgetController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RcWidgetController", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/widget.py", "file_type": "code", "degree": 1}, {"id": "widget_widget_config", "label": "widget_config()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "widget_config()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/widget.py", "file_type": "code", "degree": 2}, {"id": "widget_rationale_13", "label": "Return RingCentral widget configuration for the JS frontend.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return RingCentral widget configuration for the JS frontend.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/widget.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_webhook_py", "label": "webhook.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "webhook.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "code", "degree": 2}, {"id": "webhook_rcwebhookcontroller", "label": "RcWebhookController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RcWebhookController", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "code", "degree": 2}, {"id": "webhook_webhook_handler", "label": "webhook_handler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "webhook_handler()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "code", "degree": 2}, {"id": "webhook_rcwebhookcontroller_handle_telephony_event", "label": "._handle_telephony_event()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._handle_telephony_event()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "code", "degree": 4}, {"id": "webhook_rationale_18", "label": "Receive webhook events from RingCentral.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Receive webhook events from RingCentral.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "rationale", "degree": 0}, {"id": "webhook_rationale_42", "label": "Process a telephony session event.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a telephony session event.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/webhook.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_recording_py", "label": "recording.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "recording.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/recording.py", "file_type": "code", "degree": 2}, {"id": "recording_rcrecordingcontroller", "label": "RcRecordingController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RcRecordingController", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/recording.py", "file_type": "code", "degree": 1}, {"id": "recording_stream_recording", "label": "stream_recording()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "stream_recording()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/recording.py", "file_type": "code", "degree": 4}, {"id": "recording_rationale_19", "label": "Proxy a call recording from RingCentral with authentication.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Proxy a call recording from RingCentral with authentication.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/recording.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_oauth_py", "label": "oauth.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "oauth.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/oauth.py", "file_type": "code", "degree": 2}, {"id": "oauth_rcoauthcontroller", "label": "RcOAuthController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RcOAuthController", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/oauth.py", "file_type": "code", "degree": 1}, {"id": "oauth_oauth_callback", "label": "oauth_callback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "oauth_callback()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/oauth.py", "file_type": "code", "degree": 2}, {"id": "oauth_rationale_18", "label": "Handle the OAuth redirect from RingCentral after user authorizes.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle the OAuth redirect from RingCentral after user authorizes.", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_ringcentral/controllers/oauth.py", "file_type": "rationale", "degree": 0}];
|
|
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_ringcentral_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_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_rcvoicemail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_compute_duration_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_compute_has_transcription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_compute_partner_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_match_voicemail_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_normalize_phone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_cron_sync_voicemails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_cron_daily_voicemail_catchup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_run_backfill_voicemail_media", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_run_historical_voicemail_import", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_build_timeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_voicemail_py", "to": "rc_voicemail_cron_transcribe_voicemails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_view_contact", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_view_sale_orders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_view_invoices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_make_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_send_sms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_send_fax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_process_voicemail_page", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_import_voicemail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_rc_media_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_download_transcription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_get_openai_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_try_openai_transcribe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_translate_to_english", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail", "to": "rc_voicemail_rcvoicemail_action_transcribe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_create", "to": "rc_voicemail_match_voicemail_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_create", "to": "rc_voicemail_rcvoicemail_import_voicemail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_create", "to": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_match_voicemail_partner", "to": "rc_voicemail_normalize_phone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_match_voicemail_partner", "to": "rc_voicemail_rcvoicemail_import_voicemail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_cron_sync_voicemails", "to": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_cron_sync_voicemails", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_cron_daily_voicemail_catchup", "to": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_cron_daily_voicemail_catchup", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_voicemail_rcvoicemail_download_transcription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_voicemail_rcvoicemail_try_openai_transcribe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_config_rcconfig_ensure_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_run_backfill_voicemail_media", "to": "rc_config_rcconfig_api_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_run_historical_voicemail_import", "to": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_run_historical_voicemail_import", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_run_historical_voicemail_import", "to": "rc_config_rcconfig_ensure_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "to": "rc_voicemail_rcvoicemail_process_voicemail_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "to": "rc_voicemail_rationale_437", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_sync_voicemails_from_date", "to": "rc_config_rcconfig_api_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_rcvoicemail_process_voicemail_page", "to": "rc_voicemail_rcvoicemail_import_voicemail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_process_voicemail_page", "to": "rc_voicemail_rationale_466", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_import_voicemail", "to": "rc_voicemail_rcvoicemail_download_transcription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_import_voicemail", "to": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_import_voicemail", "to": "rc_voicemail_rcvoicemail_try_openai_transcribe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_import_voicemail", "to": "rc_voicemail_rationale_491", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_voicemail_rcvoicemail_download_transcription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_voicemail_rcvoicemail_download_and_attach_audio", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_voicemail_rationale_563", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_config_rcconfig_ensure_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_rcvoicemail_rc_media_get", "to": "rc_config_rcconfig_refresh_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_voicemail_rcvoicemail_download_transcription", "to": "rc_voicemail_rationale_599", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_download_and_attach_audio", "to": "rc_voicemail_rationale_608", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_get_openai_key", "to": "rc_voicemail_rcvoicemail_try_openai_transcribe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_get_openai_key", "to": "rc_voicemail_rcvoicemail_action_transcribe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_get_openai_key", "to": "rc_voicemail_cron_transcribe_voicemails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_try_openai_transcribe", "to": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_try_openai_transcribe", "to": "rc_voicemail_rationale_649", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "to": "rc_voicemail_rcvoicemail_translate_to_english", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "to": "rc_voicemail_build_timeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "to": "rc_voicemail_rcvoicemail_action_transcribe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "to": "rc_voicemail_cron_transcribe_voicemails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_transcribe_audio_openai", "to": "rc_voicemail_rationale_663", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_translate_to_english", "to": "rc_voicemail_rationale_714", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_voicemail_rcvoicemail_action_transcribe", "to": "rc_voicemail_rationale_778", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_rccallhistory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_compute_partner_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_compute_duration_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_match_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_normalize_phone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_cron_sync_call_history", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_cron_daily_catchup_sync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_history_py", "to": "rc_call_history_cron_fetch_transcripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_view_contact", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_view_sale_orders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_view_invoices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_get_contact_number", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_make_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_send_sms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_send_fax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_action_play_recording", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_sync_calls_from_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_process_call_page", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory", "to": "rc_call_history_rccallhistory_import_call_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_create", "to": "rc_call_history_match_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_create", "to": "rc_call_history_rccallhistory_import_call_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_match_partner", "to": "rc_call_history_normalize_phone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_match_partner", "to": "rc_config_rcconfig_action_rematch_contacts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_rccallhistory_action_view_contact", "to": "rc_call_history_rationale_149", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_view_sale_orders", "to": "rc_call_history_rationale_162", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_view_invoices", "to": "rc_call_history_rationale_178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_get_contact_number", "to": "rc_call_history_rccallhistory_action_make_call", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_get_contact_number", "to": "rc_call_history_rccallhistory_action_send_sms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_get_contact_number", "to": "rc_call_history_rationale_195", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_make_call", "to": "rc_call_history_rationale_202", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_send_sms", "to": "rc_call_history_rationale_213", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_send_fax", "to": "rc_call_history_rationale_224", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_action_play_recording", "to": "rc_call_history_rationale_246", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_cron_sync_call_history", "to": "rc_call_history_rccallhistory_sync_calls_from_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_cron_sync_call_history", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_cron_daily_catchup_sync", "to": "rc_call_history_rccallhistory_sync_calls_from_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_cron_daily_catchup_sync", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_rccallhistory_sync_calls_from_date", "to": "rc_call_history_rccallhistory_process_call_page", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_sync_calls_from_date", "to": "rc_call_history_rationale_314", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_sync_calls_from_date", "to": "rc_config_rcconfig_api_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_rccallhistory_sync_calls_from_date", "to": "rc_config_run_historical_import", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_rccallhistory_process_call_page", "to": "rc_call_history_rccallhistory_import_call_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_process_call_page", "to": "rc_call_history_rationale_354", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_rccallhistory_import_call_record", "to": "rc_call_history_rationale_392", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_history_cron_fetch_transcripts", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_call_history_cron_fetch_transcripts", "to": "rc_config_rcconfig_api_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_ringcentral_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_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_rccalldashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_compute_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_compute_time_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_compute_recent_calls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_compute_voicemail_lists", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_call_dashboard_py", "to": "rc_call_dashboard_compute_voicemail_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_inbound", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_outbound", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_missed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_graph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_voicemails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_open_unread_voicemails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_quick_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_quick_sms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard", "to": "rc_call_dashboard_rccalldashboard_action_quick_fax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard_action_quick_call", "to": "rc_call_dashboard_rationale_174", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard_action_quick_sms", "to": "rc_call_dashboard_rationale_184", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_call_dashboard_rccalldashboard_action_quick_fax", "to": "rc_call_dashboard_rationale_194", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_fusionfaxrc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_compute_partner_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_match_fax_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_normalize_fax_phone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_fusion_fax_py", "to": "fusion_fax_run_historical_fax_import", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_action_view_contact", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_action_view_sale_orders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_action_view_invoices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_action_forward_fax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_action_send_new_fax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_fusionfaxrc_import_fax_from_rc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc", "to": "fusion_fax_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_create", "to": "fusion_fax_match_fax_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_create", "to": "fusion_fax_fusionfaxrc_import_fax_from_rc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_create", "to": "rc_config_rcconfig_action_import_historical_calls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_create", "to": "rc_config_rcconfig_action_import_historical_voicemails", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_create", "to": "rc_config_rcconfig_action_import_historical_faxes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_create", "to": "rc_config_rcconfig_action_backfill_voicemail_media", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_create", "to": "webhook_rcwebhookcontroller_handle_telephony_event", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_match_fax_partner", "to": "fusion_fax_normalize_fax_phone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_match_fax_partner", "to": "fusion_fax_fusionfaxrc_import_fax_from_rc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc_action_forward_fax", "to": "fusion_fax_rationale_153", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc_action_send_new_fax", "to": "fusion_fax_rationale_174", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_run_historical_fax_import", "to": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_run_historical_fax_import", "to": "rc_config_get_active_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_run_historical_fax_import", "to": "rc_config_rcconfig_ensure_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "to": "fusion_fax_fusionfaxrc_import_fax_from_rc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "to": "fusion_fax_rationale_259", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc_sync_faxes_from_rc", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_fax_fusionfaxrc_import_fax_from_rc", "to": "fusion_fax_rationale_298", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_fax_fusionfaxrc_import_fax_from_rc", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "to": "rc_config_rcconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "to": "rc_config_get_active_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "to": "rc_config_run_historical_import", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "to": "rc_config_cron_refresh_tokens", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_models_rc_config_py", "to": "rc_config_cron_renew_webhooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_oauth_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_disconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_exchange_auth_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_refresh_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_ensure_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_get_headers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_api_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_api_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_api_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_fetch_extension_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_create_webhook_subscription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_renew_webhook_subscription", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_get_proxies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_notify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_send_sms", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_rematch_contacts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_import_historical_calls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_import_historical_voicemails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_import_historical_faxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig", "to": "rc_config_rcconfig_action_backfill_voicemail_media", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_test_connection", "to": "rc_config_rcconfig_notify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_test_connection", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_test_connection", "to": "rc_config_rationale_63", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_oauth_connect", "to": "rc_config_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_disconnect", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_disconnect", "to": "rc_config_rcconfig_notify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_disconnect", "to": "rc_config_rationale_114", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_exchange_auth_code", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_exchange_auth_code", "to": "rc_config_rcconfig_fetch_extension_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_exchange_auth_code", "to": "rc_config_rcconfig_create_webhook_subscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_exchange_auth_code", "to": "rc_config_rationale_140", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_exchange_auth_code", "to": "oauth_oauth_callback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_config_rcconfig_refresh_token", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_refresh_token", "to": "rc_config_rcconfig_ensure_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_refresh_token", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_refresh_token", "to": "rc_config_cron_refresh_tokens", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_refresh_token", "to": "rc_config_rationale_175", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_get_headers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_action_import_historical_calls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_action_import_historical_voicemails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_action_import_historical_faxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rcconfig_action_backfill_voicemail_media", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_run_historical_import", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "rc_config_rationale_247", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_ensure_token", "to": "recording_stream_recording", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_config_rcconfig_get_headers", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_get_headers", "to": "rc_config_rationale_257", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_get", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_get", "to": "rc_config_rcconfig_fetch_extension_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_get", "to": "rc_config_rationale_265", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_post", "to": "rc_config_rcconfig_api_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_post", "to": "rc_config_rcconfig_create_webhook_subscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_post", "to": "rc_config_rcconfig_renew_webhook_subscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_post", "to": "rc_config_rcconfig_send_sms", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_post", "to": "rc_config_rationale_269", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_request", "to": "rc_config_rcconfig_get_proxies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_api_request", "to": "rc_config_rationale_273", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_fetch_extension_info", "to": "rc_config_rationale_339", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_create_webhook_subscription", "to": "rc_config_rcconfig_renew_webhook_subscription", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_create_webhook_subscription", "to": "rc_config_rationale_352", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_renew_webhook_subscription", "to": "rc_config_cron_renew_webhooks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_renew_webhook_subscription", "to": "rc_config_rationale_374", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_get_proxies", "to": "rc_config_rationale_394", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_get_proxies", "to": "recording_stream_recording", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_config_rcconfig_notify", "to": "rc_config_rcconfig_action_rematch_contacts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_notify", "to": "rc_config_rcconfig_action_import_historical_calls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_notify", "to": "rc_config_rcconfig_action_import_historical_voicemails", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_notify", "to": "rc_config_rcconfig_action_import_historical_faxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_notify", "to": "rc_config_rcconfig_action_backfill_voicemail_media", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_get_active_config", "to": "rc_config_run_historical_import", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_get_active_config", "to": "widget_widget_config", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_config_get_active_config", "to": "recording_stream_recording", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "rc_config_rcconfig_send_sms", "to": "rc_config_rationale_418", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_rematch_contacts", "to": "rc_config_rationale_446", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_import_historical_calls", "to": "rc_config_rationale_466", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_import_historical_voicemails", "to": "rc_config_rationale_503", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_import_historical_faxes", "to": "rc_config_rationale_537", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_config_rcconfig_action_backfill_voicemail_media", "to": "rc_config_rationale_571", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_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_ringcentral_models_res_partner_py", "to": "res_partner_compute_rc_call_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_view_rc_calls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_rc_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_action_rc_call", "to": "res_partner_rationale_37", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_phone_widget_js", "to": "rc_phone_widget_loadrcwidget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_phone_widget_js", "to": "rc_phone_widget_logcalltoodoo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_phone_widget_js", "to": "rc_phone_widget_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_phone_widget_loadrcwidget", "to": "rc_phone_widget_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_systray_js", "to": "rc_systray_rcsystrayitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_checkwidgetready", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_updatepresence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_statuscolor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_statustitle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rc_systray_rcsystrayitem", "to": "rc_systray_rcsystrayitem_onclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_static_src_js_rc_click_to_dial_js", "to": "rc_click_to_dial_onclickcall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_widget_py", "to": "widget_rcwidgetcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_widget_py", "to": "widget_widget_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_webhook_py", "to": "webhook_rcwebhookcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_webhook_py", "to": "webhook_webhook_handler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_rcwebhookcontroller", "to": "webhook_rcwebhookcontroller_handle_telephony_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_webhook_handler", "to": "webhook_rcwebhookcontroller_handle_telephony_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "webhook_rcwebhookcontroller_handle_telephony_event", "to": "webhook_rationale_42", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_recording_py", "to": "recording_rcrecordingcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_recording_py", "to": "recording_stream_recording", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_ringcentral_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_ringcentral_controllers_oauth_py", "to": "oauth_rcoauthcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_ringcentral_controllers_oauth_py", "to": "oauth_oauth_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 38}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 34}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 31}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 24}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 20}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 15}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 8}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 8}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 6}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 4}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 3}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 2}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 2}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 1}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 1}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 1}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 1}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 1}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 1}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 1}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 1}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 1}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 1}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 1}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 1}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 1}, {"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}];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// 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> |