257 lines
373 KiB
HTML
257 lines
373 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_shipping/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">352 nodes · 832 edges · 33 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_shipping_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_manifest_py", "label": "__manifest__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "label": "choose_delivery_fusion_rate.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "choose_delivery_fusion_rate.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 7}, {"id": "choose_delivery_fusion_rate_choosedeliveryfusionpackage", "label": "ChooseDeliveryFusionPackage", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ChooseDeliveryFusionPackage", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 2}, {"id": "choose_delivery_fusion_rate_onchange_package_type_id", "label": "_onchange_package_type_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_package_type_id()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 1}, {"id": "choose_delivery_fusion_rate_choosedeliveryfusionrate", "label": "ChooseDeliveryFusionRate", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ChooseDeliveryFusionRate", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 2}, {"id": "choose_delivery_fusion_rate_choosedeliveryfusionrate_action_select", "label": ".action_select()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_select()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 2}, {"id": "choose_delivery_fusion_rate_choosedeliverycarrier", "label": "ChooseDeliveryCarrier", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ChooseDeliveryCarrier", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 5}, {"id": "choose_delivery_fusion_rate_compute_fusion_dimension_unit_label", "label": "_compute_fusion_dimension_unit_label()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fusion_dimension_unit_label()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 1}, {"id": "choose_delivery_fusion_rate_compute_fusion_weight_unit_label", "label": "_compute_fusion_weight_unit_label()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fusion_weight_unit_label()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 1}, {"id": "choose_delivery_fusion_rate_onchange_carrier_id_fusion_packages", "label": "_onchange_carrier_id_fusion_packages()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_carrier_id_fusion_packages()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 1}, {"id": "choose_delivery_fusion_rate_choosedeliverycarrier_update_price", "label": ".update_price()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_price()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 3}, {"id": "choose_delivery_fusion_rate_choosedeliverycarrier_get_fusion_package_info_for_pkg", "label": "._get_fusion_package_info_for_pkg()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_fusion_package_info_for_pkg()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 4}, {"id": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "label": "._update_fusion_rates()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_fusion_rates()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 9}, {"id": "choose_delivery_fusion_rate_choosedeliverycarrier_button_confirm", "label": ".button_confirm()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_confirm()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "code", "degree": 2}, {"id": "choose_delivery_fusion_rate_rationale_8", "label": "One package row in the Add Shipping wizard.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "One package row in the Add Shipping wizard.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "choose_delivery_fusion_rate_rationale_40", "label": "Pre-fill dimensions from selected box type.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-fill dimensions from selected box type.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 0}, {"id": "choose_delivery_fusion_rate_rationale_69", "label": "Select this rate and deselect others. Update per-package costs.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Select this rate and deselect others. Update per-package costs.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "choose_delivery_fusion_rate_rationale_180", "label": "When a CP carrier is selected, create one default package.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a CP carrier is selected, create one default package.", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 0}, {"id": "choose_delivery_fusion_rate_rationale_200", "label": "Override: for Canada Post, fetch all rates for all packages.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Override: for Canada Post, fetch all rates for all packages.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "choose_delivery_fusion_rate_rationale_206", "label": "Build package_info dict for a single package, converted to cm.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build package_info dict for a single package, converted to cm.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "choose_delivery_fusion_rate_rationale_218", "label": "Fetch shipping service rates for every package and aggregate.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch shipping service rates for every package and aggregate.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "choose_delivery_fusion_rate_rationale_377", "label": "Override: store per-package info on the sale order and enhance the deliv", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Override: store per-package info on the sale order and enhance the deliv", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/wizard/choose_delivery_fusion_rate.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "label": "payment_provider.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "payment_provider.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "file_type": "code", "degree": 2}, {"id": "payment_provider_paymentprovider", "label": "PaymentProvider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PaymentProvider", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "file_type": "code", "degree": 1}, {"id": "payment_provider_get_compatible_providers", "label": "_get_compatible_providers()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_compatible_providers()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "file_type": "code", "degree": 1}, {"id": "payment_provider_rationale_11", "label": "Override of payment to allow only COD providers if allow_cash_on_delivery is ena", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of payment to allow only COD providers if allow_cash_on_delivery is ena", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/payment_provider.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder", "label": "SaleOrder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SaleOrder", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_compute_fusion_shipment_count", "label": "._compute_fusion_shipment_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_fusion_shipment_count()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_fusion_shipments", "label": ".action_view_fusion_shipments()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_fusion_shipments()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_product_packaging_py", "label": "product_packaging.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "product_packaging.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "file_type": "code", "degree": 1}, {"id": "product_packaging_packagetype", "label": "PackageType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PackageType", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/product_packaging.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_company_py", "label": "res_company.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "res_company_rescompany", "label": "ResCompany", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ResCompany", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "file_type": "code", "degree": 2}, {"id": "res_company_rescompany_default_uom_setting", "label": "._default_uom_setting()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._default_uom_setting()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_order_package_py", "label": "fusion_order_package.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_order_package.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "file_type": "code", "degree": 1}, {"id": "fusion_order_package_fusionorderpackage", "label": "FusionOrderPackage", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionOrderPackage", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "file_type": "code", "degree": 2}, {"id": "fusion_order_package_rationale_5", "label": "Stores per-package dimensions and service info on a sale order. Created whe", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Stores per-package dimensions and service info on a sale order. Created whe", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_order_package.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_stock_picking_py", "label": "stock_picking.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stock_picking.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "file_type": "code", "degree": 1}, {"id": "stock_picking_stockpicking", "label": "StockPicking", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockPicking", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "file_type": "code", "degree": 3}, {"id": "stock_picking_stockpicking_compute_fusion_shipment_count", "label": "._compute_fusion_shipment_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_fusion_shipment_count()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "file_type": "code", "degree": 1}, {"id": "stock_picking_stockpicking_action_view_fusion_shipments", "label": ".action_view_fusion_shipments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_fusion_shipments()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/stock_picking.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_uom_uom_py", "label": "uom_uom.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "uom_uom.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "file_type": "code", "degree": 1}, {"id": "uom_uom_uom", "label": "UoM", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UoM", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/uom_uom.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "label": "fusion_shipment.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_shipment.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment", "label": "FusionShipment", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionShipment", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 22}, {"id": "fusion_shipment_fusionshipment_compute_tracking_event_count", "label": "._compute_tracking_event_count()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_tracking_event_count()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 1}, {"id": "fusion_shipment_create", "label": "create()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 8}, {"id": "fusion_shipment_compute_sender_fields", "label": "_compute_sender_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_sender_fields()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 1}, {"id": "fusion_shipment_compute_recipient_fields", "label": "_compute_recipient_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_recipient_fields()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 1}, {"id": "fusion_shipment_fusionshipment_action_open_sale_order", "label": ".action_open_sale_order()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_sale_order()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 1}, {"id": "fusion_shipment_fusionshipment_action_open_picking", "label": ".action_open_picking()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_picking()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 1}, {"id": "fusion_shipment_fusionshipment_action_open_attachment", "label": "._action_open_attachment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_open_attachment()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 7}, {"id": "fusion_shipment_fusionshipment_action_view_label", "label": ".action_view_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_label()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_view_full_label", "label": ".action_view_full_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_full_label()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_view_receipt", "label": ".action_view_receipt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_receipt()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_view_commercial_invoice", "label": ".action_view_commercial_invoice()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_commercial_invoice()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_refresh_tracking", "label": ".action_refresh_tracking()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_refresh_tracking()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 6}, {"id": "fusion_shipment_fusionshipment_process_tracking_events", "label": "._process_tracking_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_tracking_events()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 6}, {"id": "fusion_shipment_fusionshipment_update_status_from_tracking", "label": "._update_status_from_tracking()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_status_from_tracking()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment_has_return_events", "label": "._has_return_events()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._has_return_events()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 3}, {"id": "fusion_shipment_fusionshipment_action_void_shipment", "label": ".action_void_shipment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_void_shipment()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment_parse_cp_error_response", "label": "._parse_cp_error_response()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_cp_error_response()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment_action_reissue_shipment", "label": ".action_reissue_shipment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reissue_shipment()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment_action_track_on_carrier", "label": ".action_track_on_carrier()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_track_on_carrier()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 3}, {"id": "fusion_shipment_cron_refresh_tracking", "label": "_cron_refresh_tracking()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_refresh_tracking()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_view_return_label", "label": ".action_view_return_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_return_label()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 2}, {"id": "fusion_shipment_fusionshipment_action_create_return_label", "label": ".action_create_return_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_return_label()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 5}, {"id": "fusion_shipment_fusionshipment_build_return_label_xml", "label": "._build_return_label_xml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_return_label_xml()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 3}, {"id": "fusion_shipment_fusionshipment_process_return_label_response", "label": "._process_return_label_response()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_return_label_response()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "code", "degree": 7}, {"id": "fusion_shipment_rationale_270", "label": "Open an attachment PDF in the browser viewer (new tab).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Open an attachment PDF in the browser viewer (new tab).", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_295", "label": "Fetch latest tracking events from Canada Post VIS API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch latest tracking events from Canada Post VIS API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_347", "label": "Parse CP tracking detail response and store events.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse CP tracking detail response and store events.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_399", "label": "Auto-update shipment status based on tracking data.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-update shipment status based on tracking data.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_420", "label": "Check if any tracking events indicate a return/RTS.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if any tracking events indicate a return/RTS.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_433", "label": "Void this shipment via Canada Post API (DELETE endpoint).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Void this shipment via Canada Post API (DELETE endpoint).", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_488", "label": "Parse a Canada Post error XML response and raise a clean ValidationError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a Canada Post error XML response and raise a clean ValidationError", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_522", "label": "Void current shipment and create a new one.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Void current shipment and create a new one.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_542", "label": "Open the carrier's tracking website in a new tab.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the carrier's tracking website in a new tab.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_574", "label": "Auto-refresh tracking for all active (non-terminal) shipments.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-refresh tracking for all active (non-terminal) shipments.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 1}, {"id": "fusion_shipment_rationale_597", "label": "Create a prepaid return label via Canada Post Authorized Returns API. Bi", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a prepaid return label via Canada Post Authorized Returns API. Bi", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_657", "label": "Build Authorized Return XML. return_to_partner = warehouse address (whe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Build Authorized Return XML. return_to_partner = warehouse address (whe", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "fusion_shipment_rationale_701", "label": "Parse return label response, download label PDF, store on shipment.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse return label response, download label PDF, store on shipment.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_shipment.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_tracking_event_py", "label": "fusion_tracking_event.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_tracking_event.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "file_type": "code", "degree": 1}, {"id": "fusion_tracking_event_fusiontrackingevent", "label": "FusionTrackingEvent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTrackingEvent", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/fusion_tracking_event.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_delivery_carrier_py", "label": "delivery_carrier.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "delivery_carrier.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier", "label": "DeliveryCarrier", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DeliveryCarrier", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 78}, {"id": "delivery_carrier_deliverycarrier_default_uom_in_delive", "label": "._default_uom_in_delive()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._default_uom_in_delive()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_get_ups_service_types", "label": "._get_ups_service_types()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_ups_service_types()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_compute_can_generate_return", "label": "._compute_can_generate_return()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_can_generate_return()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_compute_supports_shipping_insurance", "label": "._compute_supports_shipping_insurance()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_supports_shipping_insurance()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_get_fusion_cp_url", "label": "get_fusion_cp_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_fusion_cp_url()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_validating_address", "label": ".validating_address()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".validating_address()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_deliverycarrier_check_required_value_to_ship", "label": ".check_required_value_to_ship()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_required_value_to_ship()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier_convert_weight", "label": ".convert_weight()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".convert_weight()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_check_max_weight", "label": ".check_max_weight()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_max_weight()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "label": ".fusion_canada_post_rate_shipment()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_rate_shipment()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 7}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "label": ".fusion_canada_post_get_shipping_rate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_get_shipping_rate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 7}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": ".fusion_canada_post_rate_shipment_all()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_rate_shipment_all()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 7}, {"id": "delivery_carrier_deliverycarrier_get_group_id", "label": ".get_group_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_group_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "label": ".fusion_canada_post_send_shipping()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_send_shipping()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 9}, {"id": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "label": "._fusion_cp_create_single_shipment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_cp_create_single_shipment()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 8}, {"id": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "label": "._fusion_cp_post_shipping_documents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_cp_post_shipping_documents()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "label": "._fusion_cp_record_shipment()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_cp_record_shipment()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_get_tracking_link", "label": ".fusion_canada_post_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_canada_post_cancel_shipment", "label": ".fusion_canada_post_cancel_shipment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_canada_post_cancel_shipment()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "label": "._fusion_cp_validate_package()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_cp_validate_package()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "label": ".get_fusion_cp_parcel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_fusion_cp_parcel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "._fusion_cp_convert_dimension_to_cm()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_cp_convert_dimension_to_cm()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_on_change_service_type", "label": "on_change_service_type()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "on_change_service_type()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "label": ".fusion_ups_rate_shipment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rate_shipment()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "label": ".fusion_ups_send_shipping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_send_shipping()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 8}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "label": ".fusion_ups_get_return_label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_get_return_label()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 9}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_get_tracking_link", "label": ".fusion_ups_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "label": ".fusion_ups_cancel_shipment()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_cancel_shipment()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_ups_get_default_custom_package_code", "label": "._ups_get_default_custom_package_code()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._ups_get_default_custom_package_code()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_ups_convert_weight", "label": "._ups_convert_weight()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._ups_convert_weight()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rest_rate_shipment", "label": ".fusion_ups_rest_rate_shipment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rest_rate_shipment()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier_ups_rest_prepare_shipping_data", "label": "._ups_rest_prepare_shipping_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._ups_rest_prepare_shipping_data()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "label": ".fusion_ups_rest_send_shipping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rest_send_shipping()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 7}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "label": ".fusion_ups_rest_get_return_label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rest_get_return_label()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_tracking_link", "label": ".fusion_ups_rest_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rest_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_ups_rest_cancel_shipment", "label": ".fusion_ups_rest_cancel_shipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_ups_rest_cancel_shipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_deliverycarrier_get_delivery_type", "label": "._get_delivery_type()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_delivery_type()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_on_change_fedex_service_type", "label": "on_change_fedex_service_type()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "on_change_fedex_service_type()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "label": ".fusion_fedex_rate_shipment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_fedex_rate_shipment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 22}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "label": ".fusion_fedex_send_shipping()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 20.4, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_fedex_send_shipping()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 27}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "label": ".fusion_fedex_get_return_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_fedex_get_return_label()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 25}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_get_tracking_link", "label": ".fusion_fedex_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "label": ".fusion_fedex_cancel_shipment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_cancel_shipment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 9}, {"id": "delivery_carrier_deliverycarrier_get_request_price", "label": "._get_request_price()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_request_price()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "label": "._fedex_add_extra_data_to_request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._fedex_add_extra_data_to_request()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_deliverycarrier_fedex_get_default_custom_package_code", "label": "._fedex_get_default_custom_package_code()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._fedex_get_default_custom_package_code()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fedex_convert_weight", "label": "._fedex_convert_weight()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._fedex_convert_weight()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_deliverycarrier_fedex_update_srm", "label": "._fedex_update_srm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._fedex_update_srm()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rest_rate_shipment", "label": ".fusion_fedex_rest_rate_shipment()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_rest_rate_shipment()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rest_send_shipping", "label": ".fusion_fedex_rest_send_shipping()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_rest_send_shipping()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_return_label", "label": ".fusion_fedex_rest_get_return_label()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_rest_get_return_label()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_tracking_link", "label": ".fusion_fedex_rest_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_rest_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_fedex_rest_cancel_shipment", "label": ".fusion_fedex_rest_cancel_shipment()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_fedex_rest_cancel_shipment()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fedex_rest_convert_weight", "label": "._fedex_rest_convert_weight()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fedex_rest_convert_weight()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rate_shipment", "label": ".fusion_dhl_rate_shipment()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_rate_shipment()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "label": "._dhl_soap_rate_shipment_vals()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._dhl_soap_rate_shipment_vals()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 12}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "label": ".fusion_dhl_send_shipping()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_dhl_send_shipping()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 18}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "label": ".fusion_dhl_get_return_label()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_dhl_get_return_label()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 17}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_get_tracking_link", "label": ".fusion_dhl_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_cancel_shipment", "label": ".fusion_dhl_cancel_shipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_cancel_shipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_dhl_convert_weight", "label": "._dhl_convert_weight()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_convert_weight()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "label": "._dhl_soap_add_custom_data_to_request()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_soap_add_custom_data_to_request()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_deliverycarrier_dhl_soap_calculate_value", "label": "._dhl_soap_calculate_value()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_soap_calculate_value()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rest_rate_shipment", "label": ".fusion_dhl_rest_rate_shipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_rest_rate_shipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_get_order_packages", "label": "._dhl_rest_get_order_packages()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_get_order_packages()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_get_commodities_from_stock_move_lines", "label": "._dhl_rest_get_commodities_from_stock_move_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_get_commodities_from_stock_move_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 2}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_get_picking_packages", "label": "._dhl_rest_get_picking_packages()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_get_picking_packages()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier_convert_to_utc_string", "label": "._convert_to_utc_string()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._convert_to_utc_string()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 4}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "._dhl_rest_rate_shipment_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._dhl_rest_rate_shipment_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 15}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "label": ".fusion_dhl_rest_send_shipping()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".fusion_dhl_rest_send_shipping()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 12}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "label": ".fusion_dhl_rest_get_return_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_rest_get_return_label()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 10}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_tracking_link", "label": ".fusion_dhl_rest_get_tracking_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_rest_get_tracking_link()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_fusion_dhl_rest_cancel_shipment", "label": ".fusion_dhl_rest_cancel_shipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".fusion_dhl_rest_cancel_shipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 1}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "label": "._dhl_rest_convert_weight()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_convert_weight()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 5}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_calculate_value", "label": "._dhl_rest_calculate_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_calculate_value()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 3}, {"id": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "label": "._dhl_rest_add_extra_data_to_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._dhl_rest_add_extra_data_to_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "code", "degree": 6}, {"id": "delivery_carrier_rationale_701", "label": "Return ALL available Canada Post service rates for the order.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return ALL available Canada Post service rates for the order.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_900", "label": "Create one CP shipment for a single package.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create one CP shipment for a single package.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1341", "label": "Post a single chatter message with combined shipping documents.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Post a single chatter message with combined shipping documents.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1428", "label": "Create a fusion.cp.shipment record from shipment result dict.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a fusion.cp.shipment record from shipment result dict.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1466", "label": "Cancel all CP shipments linked to this picking via void API.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel all CP shipments linked to this picking via void API.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1481", "label": "Validate package dimensions and weight against Canada Post limits.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate package dimensions and weight against Canada Post limits.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1534", "label": "Get package dimensions in cm for Canada Post API.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Get package dimensions in cm for Canada Post API.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_1548", "label": "Convert a dimension value to centimeters using the carrier's configured dimensio", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a dimension value to centimeters using the carrier's configured dimensio", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_2044", "label": "Override of delivery to return the ups delivery type for UPS REST.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Override of delivery to return the ups delivery type for UPS REST.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_2359", "label": "Extract price info in target currency, converting if necessary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract price info in target currency, converting if necessary", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_2383", "label": "Adds the extra data to the request (FedEx SOAP legacy).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds the extra data to the request (FedEx SOAP legacy).", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_2428", "label": "Hook to introduce new custom behaviors in the Fedex request.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook to introduce new custom behaviors in the Fedex request.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_2797", "label": "Adds the custom data to the request (DHL SOAP legacy).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds the custom data to the request (DHL SOAP legacy).", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "delivery_carrier_rationale_3214", "label": "Adds the extra data to the request (DHL REST).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds the extra data to the request (DHL REST).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/delivery_carrier.py", "file_type": "rationale", "degree": 5}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner", "label": "ResPartner", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ResPartner", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_request_py", "label": "request.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 3}, {"id": "request_logplugin", "label": "LogPlugin", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "LogPlugin", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 12}, {"id": "plugin", "label": "Plugin", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Plugin", "community": 7, "community_name": "Community 7", "source_file": "", "file_type": "code", "degree": 2}, {"id": "request_logplugin_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 1}, {"id": "request_logplugin_egress", "label": ".egress()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".egress()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 1}, {"id": "request_logplugin_ingress", "label": ".ingress()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ingress()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 1}, {"id": "request_fixrequestnamespaceplug", "label": "FixRequestNamespacePlug", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FixRequestNamespacePlug", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 5}, {"id": "request_fixrequestnamespaceplug_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 1}, {"id": "request_fixrequestnamespaceplug_marshalled", "label": ".marshalled()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".marshalled()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 1}, {"id": "request_upsrequest", "label": "UPSRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 26.5, "font": {"size": 12, "color": "#ffffff"}, "title": "UPSRequest", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 43}, {"id": "request_upsrequest_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 1}, {"id": "request_upsrequest_add_security_header", "label": "._add_security_header()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_security_header()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 2}, {"id": "request_upsrequest_set_service", "label": "._set_service()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_service()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 4}, {"id": "request_upsrequest_set_client", "label": "._set_client()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_client()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 8}, {"id": "request_upsrequest_clean_phone_number", "label": "._clean_phone_number()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._clean_phone_number()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_upsrequest_check_required_value", "label": "._check_required_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_required_value()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 7}, {"id": "request_upsrequest_get_error_message", "label": ".get_error_message()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_error_message()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 5}, {"id": "request_upsrequest_save_label", "label": "._save_label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._save_label()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_upsrequest_set_package_detail", "label": ".set_package_detail()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_package_detail()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 5}, {"id": "request_upsrequest_set_invoice", "label": "._set_invoice()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_invoice()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_upsrequest_get_shipping_price", "label": "._get_shipping_price()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_shipping_price()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 15}, {"id": "request_upsrequest_send_shipping", "label": "._send_shipping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._send_shipping()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 17}, {"id": "request_upsrequest_return_label", "label": ".return_label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".return_label()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 1}, {"id": "request_upsrequest_process_shipment", "label": ".process_shipment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".process_shipment()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 5}, {"id": "request_upsrequest_cancel_shipment", "label": ".cancel_shipment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel_shipment()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "code", "degree": 4}, {"id": "request_rationale_96", "label": "Small plugin for zeep that catches out/ingoing XML requests and logs them", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Small plugin for zeep that catches out/ingoing XML requests and logs them", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_rest_request_py", "label": "request.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 1}, {"id": "request_dhlprovider", "label": "DHLProvider", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 31.5, "font": {"size": 12, "color": "#ffffff"}, "title": "DHLProvider", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 56}, {"id": "request_dhlprovider_init", "label": ".__init__()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_send_request", "label": "._send_request()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_request()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_process_errors", "label": "._process_errors()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_errors()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_dhlprovider_check_required_value", "label": ".check_required_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_required_value()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 6}, {"id": "request_dhlprovider_get_from_vals", "label": "._get_from_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_from_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_get_to_vals", "label": "._get_to_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_to_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_get_package_vals", "label": "._get_package_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_package_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_get_dutiable_vals", "label": "._get_dutiable_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_dutiable_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_get_rates", "label": "._get_rates()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_rates()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 5}, {"id": "request_dhlprovider_get_billing_vals", "label": "._get_billing_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_billing_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_dhlprovider_get_consignee_vals", "label": "._get_consignee_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_consignee_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_get_shipper_vals", "label": "._get_shipper_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_shipper_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_get_export_declaration_vals", "label": "._get_export_declaration_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_export_declaration_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_dhlprovider_get_shipment_vals", "label": "._get_shipment_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_shipment_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_dhlprovider_get_insurance_vals", "label": "._get_insurance_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_insurance_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_send_shipment", "label": "._send_shipment()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_shipment()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/request.py", "file_type": "code", "degree": 6}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_rest_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl_rest/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_request_py", "label": "request.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_logplugin_marshalled", "label": ".marshalled()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".marshalled()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 1}, {"id": "request_fedexrequest", "label": "FedexRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 35.8, "font": {"size": 12, "color": "#ffffff"}, "title": "FedexRequest", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 67}, {"id": "request_fedexrequest_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_web_authentication_detail", "label": ".web_authentication_detail()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".web_authentication_detail()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_transaction_detail", "label": ".transaction_detail()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".transaction_detail()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_client_detail", "label": ".client_detail()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".client_detail()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_set_shipper", "label": ".set_shipper()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_shipper()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_set_recipient", "label": ".set_recipient()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_recipient()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_shipment_request", "label": ".shipment_request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".shipment_request()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_set_currency", "label": ".set_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_set_master_package", "label": ".set_master_package()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_master_package()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_add_package", "label": ".add_package()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_package()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 6}, {"id": "request_fedexrequest_start_rating_transaction", "label": ".start_rating_transaction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".start_rating_transaction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_rate", "label": ".rate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".rate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 2}, {"id": "request_fedexrequest_start_shipping_transaction", "label": ".start_shipping_transaction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".start_shipping_transaction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_shipment_label", "label": ".shipment_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".shipment_label()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_commercial_invoice", "label": ".commercial_invoice()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".commercial_invoice()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 2}, {"id": "request_fedexrequest_shipping_charges_payment", "label": ".shipping_charges_payment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".shipping_charges_payment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_duties_payment", "label": ".duties_payment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".duties_payment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_customs_value", "label": ".customs_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".customs_value()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_commodities", "label": ".commodities()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".commodities()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_return_label", "label": ".return_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".return_label()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_process_shipment", "label": ".process_shipment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".process_shipment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_get_labels", "label": "._get_labels()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_labels()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_get_label", "label": ".get_label()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_label()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_get_document", "label": ".get_document()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_document()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 2}, {"id": "request_fedexrequest_set_deletion_details", "label": ".set_deletion_details()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_deletion_details()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 2}, {"id": "request_fedexrequest_delete_shipment", "label": ".delete_shipment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_shipment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "code", "degree": 2}, {"id": "request_convert_curr_fdx_iso", "label": "_convert_curr_fdx_iso()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_convert_curr_fdx_iso()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_convert_curr_iso_fdx", "label": "_convert_curr_iso_fdx()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "_convert_curr_iso_fdx()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 12}, {"id": "request_rationale_48", "label": "Small plugin for zeep that catches out/ingoing XML requests and logs them", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Small plugin for zeep that catches out/ingoing XML requests and logs them", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "rationale", "degree": 1}, {"id": "request_rationale_65", "label": "Low-level object intended to interface Odoo recordsets with FedEx, throu", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Low-level object intended to interface Odoo recordsets with FedEx, throu", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_response_py", "label": "response.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "response.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 3}, {"id": "response_responsedataobject", "label": "ResponseDataObject", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ResponseDataObject", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 9}, {"id": "response_responsedataobject_init", "label": ".__init__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 2}, {"id": "response_responsedataobject_repr", "label": ".__repr__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__repr__()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 1}, {"id": "response_responsedataobject_str", "label": ".__str__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".__str__()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 4}, {"id": "response_responsedataobject_has_key", "label": ".has_key()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".has_key()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 1}, {"id": "response_responsedataobject_get", "label": ".get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 33.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".get()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 61}, {"id": "response_responsedataobject_setattr", "label": "._setattr()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._setattr()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 2}, {"id": "response_responsedataobject_load_dict", "label": "._load_dict()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._load_dict()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 3}, {"id": "response_response", "label": "Response", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Response", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 43}, {"id": "response_response_init", "label": ".__init__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 5}, {"id": "response_response_get_node_path", "label": "._get_node_path()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_node_path()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 2}, {"id": "response_pullval", "label": "_pullval()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_pullval()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 2}, {"id": "response_response_etree_to_dict", "label": "._etree_to_dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._etree_to_dict()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 6}, {"id": "response_response_getattr", "label": ".__getattr__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__getattr__()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 1}, {"id": "response_response_parse_xml", "label": "._parse_xml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_xml()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 3}, {"id": "response_response_get_node_tag", "label": "._get_node_tag()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_node_tag()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 3}, {"id": "response_response_dom", "label": ".dom()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".dom()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 1}, {"id": "response_response_dict", "label": ".dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".dict()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 11}, {"id": "response_response_json", "label": ".json()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".json()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/response.py", "file_type": "code", "degree": 10}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "label": "utils.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "utils.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 10}, {"id": "utils_parse_yaml", "label": "parse_yaml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_yaml()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_python_2_unicode_compatible", "label": "python_2_unicode_compatible()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "python_2_unicode_compatible()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_get_dom_tree", "label": "get_dom_tree()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "get_dom_tree()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_attribute_check", "label": "attribute_check()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "attribute_check()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_smart_encode", "label": "smart_encode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "smart_encode()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_to_xml", "label": "to_xml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "to_xml()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_dict2xml", "label": "dict2xml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dict2xml()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 5}, {"id": "utils_getvalue", "label": "getValue()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getValue()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 3}, {"id": "utils_getnodetext", "label": "getNodeText()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "getNodeText()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_perftest_dict2xml", "label": "perftest_dict2xml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "perftest_dict2xml()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "code", "degree": 2}, {"id": "utils_rationale_5", "label": "This is simple approach to parsing a yaml config that is only intended for t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "This is simple approach to parsing a yaml config that is only intended for t", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_44", "label": "A decorator that defines __unicode__ and __str__ methods under Python 2. Und", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A decorator that defines __unicode__ and __str__ methods under Python 2. Und", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "rationale", "degree": 1}, {"id": "utils_rationale_179", "label": "Returns the node's text string.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the node's text string.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/canada_post/utils.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_request_py", "label": "request.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_send_fedex_request", "label": "._send_fedex_request()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_fedex_request()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 9}, {"id": "request_fedexrequest_process_errors", "label": "._process_errors()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_errors()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_process_alerts", "label": "._process_alerts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_alerts()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_fedexrequest_get_new_access_token", "label": "._get_new_access_token()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_new_access_token()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_parse_state_code", "label": "._parse_state_code()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_state_code()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 2}, {"id": "request_fedexrequest_get_location_from_partner", "label": "._get_location_from_partner()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_location_from_partner()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_fedexrequest_check_residential_address", "label": "._check_residential_address()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_residential_address()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_get_address_from_partner", "label": "._get_address_from_partner()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_address_from_partner()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_get_contact_from_partner", "label": "._get_contact_from_partner()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_contact_from_partner()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_get_package_info", "label": "._get_package_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_package_info()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_get_detailed_package_info", "label": "._get_detailed_package_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_detailed_package_info()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_fedexrequest_get_commodities_info", "label": "._get_commodities_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_commodities_info()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 5}, {"id": "request_fedexrequest_get_tins_from_partner", "label": "._get_tins_from_partner()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tins_from_partner()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_get_shipping_price", "label": "._get_shipping_price()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_shipping_price()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 9}, {"id": "request_fedexrequest_ship_package", "label": "._ship_package()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._ship_package()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 13}, {"id": "request_fedexrequest_return_package", "label": "._return_package()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "._return_package()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 12}, {"id": "request_fedexrequest_decode_pricing", "label": "._decode_pricing()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._decode_pricing()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_fedexrequest_cancel_shipment", "label": ".cancel_shipment()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel_shipment()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_fedexrequest_add_extra_data_to_request", "label": "._add_extra_data_to_request()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_extra_data_to_request()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_convert_stock_type", "label": "_convert_stock_type()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_convert_stock_type()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_rationale_617", "label": "Adds the extra data to the request. When there are multiple items in a l", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds the extra data to the request. When there are multiple items in a l", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/fedex_rest/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_request_py", "label": "request.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 1}, {"id": "request_dhlprovider_set_client", "label": "._set_client()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_client()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_request", "label": "._set_request()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_request()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 4}, {"id": "request_dhlprovider_set_region_code", "label": "._set_region_code()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_region_code()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_requested_pickup_time", "label": "._set_requested_pickup_time()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_requested_pickup_time()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_billing", "label": "._set_billing()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_billing()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_consignee", "label": "._set_consignee()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_consignee()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_dct_to", "label": "._set_dct_to()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dct_to()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_shipper", "label": "._set_shipper()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_shipper()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_dct_from", "label": "._set_dct_from()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dct_from()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_dutiable", "label": "._set_dutiable()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dutiable()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_dct_dutiable", "label": "._set_dct_dutiable()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dct_dutiable()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_dct_bkg_details", "label": "._set_dct_bkg_details()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dct_bkg_details()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_shipment_details", "label": "._set_shipment_details()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_shipment_details()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 4}, {"id": "request_dhlprovider_set_label_image_format", "label": "._set_label_image_format()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_label_image_format()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_label", "label": "._set_label()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_label()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_set_return", "label": "._set_return()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_return()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_insurance", "label": "._set_insurance()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_insurance()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_process_shipment", "label": "._process_shipment()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_shipment()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 3}, {"id": "request_dhlprovider_process_rating", "label": "._process_rating()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_rating()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 2}, {"id": "request_dhlprovider_set_export_declaration", "label": "._set_export_declaration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_export_declaration()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/request.py", "file_type": "code", "degree": 4}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/dhl/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_request_py", "label": "request.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "request.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 1}, {"id": "request_upsrequest_send_request", "label": "._send_request()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_request()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 5}, {"id": "request_upsrequest_process_errors", "label": "._process_errors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_errors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 6}, {"id": "request_upsrequest_process_alerts", "label": "._process_alerts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_alerts()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_upsrequest_get_new_access_token", "label": "._get_new_access_token()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_new_access_token()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 5}, {"id": "request_upsrequest_set_package_details", "label": "._set_package_details()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_package_details()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 4}, {"id": "request_upsrequest_get_ship_data_from_partner", "label": "._get_ship_data_from_partner()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_ship_data_from_partner()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 3}, {"id": "request_upsrequest_cancel_shipping", "label": "._cancel_shipping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._cancel_shipping()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/request.py", "file_type": "code", "degree": 6}, {"id": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_shipping/api/ups_rest/__init__.py", "file_type": "code", "degree": 2}];
|
|
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_shipping_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_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_shipping_wizard_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_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_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_choosedeliveryfusionpackage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_onchange_package_type_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_choosedeliveryfusionrate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_choosedeliverycarrier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_compute_fusion_dimension_unit_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_compute_fusion_weight_unit_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_wizard_choose_delivery_fusion_rate_py", "to": "choose_delivery_fusion_rate_onchange_carrier_id_fusion_packages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliveryfusionpackage", "to": "choose_delivery_fusion_rate_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliveryfusionrate", "to": "choose_delivery_fusion_rate_choosedeliveryfusionrate_action_select", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliveryfusionrate_action_select", "to": "choose_delivery_fusion_rate_rationale_69", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_update_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_get_fusion_package_info_for_pkg", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_button_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_price", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_price", "to": "choose_delivery_fusion_rate_rationale_200", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_get_fusion_package_info_for_pkg", "to": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_get_fusion_package_info_for_pkg", "to": "choose_delivery_fusion_rate_rationale_206", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_get_fusion_package_info_for_pkg", "to": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "choose_delivery_fusion_rate_rationale_218", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "delivery_carrier_deliverycarrier_convert_weight", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_update_fusion_rates", "to": "fusion_shipment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "choose_delivery_fusion_rate_choosedeliverycarrier_button_confirm", "to": "choose_delivery_fusion_rate_rationale_377", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "to": "payment_provider_paymentprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_payment_provider_py", "to": "payment_provider_get_compatible_providers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_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_fusion_shipment_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_view_fusion_shipments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_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_shipping_models_product_packaging_py", "to": "product_packaging_packagetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "product_packaging_packagetype", "to": "request_upsrequest_set_package_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_company_py", "to": "res_company_rescompany", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_default_uom_setting", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_order_package_py", "to": "fusion_order_package_fusionorderpackage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_order_package_fusionorderpackage", "to": "fusion_order_package_rationale_5", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_stock_picking_py", "to": "stock_picking_stockpicking", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stock_picking_stockpicking", "to": "stock_picking_stockpicking_compute_fusion_shipment_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stock_picking_stockpicking", "to": "stock_picking_stockpicking_action_view_fusion_shipments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_uom_uom_py", "to": "uom_uom_uom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "to": "fusion_shipment_fusionshipment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "to": "fusion_shipment_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "to": "fusion_shipment_compute_sender_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "to": "fusion_shipment_compute_recipient_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_shipment_py", "to": "fusion_shipment_cron_refresh_tracking", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_compute_tracking_event_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_open_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_open_picking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_open_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_view_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_view_full_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_view_receipt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_view_commercial_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_refresh_tracking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_process_tracking_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_update_status_from_tracking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_has_return_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_void_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_parse_cp_error_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_reissue_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_track_on_carrier", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_view_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_action_create_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_build_return_label_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "fusion_shipment_fusionshipment_process_return_label_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_create", "to": "fusion_shipment_fusionshipment_process_tracking_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_create", "to": "fusion_shipment_fusionshipment_process_return_label_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_create", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_create", "to": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_create", "to": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_create", "to": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_fusionshipment_action_view_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_fusionshipment_action_view_full_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_fusionshipment_action_view_receipt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_fusionshipment_action_view_commercial_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_fusionshipment_action_view_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_open_attachment", "to": "fusion_shipment_rationale_270", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_refresh_tracking", "to": "fusion_shipment_fusionshipment_process_tracking_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_refresh_tracking", "to": "fusion_shipment_cron_refresh_tracking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_refresh_tracking", "to": "fusion_shipment_rationale_295", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_refresh_tracking", "to": "response_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_refresh_tracking", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_process_tracking_events", "to": "fusion_shipment_fusionshipment_update_status_from_tracking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_process_tracking_events", "to": "fusion_shipment_rationale_347", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_process_tracking_events", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_update_status_from_tracking", "to": "fusion_shipment_fusionshipment_has_return_events", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_update_status_from_tracking", "to": "fusion_shipment_rationale_399", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_update_status_from_tracking", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_has_return_events", "to": "fusion_shipment_rationale_420", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_void_shipment", "to": "fusion_shipment_fusionshipment_parse_cp_error_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_void_shipment", "to": "fusion_shipment_fusionshipment_action_reissue_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_void_shipment", "to": "fusion_shipment_rationale_433", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_void_shipment", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_cancel_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_parse_cp_error_response", "to": "fusion_shipment_fusionshipment_action_create_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_parse_cp_error_response", "to": "fusion_shipment_rationale_488", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_parse_cp_error_response", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_reissue_shipment", "to": "fusion_shipment_rationale_522", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_reissue_shipment", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_reissue_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_track_on_carrier", "to": "fusion_shipment_rationale_542", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_track_on_carrier", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_action_create_return_label", "to": "fusion_shipment_fusionshipment_build_return_label_xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_create_return_label", "to": "fusion_shipment_fusionshipment_process_return_label_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_action_create_return_label", "to": "fusion_shipment_rationale_597", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_build_return_label_xml", "to": "fusion_shipment_rationale_657", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_process_return_label_response", "to": "fusion_shipment_rationale_701", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_shipment_fusionshipment_process_return_label_response", "to": "response_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_process_return_label_response", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_fusionshipment_process_return_label_response", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_270", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_295", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_347", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_399", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_420", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_433", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_488", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_522", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_542", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_574", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_597", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_657", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_shipment_rationale_701", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_fusion_tracking_event_py", "to": "fusion_tracking_event_fusiontrackingevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_delivery_carrier_py", "to": "delivery_carrier_deliverycarrier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_delivery_carrier_py", "to": "delivery_carrier_get_fusion_cp_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_delivery_carrier_py", "to": "delivery_carrier_on_change_service_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_delivery_carrier_py", "to": "delivery_carrier_on_change_fedex_service_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_default_uom_in_delive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_get_ups_service_types", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_compute_can_generate_return", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_compute_supports_shipping_insurance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_validating_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_check_required_value_to_ship", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_check_max_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_get_group_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_ups_get_default_custom_package_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_ups_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_ups_rest_prepare_shipping_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_get_delivery_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_get_request_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fedex_get_default_custom_package_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fedex_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fedex_update_srm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rest_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rest_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_fedex_rest_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fedex_rest_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_soap_calculate_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_rate_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_get_order_packages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_get_commodities_from_stock_move_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_get_picking_packages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_convert_to_utc_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_tracking_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_calculate_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_get_fusion_cp_url", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_get_fusion_cp_url", "to": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_validating_address", "to": "delivery_carrier_deliverycarrier_check_required_value_to_ship", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_check_required_value_to_ship", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_check_required_value_to_ship", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_convert_weight", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_convert_weight", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_convert_weight", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "to": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "to": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "to": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "to": "response_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_get_shipping_rate", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "to": "delivery_carrier_rationale_701", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_rate_shipment_all", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "to": "delivery_carrier_rationale_900", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "to": "response_response", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_create_single_shipment", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "to": "delivery_carrier_rationale_1341", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_post_shipping_documents", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "to": "delivery_carrier_rationale_1428", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_record_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_canada_post_cancel_shipment", "to": "delivery_carrier_rationale_1466", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "to": "delivery_carrier_rationale_1481", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_validate_package", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "to": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_get_fusion_cp_parcel", "to": "delivery_carrier_rationale_1534", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_cp_convert_dimension_to_cm", "to": "delivery_carrier_rationale_1548", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "to": "request_upsrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "to": "request_dhlprovider_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rate_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "request_upsrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "request_dhlprovider_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "request_fedexrequest_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_send_shipping", "to": "response_responsedataobject_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "request_upsrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "request_dhlprovider_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "request_fedexrequest_return_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "request_fedexrequest_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_get_return_label", "to": "response_responsedataobject_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "to": "request_upsrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "to": "request_fedexrequest_cancel_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_cancel_shipment", "to": "response_responsedataobject_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_ups_convert_weight", "to": "request_upsrequest_set_package_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_ups_convert_weight", "to": "request_upsrequest_set_package_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_rate_shipment", "to": "request_upsrequest_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_rate_shipment", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_rate_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_ups_rest_prepare_shipping_data", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_ups_rest_prepare_shipping_data", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "to": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "to": "request_upsrequest_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_send_shipping", "to": "request_upsrequest_cancel_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "to": "request_upsrequest_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_get_return_label", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_ups_rest_cancel_shipment", "to": "request_upsrequest_cancel_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_get_delivery_type", "to": "delivery_carrier_rationale_2044", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "delivery_carrier_deliverycarrier_fedex_convert_weight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "delivery_carrier_deliverycarrier_fedex_update_srm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "delivery_carrier_deliverycarrier_get_request_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_web_authentication_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_client_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_transaction_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_shipment_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_set_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_convert_curr_iso_fdx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_set_shipper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_set_recipient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_add_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_set_master_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_commodities", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_customs_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_duties_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "request_fedexrequest_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rate_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "delivery_carrier_deliverycarrier_fedex_convert_weight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "delivery_carrier_deliverycarrier_fedex_update_srm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "delivery_carrier_deliverycarrier_get_request_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_web_authentication_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_client_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_transaction_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_shipment_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_set_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_convert_curr_iso_fdx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_set_shipper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_set_recipient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_shipping_charges_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_shipment_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_commodities", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_customs_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_duties_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_commercial_invoice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_add_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_set_master_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_get_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_send_shipping", "to": "request_fedexrequest_get_document", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "delivery_carrier_deliverycarrier_fedex_convert_weight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "delivery_carrier_deliverycarrier_fedex_update_srm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_web_authentication_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_client_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_transaction_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_shipment_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_set_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_convert_curr_iso_fdx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_set_shipper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_set_recipient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_shipping_charges_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_shipment_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_add_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_set_master_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_commodities", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_customs_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_duties_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_return_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_get_return_label", "to": "request_fedexrequest_get_labels", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest_web_authentication_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest_client_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest_transaction_detail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest_set_deletion_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "response_response_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "request_fedexrequest_delete_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_cancel_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_get_request_price", "to": "delivery_carrier_rationale_2359", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_get_request_price", "to": "request_convert_curr_iso_fdx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_get_request_price", "to": "request_convert_curr_fdx_iso", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "to": "delivery_carrier_rationale_2383", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fedex_add_extra_data_to_request", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_convert_weight", "to": "request_fedexrequest_add_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_convert_weight", "to": "request_fedexrequest_commodities", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_update_srm", "to": "delivery_carrier_rationale_2428", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_rate_shipment", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_rate_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_send_shipping", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_return_label", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_get_return_label", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_cancel_shipment", "to": "request_fedexrequest_cancel_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_fedex_rest_cancel_shipment", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_rest_convert_weight", "to": "request_fedexrequest_get_package_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fedex_rest_convert_weight", "to": "request_fedexrequest_get_commodities_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rate_shipment", "to": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_set_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_set_dct_from", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_set_dct_bkg_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_set_dct_to", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_set_dct_dutiable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_rate_shipment_vals", "to": "request_dhlprovider_process_rating", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "delivery_carrier_deliverycarrier_dhl_soap_calculate_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_region_code", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_requested_pickup_time", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_billing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_consignee", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_shipper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_dutiable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_export_declaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_shipment_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_label_image_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_set_insurance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_send_shipping", "to": "request_dhlprovider_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "delivery_carrier_deliverycarrier_dhl_soap_calculate_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_region_code", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_requested_pickup_time", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_billing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_consignee", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_shipper", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_dutiable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_export_declaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_shipment_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_label_image_format", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_label", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_set_return", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_get_return_label", "to": "request_dhlprovider_process_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_convert_weight", "to": "request_dhlprovider_set_dct_bkg_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_convert_weight", "to": "request_dhlprovider_set_shipment_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_convert_weight", "to": "request_dhlprovider_set_export_declaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "to": "delivery_carrier_rationale_2797", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_soap_add_custom_data_to_request", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_rate_shipment", "to": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_get_order_packages", "to": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_get_order_packages", "to": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_get_commodities_from_stock_move_lines", "to": "delivery_carrier_deliverycarrier_dhl_rest_get_picking_packages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_get_picking_packages", "to": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_get_picking_packages", "to": "request_dhlprovider_get_shipment_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_convert_to_utc_string", "to": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_convert_to_utc_string", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_convert_to_utc_string", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_upsrequest_check_required_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_from_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_to_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_package_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_dutiable_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_billing_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_insurance_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_rate_shipment_vals", "to": "request_dhlprovider_get_rates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "delivery_carrier_deliverycarrier_dhl_rest_calculate_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_billing_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_consignee_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_shipper_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_export_declaration_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_shipment_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_get_insurance_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_send_shipping", "to": "request_dhlprovider_send_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "delivery_carrier_deliverycarrier_dhl_rest_calculate_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_get_billing_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_get_shipper_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_get_consignee_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_get_shipment_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_get_export_declaration_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_fusion_dhl_rest_get_return_label", "to": "request_dhlprovider_send_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "to": "request_dhlprovider_get_package_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "to": "request_dhlprovider_get_export_declaration_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_convert_weight", "to": "request_dhlprovider_get_shipment_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "to": "delivery_carrier_rationale_3214", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "delivery_carrier_deliverycarrier_dhl_rest_add_extra_data_to_request", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_701", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_701", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_701", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_701", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_900", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_900", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_900", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_900", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1341", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1341", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1341", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1341", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1428", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1428", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1428", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1428", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1466", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1466", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1466", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1466", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1481", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1481", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1481", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1481", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1534", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1534", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1534", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1534", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1548", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1548", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1548", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_1548", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2044", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2044", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2044", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2044", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2359", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2359", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2359", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2359", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2383", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2383", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2383", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2383", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2428", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2428", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2428", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2428", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2797", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2797", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2797", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_2797", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_3214", "to": "response_response", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_3214", "to": "request_upsrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_3214", "to": "request_fedexrequest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "delivery_carrier_rationale_3214", "to": "request_dhlprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_models_res_partner_py", "to": "res_partner_respartner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_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_shipping_api_ups_request_py", "to": "request_logplugin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_request_py", "to": "request_fixrequestnamespaceplug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_request_py", "to": "request_upsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "plugin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_logplugin_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_logplugin_egress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_logplugin_ingress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_upsrequest_set_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_logplugin_marshalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_fedexrequest_start_rating_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_fedexrequest_start_shipping_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_logplugin", "to": "request_rationale_48", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plugin", "to": "request_fixrequestnamespaceplug", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fixrequestnamespaceplug", "to": "request_fixrequestnamespaceplug_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fixrequestnamespaceplug", "to": "request_fixrequestnamespaceplug_marshalled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fixrequestnamespaceplug", "to": "request_upsrequest_set_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_add_security_header", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_set_service", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_set_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_clean_phone_number", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_check_required_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_get_error_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_save_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_set_package_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_set_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_get_shipping_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_send_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_process_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_send_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_process_errors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_process_alerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_get_new_access_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_set_package_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_get_ship_data_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest", "to": "request_upsrequest_cancel_shipping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_add_security_header", "to": "request_upsrequest_set_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_service", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_service", "to": "request_upsrequest_process_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_service", "to": "request_upsrequest_cancel_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_client", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_client", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_client", "to": "request_upsrequest_process_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_client", "to": "request_upsrequest_cancel_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_clean_phone_number", "to": "request_upsrequest_check_required_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_clean_phone_number", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_check_required_value", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_get_error_message", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_error_message", "to": "request_upsrequest_process_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_error_message", "to": "request_upsrequest_cancel_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_error_message", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_save_label", "to": "request_upsrequest_process_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_save_label", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_save_label", "to": "utils_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_set_package_detail", "to": "request_upsrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_package_detail", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_invoice", "to": "request_upsrequest_send_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_set_invoice", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_get_shipping_price", "to": "request_upsrequest_set_package_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_shipping_price", "to": "request_upsrequest_get_ship_data_from_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_shipping_price", "to": "request_upsrequest_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_shipping_price", "to": "request_upsrequest_process_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_shipping_price", "to": "request_upsrequest_process_alerts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_get_shipping_price", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_get_shipping_price", "to": "response_response_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_send_shipping", "to": "request_upsrequest_set_package_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_shipping", "to": "request_upsrequest_get_ship_data_from_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_shipping", "to": "request_upsrequest_send_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_shipping", "to": "request_upsrequest_process_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_shipping", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_upsrequest_send_shipping", "to": "response_response_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_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_shipping_api_dhl_rest_request_py", "to": "request_dhlprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_send_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_process_errors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_check_required_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_from_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_to_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_package_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_dutiable_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_rates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_billing_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_consignee_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_shipper_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_export_declaration_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_shipment_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_get_insurance_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_send_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_region_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_requested_pickup_time", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_billing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_consignee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_dct_to", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_shipper", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_dct_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_dutiable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_dct_dutiable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_dct_bkg_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_shipment_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_label_image_format", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_return", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_insurance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_process_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_process_rating", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider", "to": "request_dhlprovider_set_export_declaration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_init", "to": "request_dhlprovider_set_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_send_request", "to": "request_dhlprovider_get_rates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_send_request", "to": "request_dhlprovider_send_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_process_errors", "to": "request_dhlprovider_get_rates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_process_errors", "to": "request_dhlprovider_send_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_dhlprovider_process_errors", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_dhlprovider_check_required_value", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_dhlprovider_get_rates", "to": "response_response_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_dhlprovider_get_shipment_vals", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_dhlprovider_send_shipment", "to": "response_response_json", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_rest_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_rest_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_shipping_api_fedex_request_py", "to": "request_fedexrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_request_py", "to": "request_convert_curr_fdx_iso", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_request_py", "to": "request_convert_curr_iso_fdx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_web_authentication_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_transaction_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_client_detail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_set_shipper", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_set_recipient", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_shipment_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_set_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_set_master_package", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_add_package", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_start_rating_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_start_shipping_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_shipment_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_commercial_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_shipping_charges_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_duties_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_customs_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_commodities", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_return_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_process_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_labels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_document", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_set_deletion_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_delete_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_send_fedex_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_process_errors", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_process_alerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_new_access_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_parse_state_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_location_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_check_residential_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_address_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_contact_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_package_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_detailed_package_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_commodities_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_tins_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_get_shipping_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_ship_package", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_return_package", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_decode_pricing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_cancel_shipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest", "to": "request_fedexrequest_add_extra_data_to_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_init", "to": "request_fedexrequest_start_shipping_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_init", "to": "request_fedexrequest_start_rating_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_init", "to": "request_convert_stock_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_add_package", "to": "request_convert_curr_iso_fdx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_labels", "to": "request_fedexrequest_get_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_fdx_iso", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_fdx_iso", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "request_convert_curr_iso_fdx", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_request_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_iso_fdx", "to": "request_fedexrequest_get_package_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_iso_fdx", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_iso_fdx", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_iso_fdx", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_convert_curr_iso_fdx", "to": "response_responsedataobject_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_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_shipping_api_canada_post_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_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_shipping_api_canada_post_response_py", "to": "response_responsedataobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_response_py", "to": "response_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_response_py", "to": "response_pullval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_repr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_str", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_has_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_setattr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_responsedataobject_load_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject", "to": "response_response_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject_init", "to": "response_responsedataobject_load_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject_get", "to": "response_response_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject_get", "to": "response_response_get_node_tag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_responsedataobject_get", "to": "utils_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_process_errors", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_process_alerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_get_location_from_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_decode_pricing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_cancel_shipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_fedexrequest_add_extra_data_to_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_convert_stock_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_upsrequest_process_errors", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_upsrequest_process_alerts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_get", "to": "request_upsrequest_get_new_access_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_responsedataobject_setattr", "to": "response_responsedataobject_load_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_get_node_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_etree_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_getattr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_parse_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_get_node_tag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_dom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response", "to": "response_response_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_init", "to": "response_response_parse_xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_init", "to": "response_response_etree_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_get_node_path", "to": "response_response_etree_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_pullval", "to": "response_response_etree_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_etree_to_dict", "to": "response_response_get_node_tag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_etree_to_dict", "to": "response_response_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_parse_xml", "to": "utils_get_dom_tree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_response_dict", "to": "response_response_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "response_response_json", "to": "request_fedexrequest_send_fedex_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_response_json", "to": "request_fedexrequest_get_new_access_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_response_json", "to": "request_upsrequest_get_new_access_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "response_response_json", "to": "request_upsrequest_cancel_shipping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_parse_yaml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_python_2_unicode_compatible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_get_dom_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_attribute_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_smart_encode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_to_xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_dict2xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_getvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_getnodetext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_canada_post_utils_py", "to": "utils_perftest_dict2xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_parse_yaml", "to": "utils_rationale_5", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_python_2_unicode_compatible", "to": "utils_rationale_44", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_attribute_check", "to": "utils_smart_encode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_attribute_check", "to": "utils_dict2xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_smart_encode", "to": "utils_dict2xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_to_xml", "to": "utils_dict2xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_dict2xml", "to": "utils_perftest_dict2xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "utils_getnodetext", "to": "utils_rationale_179", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_request_py", "to": "request_convert_stock_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_get_new_access_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_process_errors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_check_residential_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_send_fedex_request", "to": "request_fedexrequest_cancel_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_process_errors", "to": "request_fedexrequest_get_new_access_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_process_alerts", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_process_alerts", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_process_alerts", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_process_alerts", "to": "request_fedexrequest_cancel_shipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_parse_state_code", "to": "request_fedexrequest_get_location_from_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_location_from_partner", "to": "request_fedexrequest_check_residential_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_location_from_partner", "to": "request_fedexrequest_get_address_from_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_location_from_partner", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_address_from_partner", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_address_from_partner", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_contact_from_partner", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_contact_from_partner", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_package_info", "to": "request_fedexrequest_get_detailed_package_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_package_info", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_detailed_package_info", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_detailed_package_info", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_commodities_info", "to": "request_fedexrequest_get_shipping_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_commodities_info", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_commodities_info", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_tins_from_partner", "to": "request_fedexrequest_ship_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_tins_from_partner", "to": "request_fedexrequest_return_package", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_get_shipping_price", "to": "request_fedexrequest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_ship_package", "to": "request_fedexrequest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_ship_package", "to": "request_fedexrequest_decode_pricing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_return_package", "to": "request_fedexrequest_add_extra_data_to_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_fedexrequest_add_extra_data_to_request", "to": "request_rationale_617", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_fedex_rest_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_shipping_api_dhl_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_dhl_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_request", "to": "request_upsrequest_get_new_access_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_send_request", "to": "request_upsrequest_cancel_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_process_errors", "to": "request_upsrequest_get_new_access_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "request_upsrequest_process_errors", "to": "request_upsrequest_cancel_shipping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_shipping_api_ups_rest_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 56}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 48}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 40}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 37}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 36}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 34}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 27}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 16}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 14}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 6}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 4}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 4}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 3}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 3}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 3}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 2}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 2}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 2}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 1}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 1}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 1}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 1}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 1}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 1}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 1}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 1}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 1}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 1}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 1}];
|
|
|
|
// 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> |