257 lines
227 KiB
HTML
257 lines
227 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_clover/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">248 nodes · 374 edges · 26 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "__init__.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "file_type": "code", "degree": 4}, {"id": "init_post_init_hook", "label": "post_init_hook()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "post_init_hook()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "file_type": "code", "degree": 1}, {"id": "init_uninstall_hook", "label": "uninstall_hook()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "uninstall_hook()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__init__.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_manifest_py", "label": "__manifest__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "label": "utils.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "utils.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 10}, {"id": "utils_generate_idempotency_key", "label": "generate_idempotency_key()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "generate_idempotency_key()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 4}, {"id": "utils_build_ecom_url", "label": "build_ecom_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "build_ecom_url()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_build_platform_url", "label": "build_platform_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "build_platform_url()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_build_ecom_headers", "label": "build_ecom_headers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "build_ecom_headers()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 4}, {"id": "utils_format_clover_amount", "label": "format_clover_amount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "format_clover_amount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 10}, {"id": "utils_parse_clover_amount", "label": "parse_clover_amount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_clover_amount()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_extract_card_details", "label": "extract_card_details()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "extract_card_details()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 4}, {"id": "utils_get_clover_status", "label": "get_clover_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "get_clover_status()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_build_charge_payload", "label": "build_charge_payload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "build_charge_payload()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 4}, {"id": "utils_build_refund_payload", "label": "build_refund_payload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "build_refund_payload()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "code", "degree": 4}, {"id": "utils_rationale_9", "label": "Generate a unique idempotency key for Clover API requests.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a unique idempotency key for Clover API requests.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_14", "label": "Build a full Clover Ecommerce API URL. :param str endpoint: The API endpoin", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a full Clover Ecommerce API URL. :param str endpoint: The API endpoin", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_26", "label": "Build a full Clover Platform API URL. :param str endpoint: The API endpoint", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a full Clover Platform API URL. :param str endpoint: The API endpoint", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_41", "label": "Build the standard HTTP headers for a Clover Ecommerce API request. :param", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the standard HTTP headers for a Clover Ecommerce API request. :param", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_59", "label": "Convert a major currency amount to Clover's minor units (cents). :param flo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a major currency amount to Clover's minor units (cents). :param flo", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_71", "label": "Convert Clover's minor currency units back to major units. :param int minor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Clover's minor currency units back to major units. :param int minor", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_83", "label": "Extract card details from a Clover charge source object. :param dict source", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract card details from a Clover charge source object. :param dict source", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_105", "label": "Map a Clover charge status string to an Odoo transaction state. :param str", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Map a Clover charge status string to an Odoo transaction state. :param str", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_121", "label": "Build a Clover charge creation payload. :param float amount: The charge amo", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a Clover charge creation payload. :param float amount: The charge amo", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_158", "label": "Build a Clover refund payload. :param str charge_id: The Clover charge ID t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a Clover refund payload. :param str charge_id: The Clover charge ID t", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/utils.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_const_py", "label": "const.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "const.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/const.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_refund_wizard_py", "label": "clover_refund_wizard.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_refund_wizard.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_refund_wizard_cloverrefundwizard", "label": "CloverRefundWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 23.8, "font": {"size": 12, "color": "#ffffff"}, "title": "CloverRefundWizard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 11}, {"id": "clover_refund_wizard_cloverrefundwizard_get_provider_sudo", "label": "._get_provider_sudo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_provider_sudo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 4}, {"id": "clover_refund_wizard_default_get", "label": "default_get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "label": ".action_process_refund()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_process_refund()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 5}, {"id": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "label": "._verify_not_already_reversed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._verify_not_already_reversed()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 5}, {"id": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "label": "._process_referenced_refund()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_referenced_refund()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 7}, {"id": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "label": "._process_non_referenced_credit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._process_non_referenced_credit()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "label": "._non_referenced_credit_via_api()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._non_referenced_credit_via_api()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "label": "._non_referenced_credit_via_terminal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._non_referenced_credit_via_terminal()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 7}, {"id": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "label": "._create_refund_transaction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._create_refund_transaction()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 5}, {"id": "clover_refund_wizard_cloverrefundwizard_action_send_receipt", "label": ".action_send_receipt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_receipt()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_refund_wizard_cloverrefundwizard_reopen_wizard", "label": "._reopen_wizard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._reopen_wizard()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "code", "degree": 4}, {"id": "clover_refund_wizard_rationale_185", "label": "Dispatch to referenced refund or non-referenced credit.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dispatch to referenced refund or non-referenced credit.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_208", "label": "Check on Clover that the charge hasn't been fully refunded already.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check on Clover that the charge hasn't been fully refunded already.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_223", "label": "Send a referenced refund via Clover Ecommerce API.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a referenced refund via Clover Ecommerce API.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_290", "label": "Issue a non-referenced credit (manual refund). Two paths: 1. If", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Issue a non-referenced credit (manual refund). Two paths: 1. If", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_308", "label": "Issue a non-referenced credit via Clover Ecommerce API.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Issue a non-referenced credit via Clover Ecommerce API.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_362", "label": "Send a non-referenced credit to the terminal (card-present).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a non-referenced credit to the terminal (card-present).", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_418", "label": "Create a payment.transaction for the refund.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a payment.transaction for the refund.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_refund_wizard_rationale_452", "label": "Email the refund receipt to the customer and close the wizard.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Email the refund receipt to the customer and close the wizard.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_refund_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "label": "clover_payment_wizard.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "clover_payment_wizard.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_payment_wizard_cloverpaymentwizard", "label": "CloverPaymentWizard", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 28.8, "font": {"size": 12, "color": "#ffffff"}, "title": "CloverPaymentWizard", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 15}, {"id": "clover_payment_wizard_compute_surcharge_enabled", "label": "_compute_surcharge_enabled()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_surcharge_enabled()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 1}, {"id": "clover_payment_wizard_detect_card_brand", "label": "_detect_card_brand()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_card_brand()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_payment_wizard_cloverpaymentwizard_get_surcharge_rate", "label": "._get_surcharge_rate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_surcharge_rate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 3}, {"id": "clover_payment_wizard_onchange_card_number", "label": "_onchange_card_number()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_card_number()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_payment_wizard_onchange_card_type", "label": "_onchange_card_type()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_card_type()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_payment_wizard_default_get", "label": "default_get()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 1}, {"id": "clover_payment_wizard_cloverpaymentwizard_get_provider_sudo", "label": "._get_provider_sudo()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_provider_sudo()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 3}, {"id": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "label": "._apply_surcharge_if_needed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._apply_surcharge_if_needed()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 5}, {"id": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "label": "._remove_surcharge_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._remove_surcharge_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_payment_wizard_cloverpaymentwizard_action_collect_payment", "label": ".action_collect_payment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_collect_payment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 4}, {"id": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "._collect_via_terminal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._collect_via_terminal()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 10}, {"id": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "label": ".action_check_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_check_status()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "._collect_via_card()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._collect_via_card()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 12}, {"id": "clover_payment_wizard_cloverpaymentwizard_action_send_receipt", "label": ".action_send_receipt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_receipt()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 2}, {"id": "clover_payment_wizard_cloverpaymentwizard_action_cancel_payment", "label": ".action_cancel_payment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_cancel_payment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 4}, {"id": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "._cleanup_draft_transaction()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._cleanup_draft_transaction()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 6}, {"id": "clover_payment_wizard_cloverpaymentwizard_validate_card_fields", "label": "._validate_card_fields()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_card_fields()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 3}, {"id": "clover_payment_wizard_cloverpaymentwizard_create_payment_transaction", "label": "._create_payment_transaction()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._create_payment_transaction()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 4}, {"id": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "label": "._reopen_wizard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._reopen_wizard()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "code", "degree": 5}, {"id": "clover_payment_wizard_rationale_214", "label": "Add the surcharge invoice line if surcharge is enabled and not yet applied.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Add the surcharge invoice line if surcharge is enabled and not yet applied.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_267", "label": "Remove the surcharge line from the invoice if it was applied.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove the surcharge line from the invoice if it was applied.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_304", "label": "Process a payment - either via terminal or manual card entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a payment - either via terminal or manual card entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_311", "label": "Send payment to Clover terminal via Cloud REST Pay Display API.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send payment to Clover terminal via Cloud REST Pay Display API.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_387", "label": "Poll the terminal for payment completion status.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Poll the terminal for payment completion status.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_450", "label": "Process a manual card entry payment via Clover Ecommerce API.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a manual card entry payment via Clover Ecommerce API.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_544", "label": "Email the payment receipt to the customer and close the wizard.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Email the payment receipt to the customer and close the wizard.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_561", "label": "Cancel the payment and clean up the draft transaction.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the payment and clean up the draft transaction.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_568", "label": "Remove the draft payment transaction created by this wizard.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove the draft payment transaction created by this wizard.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_580", "label": "Validate that card entry fields are properly filled.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that card entry fields are properly filled.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_591", "label": "Create a payment.transaction linked to the invoice.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a payment.transaction linked to the invoice.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "clover_payment_wizard_rationale_620", "label": "Return an action that re-opens this wizard record (keeps state).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action that re-opens this wizard record (keeps state).", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/wizard/clover_payment_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "label": "payment_provider.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "payment_provider.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 1}, {"id": "payment_provider_paymentprovider", "label": "PaymentProvider", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 31.2, "font": {"size": 12, "color": "#ffffff"}, "title": "PaymentProvider", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 17}, {"id": "payment_provider_paymentprovider_compute_feature_support_fields", "label": "._compute_feature_support_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_feature_support_fields()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 2}, {"id": "payment_provider_paymentprovider_get_default_payment_method_codes", "label": "._get_default_payment_method_codes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_payment_method_codes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 2}, {"id": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "._clover_make_ecom_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_make_ecom_request()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 13}, {"id": "payment_provider_paymentprovider_clover_make_platform_request", "label": "._clover_make_platform_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_make_platform_request()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 7}, {"id": "payment_provider_paymentprovider_clover_create_charge", "label": "._clover_create_charge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_create_charge()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 6}, {"id": "payment_provider_paymentprovider_clover_capture_charge", "label": "._clover_capture_charge()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_capture_charge()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 5}, {"id": "payment_provider_paymentprovider_clover_create_refund", "label": "._clover_create_refund()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_create_refund()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 8}, {"id": "payment_provider_paymentprovider_clover_create_credit", "label": "._clover_create_credit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_create_credit()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 5}, {"id": "payment_provider_paymentprovider_clover_get_charge", "label": "._clover_get_charge()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_get_charge()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 4}, {"id": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "label": "._clover_verify_charge_not_reversed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_verify_charge_not_reversed()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 4}, {"id": "payment_provider_paymentprovider_clover_get_inline_form_values", "label": "._clover_get_inline_form_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._clover_get_inline_form_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 3}, {"id": "payment_provider_paymentprovider_clover_terminal_request", "label": "._clover_terminal_request()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_terminal_request()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 9}, {"id": "payment_provider_paymentprovider_clover_get_merchant_devices", "label": "._clover_get_merchant_devices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_get_merchant_devices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 4}, {"id": "payment_provider_paymentprovider_action_sync_terminals", "label": ".action_sync_terminals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_sync_terminals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 4}, {"id": "payment_provider_paymentprovider_action_clover_test_connection", "label": ".action_clover_test_connection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_clover_test_connection()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 3}, {"id": "payment_provider_paymentprovider_clover_notification", "label": "._clover_notification()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_notification()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "code", "degree": 5}, {"id": "payment_provider_rationale_76", "label": "Override of `payment` to enable additional features.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to enable additional features.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_87", "label": "Override of `payment` to return the default payment method codes.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to return the default payment method codes.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_96", "label": "Make an authenticated API request to the Clover Ecommerce API. :param s", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Make an authenticated API request to the Clover Ecommerce API. :param s", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_165", "label": "Make an authenticated request to the Clover Platform API. :param str me", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Make an authenticated request to the Clover Platform API. :param str me", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_226", "label": "Create a charge via the Clover Ecommerce API. :param str source_token:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a charge via the Clover Ecommerce API. :param str source_token:", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_255", "label": "Capture a previously authorized charge. :param str charge_id: The Clove", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Capture a previously authorized charge. :param str charge_id: The Clove", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_272", "label": "Create a refund via the Clover Ecommerce API. :param str charge_id: The", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a refund via the Clover Ecommerce API. :param str charge_id: The", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_293", "label": "Issue a non-referenced credit (manual refund) via Clover Ecommerce API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Issue a non-referenced credit (manual refund) via Clover Ecommerce API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_319", "label": "Fetch a charge from the Clover Ecommerce API. :param str charge_id: The", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch a charge from the Clover Ecommerce API. :param str charge_id: The", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_329", "label": "Check that a charge has not already been fully refunded or voided. :par", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check that a charge has not already been fully refunded or voided. :par", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_351", "label": "Return serialized JSON of values needed for the inline payment form. :p", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return serialized JSON of values needed for the inline payment form. :p", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_415", "label": "Make a request to the Clover REST Pay Display Cloud API. Sends commands", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Make a request to the Clover REST Pay Display Cloud API. Sends commands", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_489", "label": "Fetch all devices provisioned to the merchant from the Platform API. :r", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch all devices provisioned to the merchant from the Platform API. :r", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_509", "label": "Sync terminals from the Clover Platform API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sync terminals from the Clover Platform API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_568", "label": "Test the connection to Clover by fetching merchant info. :return: A not", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the connection to Clover by fetching merchant info. :return: A not", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "payment_provider_rationale_599", "label": "Return a display_notification action.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a display_notification action.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_provider.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_account_move_py", "label": "account_move.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove", "label": "AccountMove", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.2, "font": {"size": 12, "color": "#ffffff"}, "title": "AccountMove", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 9}, {"id": "account_move_compute_clover_refund_count", "label": "_compute_clover_refund_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_clover_refund_count()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_accountmove_compute_has_clover_receipt", "label": "._compute_has_clover_receipt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_has_clover_receipt()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove_compute_clover_provider_enabled", "label": "._compute_clover_provider_enabled()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_clover_provider_enabled()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_accountmove_action_view_clover_refunds", "label": ".action_view_clover_refunds()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_clover_refunds()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove_get_clover_transaction_for_receipt", "label": "._get_clover_transaction_for_receipt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_clover_transaction_for_receipt()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_accountmove_action_resend_clover_receipt", "label": ".action_resend_clover_receipt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_resend_clover_receipt()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_accountmove_action_open_clover_payment_wizard", "label": ".action_open_clover_payment_wizard()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_clover_payment_wizard()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove_action_open_clover_refund_wizard", "label": ".action_open_clover_refund_wizard()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_clover_refund_wizard()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove_get_original_clover_transaction", "label": "._get_original_clover_transaction()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_original_clover_transaction()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_rationale_55", "label": "Open the credit notes linked to this invoice that were refunded via Clover.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the credit notes linked to this invoice that were refunded via Clover.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_72", "label": "Find the Clover transaction linked to this invoice or credit note.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the Clover transaction linked to this invoice or credit note.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_94", "label": "Resend the Clover payment/refund receipt email to the customer.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Resend the Clover payment/refund receipt email to the customer.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_159", "label": "Open the Clover payment collection wizard for this invoice.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the Clover payment collection wizard for this invoice.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_174", "label": "Open the Clover refund wizard for this credit note.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the Clover refund wizard for this credit note.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_189", "label": "Find the Clover payment transaction from the reversed invoice.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the Clover payment transaction from the reversed invoice.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_transaction_py", "label": "payment_transaction.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "payment_transaction.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction", "label": "PaymentTransaction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 33.8, "font": {"size": 12, "color": "#ffffff"}, "title": "PaymentTransaction", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 19}, {"id": "payment_transaction_paymenttransaction_get_provider_sudo", "label": "._get_provider_sudo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_provider_sudo()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 8}, {"id": "payment_transaction_paymenttransaction_get_specific_processing_values", "label": "._get_specific_processing_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_specific_processing_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_send_payment_request", "label": "._send_payment_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_payment_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_detect_card_brand_from_details", "label": "_detect_card_brand_from_details()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_card_brand_from_details()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 2}, {"id": "payment_transaction_paymenttransaction_apply_token_surcharge", "label": "._apply_token_surcharge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._apply_token_surcharge()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 4}, {"id": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "._clover_process_token_payment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_process_token_payment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 6}, {"id": "payment_transaction_paymenttransaction_send_refund_request", "label": "._send_refund_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._send_refund_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 4}, {"id": "payment_transaction_paymenttransaction_send_capture_request", "label": "._send_capture_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._send_capture_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 4}, {"id": "payment_transaction_paymenttransaction_send_void_request", "label": "._send_void_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._send_void_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 4}, {"id": "payment_transaction_paymenttransaction_action_clover_void", "label": ".action_clover_void()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_clover_void()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 5}, {"id": "payment_transaction_search_by_reference", "label": "_search_by_reference()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_search_by_reference()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_apply_updates", "label": "._apply_updates()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._apply_updates()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 5}, {"id": "payment_transaction_paymenttransaction_create_payment", "label": "._create_payment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_payment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_extract_token_values", "label": "._extract_token_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_token_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_clover_generate_receipt", "label": "._clover_generate_receipt()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._clover_generate_receipt()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 5}, {"id": "payment_transaction_paymenttransaction_clover_store_receipt_data", "label": "._clover_store_receipt_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._clover_store_receipt_data()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_clover_attach_receipt_pdf", "label": "._clover_attach_receipt_pdf()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._clover_attach_receipt_pdf()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 3}, {"id": "payment_transaction_paymenttransaction_get_clover_receipt_values", "label": "._get_clover_receipt_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_clover_receipt_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 2}, {"id": "payment_transaction_paymenttransaction_get_source_receipt_values", "label": "._get_source_receipt_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_source_receipt_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "code", "degree": 2}, {"id": "payment_transaction_rationale_61", "label": "Override of payment to return Clover-specific processing values.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of payment to return Clover-specific processing values.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_82", "label": "Override of `payment` to send a payment request to Clover.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to send a payment request to Clover.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_91", "label": "Detect card brand from the payment_details string on a token.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Detect card brand from the payment_details string on a token.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 1}, {"id": "payment_transaction_rationale_102", "label": "Apply surcharge to the linked invoice for token-based payments.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply surcharge to the linked invoice for token-based payments.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_176", "label": "Process a payment using a stored token (card on file).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a payment using a stored token (card on file).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_225", "label": "Override of `payment` to send a refund request to Clover.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to send a refund request to Clover.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_256", "label": "Override of `payment` to send a capture request to Clover.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to send a capture request to Clover.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_280", "label": "Override of `payment` to send a void (refund full) request to Clover. C", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to send a void (refund full) request to Clover. C", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_310", "label": "Void a confirmed Clover transaction (same-day, before settlement). Clov", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Void a confirmed Clover transaction (same-day, before settlement). Clov", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_417", "label": "Override of payment to find the transaction based on Clover data.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of payment to find the transaction based on Clover data.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 1}, {"id": "payment_transaction_rationale_446", "label": "Override of `payment` to update the transaction based on Clover data.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to update the transaction based on Clover data.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_502", "label": "Override to route Clover payments directly to the bank account.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to route Clover payments directly to the bank account.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_558", "label": "Override of `payment` to return token data based on Clover data.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of `payment` to return token data based on Clover data.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_579", "label": "Store receipt data and generate a PDF receipt.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Store receipt data and generate a PDF receipt.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_593", "label": "Persist receipt-relevant fields as a JSON blob.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Persist receipt-relevant fields as a JSON blob.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_612", "label": "Render the QWeb receipt report and attach the PDF to the invoice.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the QWeb receipt report and attach the PDF to the invoice.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_643", "label": "Parse the stored receipt JSON for use in QWeb templates.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the stored receipt JSON for use in QWeb templates.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "payment_transaction_rationale_656", "label": "Return receipt values from the original sale transaction.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Return receipt values from the original sale transaction.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/payment_transaction.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder", "label": "SaleOrder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "SaleOrder", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_compute_clover_provider_enabled", "label": "._compute_clover_provider_enabled()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_clover_provider_enabled()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_clover_collect_payment", "label": ".action_clover_collect_payment()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_clover_collect_payment()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_rationale_29", "label": "Create an invoice (if needed) and open the Clover payment wizard.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an invoice (if needed) and open the Clover payment wizard.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_clover_terminal_py", "label": "clover_terminal.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_terminal.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 1}, {"id": "clover_terminal_cloverterminal", "label": "CloverTerminal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "CloverTerminal", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 8}, {"id": "clover_terminal_cloverterminal_get_provider_sudo", "label": "._get_provider_sudo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_provider_sudo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 7}, {"id": "clover_terminal_cloverterminal_action_refresh_status", "label": ".action_refresh_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_refresh_status()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 6}, {"id": "clover_terminal_cloverterminal_action_send_payment", "label": ".action_send_payment()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_send_payment()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 7}, {"id": "clover_terminal_cloverterminal_action_send_refund", "label": ".action_send_refund()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_send_refund()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 4}, {"id": "clover_terminal_cloverterminal_action_check_payment_status", "label": ".action_check_payment_status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_check_payment_status()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 6}, {"id": "clover_terminal_cloverterminal_action_display_welcome", "label": ".action_display_welcome()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_display_welcome()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 5}, {"id": "clover_terminal_cloverterminal_get_terminal_callback_url", "label": "._get_terminal_callback_url()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_terminal_callback_url()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "code", "degree": 3}, {"id": "clover_terminal_rationale_81", "label": "Check terminal status via the Clover Platform API. First tries the Clou", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check terminal status via the Clover Platform API. First tries the Clou", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "clover_terminal_rationale_144", "label": "Send a payment request to the Clover terminal via Cloud REST Pay API. :", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a payment request to the Clover terminal via Cloud REST Pay API. :", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "clover_terminal_rationale_186", "label": "Send a refund request to the terminal. :param str payment_id: The Clove", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a refund request to the terminal. :param str payment_id: The Clove", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "clover_terminal_rationale_209", "label": "Check the status of a terminal payment by externalPaymentId. :param str", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the status of a terminal payment by externalPaymentId. :param str", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "clover_terminal_rationale_258", "label": "Reset the terminal to the welcome screen.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset the terminal to the welcome screen.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "clover_terminal_rationale_280", "label": "Build the callback URL for terminal payment completion.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the callback URL for terminal payment completion.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/clover_terminal.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_get_values", "label": "get_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_values()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings_set_values", "label": ".set_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_values()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings_action_open_clover_provider", "label": ".action_open_clover_provider()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_clover_provider()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "label": "payment_form.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "payment_form.js", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 16}, {"id": "payment_form_setup", "label": "setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 1}, {"id": "payment_form_prepareinlineform", "label": "_prepareInlineForm()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "_prepareInlineForm()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 4}, {"id": "payment_form_detectcardbrand", "label": "_detectCardBrand()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_detectCardBrand()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 1}, {"id": "payment_form_setupsurcharge", "label": "_setupSurcharge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_setupSurcharge()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 3}, {"id": "payment_form_updatesurchargedisplay", "label": "_updateSurchargeDisplay()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_updateSurchargeDisplay()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "payment_form_setupcardformatting", "label": "_setupCardFormatting()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_setupCardFormatting()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "payment_form_setupterminaltoggle", "label": "_setupTerminalToggle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_setupTerminalToggle()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "payment_form_loadterminals", "label": "_loadTerminals()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_loadTerminals()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 1}, {"id": "payment_form_initiatepaymentflow", "label": "_initiatePaymentFlow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_initiatePaymentFlow()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "payment_form_validatecardinputs", "label": "_validateCardInputs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_validateCardInputs()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "payment_form_processdirectflow", "label": "_processDirectFlow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_processDirectFlow()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 3}, {"id": "payment_form_getselectedcardtype", "label": "_getSelectedCardType()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_getSelectedCardType()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 3}, {"id": "payment_form_processcardpayment", "label": "_processCardPayment()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_processCardPayment()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 3}, {"id": "payment_form_processterminalpayment", "label": "_processTerminalPayment()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "_processTerminalPayment()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 4}, {"id": "payment_form_showterminalwaitingscreen", "label": "_showTerminalWaitingScreen()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_showTerminalWaitingScreen()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 3}, {"id": "payment_form_pollterminalstatus", "label": "_pollTerminalStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_pollTerminalStatus()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/static/src/interactions/payment_form.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "label": "portal.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "portal.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "portal_clovercustomerportal", "label": "CloverCustomerPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CloverCustomerPortal", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "customerportal", "label": "CustomerPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomerPortal", "community": 10, "community_name": "Community 10", "source_file": "", "file_type": "code", "degree": 1}, {"id": "portal_portal_order_page", "label": "portal_order_page()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_order_page()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "file_type": "code", "degree": 1}, {"id": "portal_rationale_23", "label": "Auto-inject payment_amount for confirmed orders with outstanding balance.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-inject payment_amount for confirmed orders with outstanding balance.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/portal.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "label": "main.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.5, "font": {"size": 12, "color": "#ffffff"}, "title": "main.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 10}, {"id": "main_detect_card_brand", "label": "_detect_card_brand()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_card_brand()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 2}, {"id": "main_clovercontroller", "label": "CloverController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "CloverController", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 24}, {"id": "main_clover_return", "label": "clover_return()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_return()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_clover_webhook", "label": "clover_webhook()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "clover_webhook()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 4}, {"id": "main_clovercontroller_handle_charge_webhook", "label": "._handle_charge_webhook()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._handle_charge_webhook()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 4}, {"id": "main_clovercontroller_handle_void_webhook", "label": "._handle_void_webhook()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._handle_void_webhook()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_clovercontroller_handle_refund_webhook", "label": "._handle_refund_webhook()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._handle_refund_webhook()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 4}, {"id": "main_clover_oauth_callback", "label": "clover_oauth_callback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_oauth_callback()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_clovercontroller_apply_portal_surcharge", "label": "._apply_portal_surcharge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._apply_portal_surcharge()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 4}, {"id": "main_clover_list_terminals", "label": "clover_list_terminals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_list_terminals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_clover_send_to_terminal", "label": "clover_send_to_terminal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_send_to_terminal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_clover_terminal_status", "label": "clover_terminal_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_terminal_status()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 2}, {"id": "main_clover_terminal_callback", "label": "clover_terminal_callback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_terminal_callback()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_clover_process_card", "label": "clover_process_card()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "clover_process_card()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_rationale_18", "label": "Detect the card brand from the card number using BIN prefixes.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Detect the card brand from the card number using BIN prefixes.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_45", "label": "Process the return from a Clover payment flow.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process the return from a Clover payment flow.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_76", "label": "Process webhook notifications from Clover.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process webhook notifications from Clover.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_112", "label": "Process a charge-related webhook event.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a charge-related webhook event.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_137", "label": "Process a void webhook event.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a void webhook event.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_160", "label": "Process a refund webhook event.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a refund webhook event.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_201", "label": "Handle the OAuth2 authorization callback from Clover. After a merchant", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle the OAuth2 authorization callback from Clover. After a merchant", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_262", "label": "Apply credit card surcharge to the linked invoice if enabled.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply credit card surcharge to the linked invoice if enabled.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_328", "label": "Return a list of active terminals for the given Clover provider.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of active terminals for the given Clover provider.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_351", "label": "Send a payment request to a Clover terminal via Cloud Pay Display.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a payment request to a Clover terminal via Cloud Pay Display.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_386", "label": "Poll for the status of a terminal payment.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Poll for the status of a terminal payment.", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_428", "label": "Handle callback from terminal payment completion (if configured).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle callback from terminal payment completion (if configured).", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}, {"id": "main_rationale_437", "label": "Process a card payment through Clover Ecommerce API. The frontend token", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a card payment through Clover Ecommerce API. The frontend token", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clover/controllers/main.py", "file_type": "rationale", "degree": 0}];
|
|
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clover_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_clover_init_py", "to": "init_post_init_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_init_py", "to": "init_uninstall_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_generate_idempotency_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_build_ecom_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_build_platform_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_build_ecom_headers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_format_clover_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_parse_clover_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_extract_card_details", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_get_clover_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_build_charge_payload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_utils_py", "to": "utils_build_refund_payload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_generate_idempotency_key", "to": "utils_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_generate_idempotency_key", "to": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_generate_idempotency_key", "to": "payment_provider_paymentprovider_clover_terminal_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_ecom_url", "to": "utils_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_build_ecom_url", "to": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_platform_url", "to": "utils_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_build_platform_url", "to": "payment_provider_paymentprovider_clover_make_platform_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_ecom_headers", "to": "utils_rationale_41", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_build_ecom_headers", "to": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_ecom_headers", "to": "payment_provider_paymentprovider_clover_make_platform_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "utils_build_charge_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_format_clover_amount", "to": "utils_build_refund_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_format_clover_amount", "to": "utils_rationale_59", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_format_clover_amount", "to": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "payment_provider_paymentprovider_clover_capture_charge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "payment_provider_paymentprovider_clover_create_credit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "payment_provider_paymentprovider_clover_get_inline_form_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_format_clover_amount", "to": "clover_terminal_cloverterminal_action_send_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_parse_clover_amount", "to": "utils_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_parse_clover_amount", "to": "main_clovercontroller_handle_refund_webhook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_extract_card_details", "to": "utils_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_extract_card_details", "to": "payment_transaction_paymenttransaction_apply_updates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_extract_card_details", "to": "payment_transaction_paymenttransaction_extract_token_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_get_clover_status", "to": "utils_rationale_105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_get_clover_status", "to": "payment_transaction_paymenttransaction_apply_updates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_charge_payload", "to": "utils_rationale_121", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_build_charge_payload", "to": "payment_provider_paymentprovider_clover_create_charge", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "utils_build_refund_payload", "to": "utils_rationale_158", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_build_refund_payload", "to": "payment_provider_paymentprovider_clover_create_refund", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_refund_wizard_py", "to": "clover_refund_wizard_cloverrefundwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_refund_wizard_py", "to": "clover_refund_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_get_provider_sudo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_action_send_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard", "to": "clover_refund_wizard_cloverrefundwizard_reopen_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_get_provider_sudo", "to": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_get_provider_sudo", "to": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_get_provider_sudo", "to": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_default_get", "to": "account_move_accountmove_get_original_clover_transaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "to": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "to": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "to": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_action_process_refund", "to": "clover_refund_wizard_rationale_185", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "to": "clover_refund_wizard_rationale_208", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_verify_not_already_reversed", "to": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "to": "clover_refund_wizard_cloverrefundwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "to": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "to": "clover_refund_wizard_rationale_223", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_referenced_refund", "to": "payment_provider_paymentprovider_clover_create_refund", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "to": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "to": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_process_non_referenced_credit", "to": "clover_refund_wizard_rationale_290", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "to": "clover_refund_wizard_cloverrefundwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "to": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "to": "clover_refund_wizard_rationale_308", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_api", "to": "payment_provider_paymentprovider_clover_create_credit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "to": "clover_refund_wizard_cloverrefundwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "to": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "to": "clover_refund_wizard_rationale_362", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_non_referenced_credit_via_terminal", "to": "payment_provider_paymentprovider_clover_terminal_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_refund_wizard_cloverrefundwizard_create_refund_transaction", "to": "clover_refund_wizard_rationale_418", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_refund_wizard_cloverrefundwizard_action_send_receipt", "to": "clover_refund_wizard_rationale_452", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_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_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_cloverpaymentwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_compute_surcharge_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_detect_card_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_onchange_card_number", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_onchange_card_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_wizard_clover_payment_wizard_py", "to": "clover_payment_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_get_surcharge_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_get_provider_sudo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_action_collect_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_action_send_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_action_cancel_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_validate_card_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_create_payment_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard", "to": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_detect_card_brand", "to": "clover_payment_wizard_onchange_card_number", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_get_surcharge_rate", "to": "clover_payment_wizard_onchange_card_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_get_surcharge_rate", "to": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_get_provider_sudo", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_get_provider_sudo", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_apply_surcharge_if_needed", "to": "clover_payment_wizard_rationale_214", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "to": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "to": "clover_payment_wizard_cloverpaymentwizard_action_cancel_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_remove_surcharge_line", "to": "clover_payment_wizard_rationale_267", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_collect_payment", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_collect_payment", "to": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_collect_payment", "to": "clover_payment_wizard_rationale_304", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "to": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "to": "clover_payment_wizard_cloverpaymentwizard_create_payment_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "to": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "to": "clover_payment_wizard_rationale_311", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_terminal", "to": "clover_terminal_cloverterminal_action_send_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "to": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "to": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "to": "clover_payment_wizard_rationale_387", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_check_status", "to": "clover_terminal_cloverterminal_action_check_payment_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "clover_payment_wizard_cloverpaymentwizard_validate_card_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "clover_payment_wizard_cloverpaymentwizard_create_payment_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "clover_payment_wizard_rationale_450", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_collect_via_card", "to": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_send_receipt", "to": "clover_payment_wizard_rationale_544", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_cancel_payment", "to": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_action_cancel_payment", "to": "clover_payment_wizard_rationale_561", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_cleanup_draft_transaction", "to": "clover_payment_wizard_rationale_568", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_validate_card_fields", "to": "clover_payment_wizard_rationale_580", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_create_payment_transaction", "to": "clover_payment_wizard_rationale_591", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_payment_wizard_cloverpaymentwizard_reopen_wizard", "to": "clover_payment_wizard_rationale_620", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_provider_py", "to": "payment_provider_paymentprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_compute_feature_support_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_get_default_payment_method_codes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_make_ecom_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_make_platform_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_create_charge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_capture_charge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_create_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_create_credit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_get_charge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_get_inline_form_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_terminal_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_get_merchant_devices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_action_sync_terminals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_action_clover_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider", "to": "payment_provider_paymentprovider_clover_notification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_compute_feature_support_fields", "to": "payment_provider_rationale_76", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_get_default_payment_method_codes", "to": "payment_provider_rationale_87", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_paymentprovider_clover_create_charge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_paymentprovider_clover_capture_charge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_paymentprovider_clover_create_refund", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_paymentprovider_clover_create_credit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_paymentprovider_clover_get_charge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_provider_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "payment_transaction_paymenttransaction_action_clover_void", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_make_ecom_request", "to": "main_clover_return", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_make_platform_request", "to": "payment_provider_paymentprovider_clover_get_merchant_devices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_platform_request", "to": "payment_provider_paymentprovider_action_clover_test_connection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_platform_request", "to": "payment_provider_rationale_165", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_make_platform_request", "to": "clover_terminal_cloverterminal_action_refresh_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_charge", "to": "payment_provider_rationale_226", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_create_charge", "to": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_charge", "to": "main_clover_process_card", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_capture_charge", "to": "payment_provider_rationale_255", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_capture_charge", "to": "payment_transaction_paymenttransaction_send_capture_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_refund", "to": "payment_provider_rationale_272", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_create_refund", "to": "payment_transaction_paymenttransaction_send_refund_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_refund", "to": "payment_transaction_paymenttransaction_send_void_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_refund", "to": "payment_transaction_paymenttransaction_action_clover_void", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_create_credit", "to": "payment_provider_rationale_293", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_get_charge", "to": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_get_charge", "to": "payment_provider_rationale_319", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_verify_charge_not_reversed", "to": "payment_provider_rationale_329", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_get_inline_form_values", "to": "payment_provider_rationale_351", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "payment_provider_rationale_415", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "clover_terminal_cloverterminal_action_refresh_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "clover_terminal_cloverterminal_action_send_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "clover_terminal_cloverterminal_action_send_refund", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "clover_terminal_cloverterminal_action_check_payment_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_terminal_request", "to": "clover_terminal_cloverterminal_action_display_welcome", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_get_merchant_devices", "to": "payment_provider_paymentprovider_action_sync_terminals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_get_merchant_devices", "to": "payment_provider_rationale_489", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_action_sync_terminals", "to": "payment_provider_paymentprovider_clover_notification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_action_sync_terminals", "to": "payment_provider_rationale_509", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_action_clover_test_connection", "to": "payment_provider_rationale_568", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_notification", "to": "payment_provider_rationale_599", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_provider_paymentprovider_clover_notification", "to": "clover_terminal_cloverterminal_action_refresh_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_provider_paymentprovider_clover_notification", "to": "clover_terminal_cloverterminal_action_display_welcome", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_account_move_py", "to": "account_move_accountmove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_account_move_py", "to": "account_move_compute_clover_refund_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_compute_has_clover_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_compute_clover_provider_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_action_view_clover_refunds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_get_clover_transaction_for_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_action_resend_clover_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_action_open_clover_payment_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_action_open_clover_refund_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_get_original_clover_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_compute_has_clover_receipt", "to": "account_move_accountmove_get_clover_transaction_for_receipt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_view_clover_refunds", "to": "account_move_rationale_55", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_get_clover_transaction_for_receipt", "to": "account_move_accountmove_action_resend_clover_receipt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_get_clover_transaction_for_receipt", "to": "account_move_rationale_72", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_resend_clover_receipt", "to": "account_move_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_open_clover_payment_wizard", "to": "account_move_rationale_159", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_open_clover_refund_wizard", "to": "account_move_rationale_174", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_get_original_clover_transaction", "to": "account_move_rationale_189", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_transaction_py", "to": "payment_transaction_paymenttransaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_transaction_py", "to": "payment_transaction_detect_card_brand_from_details", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_payment_transaction_py", "to": "payment_transaction_search_by_reference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_get_provider_sudo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_get_specific_processing_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_send_payment_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_apply_token_surcharge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_send_refund_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_send_capture_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_send_void_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_action_clover_void", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_apply_updates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_create_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_extract_token_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_clover_generate_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_clover_store_receipt_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_clover_attach_receipt_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_get_clover_receipt_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "payment_transaction_paymenttransaction_get_source_receipt_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_get_specific_processing_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_send_refund_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_send_capture_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_send_void_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_action_clover_void", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_provider_sudo", "to": "payment_transaction_paymenttransaction_create_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_specific_processing_values", "to": "payment_transaction_rationale_61", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_send_payment_request", "to": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_send_payment_request", "to": "payment_transaction_rationale_82", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_detect_card_brand_from_details", "to": "payment_transaction_paymenttransaction_apply_token_surcharge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_apply_token_surcharge", "to": "payment_transaction_paymenttransaction_clover_process_token_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_apply_token_surcharge", "to": "payment_transaction_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_process_token_payment", "to": "payment_transaction_rationale_176", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_send_refund_request", "to": "payment_transaction_rationale_225", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_send_capture_request", "to": "payment_transaction_rationale_256", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_send_void_request", "to": "payment_transaction_rationale_280", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_action_clover_void", "to": "payment_transaction_rationale_310", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_search_by_reference", "to": "main_clover_return", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_search_by_reference", "to": "main_clovercontroller_handle_charge_webhook", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_paymenttransaction_apply_updates", "to": "payment_transaction_paymenttransaction_clover_generate_receipt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_apply_updates", "to": "payment_transaction_rationale_446", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_create_payment", "to": "payment_transaction_rationale_502", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_extract_token_values", "to": "payment_transaction_rationale_558", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_generate_receipt", "to": "payment_transaction_paymenttransaction_clover_store_receipt_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_generate_receipt", "to": "payment_transaction_paymenttransaction_clover_attach_receipt_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_generate_receipt", "to": "payment_transaction_rationale_579", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_store_receipt_data", "to": "payment_transaction_rationale_593", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_clover_attach_receipt_pdf", "to": "payment_transaction_rationale_612", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_clover_receipt_values", "to": "payment_transaction_rationale_643", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_paymenttransaction_get_source_receipt_values", "to": "payment_transaction_rationale_656", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_transaction_rationale_61", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_82", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_91", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_102", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_176", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_225", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_256", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_280", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_310", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_417", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_446", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_502", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_558", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_579", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_593", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_612", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_643", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "payment_transaction_rationale_656", "to": "main_clovercontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_sale_order_py", "to": "sale_order_saleorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_compute_clover_provider_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_clover_collect_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_clover_collect_payment", "to": "sale_order_rationale_29", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_clover_terminal_py", "to": "clover_terminal_cloverterminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_get_provider_sudo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_action_refresh_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_action_send_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_action_send_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_action_check_payment_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_action_display_welcome", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal", "to": "clover_terminal_cloverterminal_get_terminal_callback_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_action_refresh_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_action_send_payment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_action_send_refund", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_action_check_payment_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_action_display_welcome", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_provider_sudo", "to": "clover_terminal_cloverterminal_get_terminal_callback_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_action_refresh_status", "to": "clover_terminal_rationale_81", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_action_send_payment", "to": "clover_terminal_rationale_144", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_action_send_payment", "to": "main_clover_send_to_terminal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_terminal_cloverterminal_action_send_refund", "to": "clover_terminal_rationale_186", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_action_check_payment_status", "to": "clover_terminal_rationale_209", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_action_check_payment_status", "to": "main_clover_terminal_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clover_terminal_cloverterminal_action_display_welcome", "to": "clover_terminal_rationale_258", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clover_terminal_cloverterminal_get_terminal_callback_url", "to": "clover_terminal_rationale_280", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clover_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_clover_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_clover_models_res_config_settings_py", "to": "res_config_settings_get_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_action_open_clover_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_prepareinlineform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_detectcardbrand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_setupsurcharge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_updatesurchargedisplay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_setupcardformatting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_setupterminaltoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_loadterminals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_initiatepaymentflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_validatecardinputs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_processdirectflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_getselectedcardtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_processcardpayment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_processterminalpayment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_showterminalwaitingscreen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_static_src_interactions_payment_form_js", "to": "payment_form_pollterminalstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_prepareinlineform", "to": "payment_form_setupcardformatting", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_prepareinlineform", "to": "payment_form_setupterminaltoggle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_prepareinlineform", "to": "payment_form_setupsurcharge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_setupsurcharge", "to": "payment_form_updatesurchargedisplay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_initiatepaymentflow", "to": "payment_form_validatecardinputs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_processdirectflow", "to": "payment_form_processterminalpayment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_processdirectflow", "to": "payment_form_processcardpayment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_getselectedcardtype", "to": "payment_form_processcardpayment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_getselectedcardtype", "to": "payment_form_processterminalpayment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_processterminalpayment", "to": "payment_form_showterminalwaitingscreen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_form_showterminalwaitingscreen", "to": "payment_form_pollterminalstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "to": "portal_clovercustomerportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_portal_py", "to": "portal_portal_order_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clovercustomerportal", "to": "customerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clover_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_clover_controllers_main_py", "to": "main_detect_card_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clovercontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_return", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_webhook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_oauth_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_list_terminals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_send_to_terminal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_terminal_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_terminal_callback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clover_controllers_main_py", "to": "main_clover_process_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_detect_card_brand", "to": "main_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller", "to": "main_clovercontroller_handle_charge_webhook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller", "to": "main_clovercontroller_handle_void_webhook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller", "to": "main_clovercontroller_handle_refund_webhook", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller", "to": "main_clovercontroller_apply_portal_surcharge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clover_webhook", "to": "main_clovercontroller_handle_charge_webhook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clover_webhook", "to": "main_clovercontroller_handle_void_webhook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clover_webhook", "to": "main_clovercontroller_handle_refund_webhook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_handle_charge_webhook", "to": "main_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_handle_void_webhook", "to": "main_rationale_137", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_handle_refund_webhook", "to": "main_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_apply_portal_surcharge", "to": "main_clover_send_to_terminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_apply_portal_surcharge", "to": "main_clover_process_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_clovercontroller_apply_portal_surcharge", "to": "main_rationale_262", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 43}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 43}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 33}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 24}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 19}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 19}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 19}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 17}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 5}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 5}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 4}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 3}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 1}, {"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}];
|
|
|
|
// 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> |