257 lines
3.6 MiB
257 lines
3.6 MiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_plating/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">3740 nodes · 8160 edges · 308 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_hooks_py", "label": "hooks.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/hooks.py", "file_type": "code", "degree": 3}, {"id": "hooks_post_init_hook", "label": "post_init_hook()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "post_init_hook()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/hooks.py", "file_type": "code", "degree": 4}, {"id": "hooks_apply_report_template", "label": "_apply_report_template()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_apply_report_template()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/hooks.py", "file_type": "code", "degree": 5}, {"id": "hooks_rationale_12", "label": "Wire reports onto mail templates + clean up double-attach flags. Both the m", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Wire reports onto mail templates + clean up double-attach flags. Both the m", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/hooks.py", "file_type": "rationale", "degree": 1}, {"id": "hooks_rationale_65", "label": "Replace the template's report_template_ids with exactly [report]. We use `s", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Replace the template's report_template_ids with exactly [report]. We use `s", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/hooks.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/__init__.py", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_manifest_py", "label": "__manifest__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 138, "community_name": "Community 138", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_notification_log_py", "label": "fp_notification_log.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_notification_log.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_log.py", "file_type": "code", "degree": 2}, {"id": "fp_notification_log_fpnotificationlog", "label": "FpNotificationLog", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNotificationLog", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_log.py", "file_type": "code", "degree": 2}, {"id": "fp_notification_log_rationale_12", "label": "Audit trail for sent notifications.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Audit trail for sent notifications.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_log.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_receiving_py", "label": "fp_receiving.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_receiving.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_receiving.py", "file_type": "code", "degree": 1}, {"id": "fp_receiving_fpreceiving", "label": "FpReceiving", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpReceiving", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 8}, {"id": "fp_receiving_fpreceiving_action_accept", "label": ".action_accept()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_accept()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 7}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_account_move_py", "label": "account_move.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_accountmove", "label": "AccountMove", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMove", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/account_move.py", "file_type": "code", "degree": 6}, {"id": "account_move_accountmove_get_mail_template", "label": "._get_mail_template()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_mail_template()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_accountmove_action_post", "label": ".action_post()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_post()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/account_move.py", "file_type": "code", "degree": 12}, {"id": "account_move_rationale_13", "label": "Prefer the Fusion Plating-branded invoice template over Odoo default. C", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prefer the Fusion Plating-branded invoice template over Odoo default. C", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder", "label": "SaleOrder", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "SaleOrder", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 35}, {"id": "sale_order_saleorder_find_mail_template", "label": "._find_mail_template()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_mail_template()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_action_confirm", "label": ".action_confirm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_confirm()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 13}, {"id": "sale_order_rationale_13", "label": "Prefer Fusion Plating-branded templates over Odoo defaults. Called by s", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prefer Fusion Plating-branded templates over Odoo defaults. Called by s", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_46", "label": "# NOTE: we intentionally do NOT override action_quotation_send to", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "# NOTE: we intentionally do NOT override action_quotation_send to", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_delivery_py", "label": "fp_delivery.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_delivery.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_delivery_fpdelivery", "label": "FpDelivery", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDelivery", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_delivery.py", "file_type": "code", "degree": 16}, {"id": "fp_delivery_fpdelivery_action_mark_delivered", "label": ".action_mark_delivered()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_delivered()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_delivery.py", "file_type": "code", "degree": 14}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 85, "community_name": "Community 85", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_account_payment_py", "label": "account_payment.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_payment.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_payment.py", "file_type": "code", "degree": 1}, {"id": "account_payment_accountpayment", "label": "AccountPayment", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountPayment", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_payment.py", "file_type": "code", "degree": 2}, {"id": "account_payment_accountpayment_action_post", "label": ".action_post()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_post()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/account_payment.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_mrp_production_py", "label": "mrp_production.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mrp_production.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_mrpproduction", "label": "MrpProduction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "MrpProduction", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 27}, {"id": "mrp_production_mrpproduction_button_mark_done", "label": ".button_mark_done()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_mark_done()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 13}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_notification_template_py", "label": "fp_notification_template.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_notification_template.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "code", "degree": 3}, {"id": "fp_notification_template_fpnotificationtemplate", "label": "FpNotificationTemplate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNotificationTemplate", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "code", "degree": 3}, {"id": "fp_notification_template_dispatch", "label": "_dispatch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_dispatch()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "code", "degree": 11}, {"id": "fp_notification_template_fpnotificationtemplate_collect_attachments", "label": "._collect_attachments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._collect_attachments()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "code", "degree": 6}, {"id": "fp_notification_template_rationale_25", "label": "Configurable notification wrapper. Each record maps a trigger event to a ma", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Configurable notification wrapper. Each record maps a trigger event to a ma", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "rationale", "degree": 1}, {"id": "fp_notification_template_rationale_68", "label": "Look up the template for this trigger, render it, and send. Also logs t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Look up the template for this trigger, render it, and send. Also logs t", "community": 139, "community_name": "Community 139", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "rationale", "degree": 0}, {"id": "fp_notification_template_rationale_118", "label": "Return a list of ir.attachment ids to attach to the email based on the t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of ir.attachment ids to attach to the email based on the t", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_notifications/models/fp_notification_template.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 86, "community_name": "Community 86", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_manifest_py", "label": "__manifest__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 140, "community_name": "Community 140", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_fp_batch_chemistry_py", "label": "fp_batch_chemistry.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_batch_chemistry.py", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch_chemistry.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_chemistry_fpbatchchemistry", "label": "FpBatchChemistry", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBatchChemistry", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch_chemistry.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_chemistry_compute_status", "label": "_compute_status()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch_chemistry.py", "file_type": "code", "degree": 1}, {"id": "fp_batch_chemistry_rationale_10", "label": "A single chemistry reading taken during batch processing.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single chemistry reading taken during batch processing.", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch_chemistry.py", "file_type": "rationale", "degree": 1}, {"id": "fp_batch_chemistry_rationale_45", "label": "Compare value against parameter target range. Uses the parameter's defa", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compare value against parameter target range. Uses the parameter's defa", "community": 141, "community_name": "Community 141", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch_chemistry.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 87, "community_name": "Community 87", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_fp_batch_py", "label": "fp_batch.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_batch.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 3}, {"id": "fp_batch_fpbatch", "label": "FpBatch", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBatch", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_batch.py", "file_type": "code", "degree": 9}, {"id": "fp_batch_compute_duration", "label": "_compute_duration()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_duration()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 1}, {"id": "fp_batch_compute_chemistry_count", "label": "_compute_chemistry_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_chemistry_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 1}, {"id": "fp_batch_fpbatch_action_start_loading", "label": ".action_start_loading()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_loading()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_fpbatch_action_start_process", "label": ".action_start_process()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_process()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_fpbatch_action_start_unloading", "label": ".action_start_unloading()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_unloading()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_fpbatch_action_complete", "label": ".action_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_complete()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_fpbatch_action_cancel", "label": ".action_cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_batch/models/fp_batch.py", "file_type": "code", "degree": 2}, {"id": "fp_batch_rationale_10", "label": "Extend batch with M2M link to MRP work orders. GAP 6: Batch \u2194 Work Order li", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend batch with M2M link to MRP work orders. GAP 6: Batch \u2194 Work Order li", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_batch.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 88, "community_name": "Community 88", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_manifest_py", "label": "__manifest__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 142, "community_name": "Community 142", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_line_py", "label": "fp_discharge_sample_line.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_discharge_sample_line.py", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample_line.py", "file_type": "code", "degree": 2}, {"id": "fp_discharge_sample_line_fpdischargesampleline", "label": "FpDischargeSampleLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDischargeSampleLine", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample_line.py", "file_type": "code", "degree": 1}, {"id": "fp_discharge_sample_line_compute_status", "label": "_compute_status()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status()", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample_line.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_regulator_py", "label": "fp_regulator.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_regulator.py", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_regulator.py", "file_type": "code", "degree": 1}, {"id": "fp_regulator_fpregulator", "label": "FpRegulator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRegulator", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_regulator.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_py", "label": "fp_permit.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_permit.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 3}, {"id": "fp_permit_fppermit", "label": "FpPermit", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPermit", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 6}, {"id": "fp_permit_compute_days_until_expiry", "label": "_compute_days_until_expiry()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_days_until_expiry()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 1}, {"id": "fp_permit_fppermit_search_is_expiring_soon", "label": "._search_is_expiring_soon()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_is_expiring_soon()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 2}, {"id": "fp_permit_compute_condition_count", "label": "_compute_condition_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_condition_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 1}, {"id": "fp_permit_fppermit_action_activate", "label": ".action_activate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 2}, {"id": "fp_permit_fppermit_action_set_pending", "label": ".action_set_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_set_pending()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 2}, {"id": "fp_permit_fppermit_action_revoke", "label": ".action_revoke()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 2}, {"id": "fp_permit_fppermit_action_mark_expired", "label": ".action_mark_expired()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_expired()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_condition_py", "label": "fp_permit_condition.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_permit_condition.py", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit_condition.py", "file_type": "code", "degree": 1}, {"id": "fp_permit_condition_fppermitcondition", "label": "FpPermitCondition", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPermitCondition", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_permit_condition.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_compliance_event_py", "label": "fp_compliance_event.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_compliance_event.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_compliance_event.py", "file_type": "code", "degree": 2}, {"id": "fp_compliance_event_fpcomplianceevent", "label": "FpComplianceEvent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpComplianceEvent", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_compliance_event.py", "file_type": "code", "degree": 3}, {"id": "fp_compliance_event_cron_refresh_states", "label": "_cron_refresh_states()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_refresh_states()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_compliance_event.py", "file_type": "code", "degree": 1}, {"id": "fp_compliance_event_fpcomplianceevent_action_mark_done", "label": ".action_mark_done()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_done()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_compliance_event.py", "file_type": "code", "degree": 2}, {"id": "fp_compliance_event_fpcomplianceevent_action_skip", "label": ".action_skip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_skip()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_compliance_event.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 89, "community_name": "Community 89", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_waste_stream_py", "label": "fp_waste_stream.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_waste_stream.py", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_stream.py", "file_type": "code", "degree": 1}, {"id": "fp_waste_stream_fpwastestream", "label": "FpWasteStream", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpWasteStream", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_stream.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_waste_manifest_py", "label": "fp_waste_manifest.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_waste_manifest.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 2}, {"id": "fp_waste_manifest_fpwastemanifest", "label": "FpWasteManifest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpWasteManifest", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 4}, {"id": "fp_waste_manifest_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 1}, {"id": "fp_waste_manifest_fpwastemanifest_action_ship", "label": ".action_ship()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_ship()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 2}, {"id": "fp_waste_manifest_fpwastemanifest_action_receive", "label": ".action_receive()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_receive()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 2}, {"id": "fp_waste_manifest_fpwastemanifest_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_waste_manifest.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_py", "label": "fp_discharge_sample.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_discharge_sample.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 3}, {"id": "fp_discharge_sample_fpdischargesample", "label": "FpDischargeSample", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDischargeSample", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 5}, {"id": "fp_discharge_sample_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 1}, {"id": "fp_discharge_sample_compute_worst_status", "label": "_compute_worst_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_worst_status()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 1}, {"id": "fp_discharge_sample_fpdischargesample_action_send_to_lab", "label": ".action_send_to_lab()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_to_lab()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 2}, {"id": "fp_discharge_sample_fpdischargesample_action_results_in", "label": ".action_results_in()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_results_in()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 2}, {"id": "fp_discharge_sample_fpdischargesample_action_escalate", "label": ".action_escalate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_escalate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 2}, {"id": "fp_discharge_sample_fpdischargesample_action_close", "label": ".action_close()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "code", "degree": 5}, {"id": "fp_discharge_sample_rationale_67", "label": "Block close until lab evidence is on file. A closed discharge sample wi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block close until lab evidence is on file. A closed discharge sample wi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_sample.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_jurisdiction_py", "label": "fp_jurisdiction.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_jurisdiction.py", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_jurisdiction.py", "file_type": "code", "degree": 2}, {"id": "fp_jurisdiction_fpjurisdiction", "label": "FpJurisdiction", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpJurisdiction", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_jurisdiction.py", "file_type": "code", "degree": 1}, {"id": "fp_jurisdiction_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_jurisdiction.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_limit_py", "label": "fp_discharge_limit.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_discharge_limit.py", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_limit.py", "file_type": "code", "degree": 1}, {"id": "fp_discharge_limit_fpdischargelimit", "label": "FpDischargeLimit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDischargeLimit", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_discharge_limit.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_facility_py", "label": "fp_facility.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_facility.py", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_facility.py", "file_type": "code", "degree": 2}, {"id": "fp_facility_fpfacility", "label": "FpFacility", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpFacility", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_facility.py", "file_type": "code", "degree": 5}, {"id": "fp_facility_compute_compliance_counts", "label": "_compute_compliance_counts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_compliance_counts()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_facility.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_spill_register_py", "label": "fp_spill_register.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_spill_register.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 2}, {"id": "fp_spill_register_fpspillregister", "label": "FpSpillRegister", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpSpillRegister", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 4}, {"id": "fp_spill_register_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 1}, {"id": "fp_spill_register_fpspillregister_action_contain", "label": ".action_contain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_contain()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 2}, {"id": "fp_spill_register_fpspillregister_action_investigate", "label": ".action_investigate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_investigate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 2}, {"id": "fp_spill_register_fpspillregister_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_spill_register.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_pollutant_inventory_py", "label": "fp_pollutant_inventory.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_pollutant_inventory.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_pollutant_inventory.py", "file_type": "code", "degree": 3}, {"id": "fp_pollutant_inventory_fppollutantinventory", "label": "FpPollutantInventory", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPollutantInventory", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_pollutant_inventory.py", "file_type": "code", "degree": 1}, {"id": "fp_pollutant_inventory_compute_name", "label": "_compute_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_pollutant_inventory.py", "file_type": "code", "degree": 2}, {"id": "fp_pollutant_inventory_compute_threshold_exceeded", "label": "_compute_threshold_exceeded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_threshold_exceeded()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance/models/fp_pollutant_inventory.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 90, "community_name": "Community 90", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_manifest_py", "label": "__manifest__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 143, "community_name": "Community 143", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 91, "community_name": "Community 91", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_access_log_py", "label": "fp_cgp_access_log.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_access_log.py", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_access_log.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_access_log_fpcgpaccesslog", "label": "FpCgpAccessLog", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpAccessLog", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_access_log.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_access_log_rationale_10", "label": "Physical access log for CGP-controlled areas. Every entry and exit from a c", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Physical access log for CGP-controlled areas. Every entry and exit from a c", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_access_log.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_visitor_py", "label": "fp_cgp_visitor.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_visitor.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_visitor_fpcgpvisitor", "label": "FpCgpVisitor", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpVisitor", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_visitor_fpcgpvisitor_action_check_in", "label": ".action_check_in()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_check_in()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_visitor_fpcgpvisitor_action_check_out", "label": ".action_check_out()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_check_out()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_visitor_fpcgpvisitor_action_deny", "label": ".action_deny()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_deny()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_visitor_fpcgpvisitor_action_cancel", "label": ".action_cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_visitor_rationale_10", "label": "Visitor log entry under the Controlled Goods Program. Every visitor to a si", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Visitor log entry under the Controlled Goods Program. Every visitor to a si", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_visitor.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_psa_py", "label": "fp_cgp_psa.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_psa.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 4}, {"id": "fp_cgp_psa_fpcgppsa", "label": "FpCgpPsa", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpPsa", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_psa_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_psa_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 3}, {"id": "fp_cgp_psa_onchange_assessment_date", "label": "_onchange_assessment_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_assessment_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_psa_fpcgppsa_action_start", "label": ".action_start()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_psa_fpcgppsa_action_complete", "label": ".action_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_complete()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_psa_fpcgppsa_action_expire", "label": ".action_expire()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_expire()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_psa_fpcgppsa_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_psa_rationale_12", "label": "Personnel Security Assessment. Every person \u2014 employee, contractor, or long", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Personnel Security Assessment. Every person \u2014 employee, contractor, or long", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "rationale", "degree": 1}, {"id": "fp_cgp_psa_rationale_112", "label": "Default expiry to five years after assessment.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Default expiry to five years after assessment.", "community": 144, "community_name": "Community 144", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_psa.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_receipt_shipment_py", "label": "fp_cgp_receipt_shipment.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_receipt_shipment.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 3}, {"id": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "label": "FpCgpReceiptShipment", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpReceiptShipment", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_receipt_shipment_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_receipt_shipment_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 3}, {"id": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_authorize", "label": ".action_authorize()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_authorize()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_execute", "label": ".action_execute()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_execute()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_receipt_shipment_rationale_10", "label": "Movement log for controlled goods. Every receipt, shipment, or internal tra", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Movement log for controlled goods. Every receipt, shipment, or internal tra", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_receipt_shipment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_res_company_py", "label": "res_company.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/res_company.py", "file_type": "code", "degree": 2}, {"id": "res_company_rescompany", "label": "ResCompany", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ResCompany", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_company.py", "file_type": "code", "degree": 8}, {"id": "res_company_compute_x_fc_cgp_registered", "label": "_compute_x_fc_cgp_registered()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_cgp_registered()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "res_company_rationale_10", "label": "Extend company with a default nuclear records retention policy. Nuclear qua", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend company with a default nuclear records retention policy. Nuclear qua", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/res_company.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_authorized_individual_py", "label": "fp_cgp_authorized_individual.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_authorized_individual.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "label": "FpCgpAuthorizedIndividual", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpAuthorizedIndividual", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_authorized_individual_compute_name", "label": "_compute_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_activate", "label": ".action_activate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_suspend", "label": ".action_suspend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_suspend()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_revoke", "label": ".action_revoke()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_deactivate", "label": ".action_deactivate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_deactivate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_authorized_individual_rationale_10", "label": "Authorized Individual (AI) under the Controlled Goods Program. Every regist", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Authorized Individual (AI) under the Controlled Goods Program. Every regist", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_authorized_individual.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_controlled_good_py", "label": "fp_cgp_controlled_good.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_controlled_good.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_controlled_good_fpcgpcontrolledgood", "label": "FpCgpControlledGood", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpControlledGood", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_process", "label": ".action_mark_in_process()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_in_process()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_storage", "label": ".action_mark_in_storage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_in_storage()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_shipped", "label": ".action_mark_shipped()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_shipped()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_destroyed", "label": ".action_mark_destroyed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_destroyed()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_controlled_good_rationale_10", "label": "Inventory of controlled goods currently handled by the shop. This is intent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Inventory of controlled goods currently handled by the shop. This is intent", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_controlled_good.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_registration_py", "label": "fp_cgp_registration.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_registration.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_fpcgpregistration", "label": "FpCgpRegistration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpRegistration", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 7}, {"id": "fp_cgp_registration_onchange_registration_date", "label": "_onchange_registration_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_registration_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 1}, {"id": "fp_cgp_registration_fpcgpregistration_action_mark_registered", "label": ".action_mark_registered()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_registered()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_fpcgpregistration_action_suspend", "label": ".action_suspend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_suspend()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_fpcgpregistration_action_expire", "label": ".action_expire()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_expire()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_fpcgpregistration_action_revoke", "label": ".action_revoke()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_fpcgpregistration_action_reset_to_pending", "label": ".action_reset_to_pending()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_pending()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_registration_rationale_12", "label": "Canadian Controlled Goods Program registration. Every Canadian entity that", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Canadian Controlled Goods Program registration. Every Canadian entity that", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "rationale", "degree": 1}, {"id": "fp_cgp_registration_rationale_98", "label": "Default expiry to five years after registration.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Default expiry to five years after registration.", "community": 145, "community_name": "Community 145", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_registration.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_hremployee", "label": "HrEmployee", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HrEmployee", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "code", "degree": 11}, {"id": "hr_employee_compute_x_fc_cgp_psa_status", "label": "_compute_x_fc_cgp_psa_status()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_cgp_psa_status()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/hr_employee.py", "file_type": "code", "degree": 1}, {"id": "hr_employee_rationale_12", "label": "Extend hr.employee with CGP-specific fields. Uses the ``x_fc_`` prefix on e", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend hr.employee with CGP-specific fields. Uses the ``x_fc_`` prefix on e", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_security_incident_py", "label": "fp_cgp_security_incident.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cgp_security_incident.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 3}, {"id": "fp_cgp_security_incident_fpcgpsecurityincident", "label": "FpCgpSecurityIncident", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCgpSecurityIncident", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 6}, {"id": "fp_cgp_security_incident_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_security_incident_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 3}, {"id": "fp_cgp_security_incident_fpcgpsecurityincident_action_investigate", "label": ".action_investigate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_investigate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_security_incident_fpcgpsecurityincident_action_report", "label": ".action_report()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_report()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_security_incident_fpcgpsecurityincident_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_security_incident_fpcgpsecurityincident_action_reset", "label": ".action_reset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_cgp_security_incident_rationale_10", "label": "Security incident or breach under the Controlled Goods Program. Any event t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Security incident or breach under the Controlled Goods Program. Any event t", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_cgp/models/fp_cgp_security_incident.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/__init__.py", "file_type": "code", "degree": 3}, {"id": "init_fusion_tasks_post_init", "label": "_fusion_tasks_post_init()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fusion_tasks_post_init()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/__init__.py", "file_type": "code", "degree": 3}, {"id": "init_rationale_9", "label": "Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Post-install hook for fusion_tasks. 1. Sets default ICP values (upsert - sa", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_manifest_py", "label": "__manifest__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 146, "community_name": "Community 146", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_location_py", "label": "technician_location.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "technician_location.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "code", "degree": 4}, {"id": "technician_location_fusiontechnicianlocation", "label": "FusionTechnicianLocation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTechnicianLocation", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "code", "degree": 1}, {"id": "technician_location_log_location", "label": "log_location()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "log_location()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "code", "degree": 2}, {"id": "technician_location_get_latest_locations", "label": "get_latest_locations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_latest_locations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "code", "degree": 4}, {"id": "technician_location_cron_cleanup_old_locations", "label": "_cron_cleanup_old_locations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_cleanup_old_locations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "code", "degree": 3}, {"id": "technician_location_rationale_60", "label": "Log the current user's location. Called from portal JS.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Log the current user's location. Called from portal JS.", "community": 147, "community_name": "Community 147", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "rationale", "degree": 0}, {"id": "technician_location_rationale_71", "label": "Get the most recent location for each technician (for map view). Includ", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the most recent location for each technician (for map view). Includ", "community": 148, "community_name": "Community 148", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "rationale", "degree": 0}, {"id": "technician_location_rationale_105", "label": "Remove location logs based on configurable retention setting. Setting (", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove location logs based on configurable retention setting. Setting (", "community": 149, "community_name": "Community 149", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_location.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 92, "community_name": "Community 92", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_company_py", "label": "res_company.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_push_subscription_py", "label": "push_subscription.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "push_subscription.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/push_subscription.py", "file_type": "code", "degree": 2}, {"id": "push_subscription_fusionpushsubscription", "label": "FusionPushSubscription", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPushSubscription", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/push_subscription.py", "file_type": "code", "degree": 1}, {"id": "push_subscription_register_subscription", "label": "register_subscription()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "register_subscription()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/push_subscription.py", "file_type": "code", "degree": 3}, {"id": "push_subscription_rationale_56", "label": "Register or update a push subscription.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Register or update a push subscription.", "community": 150, "community_name": "Community 150", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/push_subscription.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_users_py", "label": "res_users.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_users.py", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_resusers", "label": "ResUsers", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ResUsers", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_config_settings.py", "file_type": "code", "degree": 5}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "label": "technician_task.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "technician_task.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 28}, {"id": "technician_task_fusiontechniciantask", "label": "FusionTechnicianTask", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTechnicianTask", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 65}, {"id": "technician_task_fusiontechniciantask_compute_display_name", "label": "._compute_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_display_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_get_store_hours", "label": "._get_store_hours()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_store_hours()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 14}, {"id": "technician_task_compute_client_display", "label": "_compute_client_display()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_client_display()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_compute_all_technician_ids", "label": "_compute_all_technician_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_all_technician_ids()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "label": "._get_calendar_busy_intervals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_calendar_busy_intervals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_find_next_available_slot", "label": "._find_next_available_slot()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_next_available_slot()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 11}, {"id": "technician_task_fusiontechniciantask_get_available_gaps", "label": "._get_available_gaps()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_available_gaps()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_get_time_selection", "label": "_get_time_selection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_time_selection()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_compute_time_12h", "label": "_compute_time_12h()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_time_12h()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_fusiontechniciantask_inverse_time_start_12h", "label": "._inverse_time_start_12h()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_time_start_12h()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_fusiontechniciantask_inverse_time_end_12h", "label": "._inverse_time_end_12h()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_time_end_12h()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_compute_time_displays", "label": "_compute_time_displays()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_time_displays()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_onchange_task_type_duration", "label": "_onchange_task_type_duration()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_task_type_duration()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_onchange_compute_end_time", "label": "_onchange_compute_end_time()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_compute_end_time()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_compute_datetimes", "label": "_compute_datetimes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_datetimes()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_inverse_datetime_start", "label": "._inverse_datetime_start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_datetime_start()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_inverse_datetime_end", "label": "._inverse_datetime_end()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_datetime_end()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_compute_schedule_info", "label": "_compute_schedule_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_schedule_info()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_compute_prev_task_summary", "label": "_compute_prev_task_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_prev_task_summary()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_fusiontechniciantask_quick_travel_time", "label": "._quick_travel_time()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._quick_travel_time()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_compute_color", "label": "_compute_color()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_color()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_compute_address_display", "label": "_compute_address_display()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_address_display()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_onchange_is_in_store", "label": "_onchange_is_in_store()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_is_in_store()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_onchange_partner_id", "label": "_onchange_partner_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_partner_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 1}, {"id": "technician_task_fusiontechniciantask_fill_address_from_partner", "label": "._fill_address_from_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fill_address_from_partner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_check_address_required", "label": "_check_address_required()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_address_required()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_check_no_overlap", "label": "_check_no_overlap()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_no_overlap()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_onchange_technician_date_autoset", "label": "_onchange_technician_date_autoset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_technician_date_autoset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_snap_if_overlap", "label": "._snap_if_overlap()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._snap_if_overlap()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_snap_to_quarter", "label": "._snap_to_quarter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._snap_to_quarter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_default_get", "label": "default_get()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 11}, {"id": "technician_task_fusiontechniciantask_create_vals_fill", "label": "._create_vals_fill()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_vals_fill()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_fusiontechniciantask_on_create_post_actions", "label": "._on_create_post_actions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._on_create_post_actions()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_write", "label": ".write()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 20}, {"id": "technician_task_fusiontechniciantask_sync_calendar_event", "label": "._sync_calendar_event()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._sync_calendar_event()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 8}, {"id": "technician_task_fill_address_vals", "label": "_fill_address_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fill_address_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_post_task_created_to_linked_order", "label": "._post_task_created_to_linked_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_task_created_to_linked_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_mark_sale_order_ready_for_delivery", "label": "._mark_sale_order_ready_for_delivery()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._mark_sale_order_ready_for_delivery()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "label": "._recalculate_day_travel_chains()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._recalculate_day_travel_chains()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_get_technician_start_address", "label": "._get_technician_start_address()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_technician_start_address()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_geocode_address_string", "label": "._geocode_address_string()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._geocode_address_string()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "._recalculate_combos_travel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._recalculate_combos_travel()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 13}, {"id": "technician_task_fusiontechniciantask_get_tech_current_location", "label": "._get_tech_current_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tech_current_location()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "label": "._recalculate_travel_from_current_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._recalculate_travel_from_current_location()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "label": "._recalculate_remaining_tasks_travel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._recalculate_remaining_tasks_travel()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "label": "._check_previous_tasks_completed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_previous_tasks_completed()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_fusiontechniciantask_write_action_location", "label": "._write_action_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._write_action_location()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 8}, {"id": "technician_task_fusiontechniciantask_action_start_en_route", "label": ".action_start_en_route()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_en_route()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 10}, {"id": "technician_task_fusiontechniciantask_action_start_task", "label": ".action_start_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_task()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_action_complete_task", "label": ".action_complete_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_complete_task()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 13}, {"id": "technician_task_fusiontechniciantask_check_completion_requirements", "label": "._check_completion_requirements()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_completion_requirements()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_on_complete_extra", "label": "._on_complete_extra()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._on_complete_extra()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_action_cancel_task", "label": ".action_cancel_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel_task()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_on_cancel_extra", "label": "._on_cancel_extra()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._on_cancel_extra()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_action_reschedule", "label": ".action_reschedule()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reschedule()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_action_reset_to_scheduled", "label": ".action_reset_to_scheduled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_scheduled()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_post_status_message", "label": "._post_status_message()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_status_message()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 8}, {"id": "technician_task_fusiontechniciantask_post_completion_to_linked_order", "label": "._post_completion_to_linked_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_completion_to_linked_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "label": "._notify_scheduler_on_completion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._notify_scheduler_on_completion()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_fusiontechniciantask_get_task_email_details", "label": "._get_task_email_details()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_task_email_details()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_get_task_email_recipients", "label": "._get_task_email_recipients()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_task_email_recipients()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_send_task_cancelled_email", "label": "._send_task_cancelled_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_task_cancelled_email()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_send_task_scheduled_email", "label": "._send_task_scheduled_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_task_scheduled_email()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_send_task_rescheduled_email", "label": "._send_task_rescheduled_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_task_rescheduled_email()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_get_email_builder", "label": "._get_email_builder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_email_builder()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_is_email_notifications_enabled", "label": "._is_email_notifications_enabled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_email_notifications_enabled()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_get_linked_order", "label": "._get_linked_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_linked_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "._send_task_en_route_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_task_en_route_email()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 12}, {"id": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "._send_task_completion_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_task_completion_email()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 12}, {"id": "technician_task_fusiontechniciantask_get_next_task_for_technician", "label": ".get_next_task_for_technician()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_next_task_for_technician()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_get_google_maps_api_key", "label": "._get_google_maps_api_key()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_google_maps_api_key()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_get_map_data", "label": "get_map_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_map_data()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_get_tech_start_locations", "label": "_get_tech_start_locations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_tech_start_locations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_get_clock_in_locations", "label": "_get_clock_in_locations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_clock_in_locations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_fusiontechniciantask_geocode_address", "label": "._geocode_address()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._geocode_address()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 8}, {"id": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "._calculate_travel_time()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._calculate_travel_time()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 10}, {"id": "technician_task_fusiontechniciantask_action_calculate_travel_times", "label": ".action_calculate_travel_times()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_calculate_travel_times()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 3}, {"id": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "._do_calculate_travel_times()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._do_calculate_travel_times()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 13}, {"id": "technician_task_cron_calculate_travel_times", "label": "_cron_calculate_travel_times()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_calculate_travel_times()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_cron_check_late_arrivals", "label": "_cron_check_late_arrivals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_check_late_arrivals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 7}, {"id": "technician_task_fusiontechniciantask_get_technician_tasks_for_date", "label": ".get_technician_tasks_for_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_technician_tasks_for_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_get_next_task", "label": ".get_next_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_next_task()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_get_current_task", "label": ".get_current_task()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_current_task()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_fusiontechniciantask_send_push_notification", "label": "._send_push_notification()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._send_push_notification()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 6}, {"id": "technician_task_cron_send_push_notifications", "label": "_cron_send_push_notifications()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_send_push_notifications()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_get_local_tz", "label": "._get_local_tz()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_local_tz()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 5}, {"id": "technician_task_fusiontechniciantask_utc_to_local", "label": "._utc_to_local()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._utc_to_local()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 4}, {"id": "technician_task_fusiontechniciantask_local_now", "label": "._local_now()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._local_now()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 10}, {"id": "technician_task_float_to_time_str", "label": "_float_to_time_str()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_float_to_time_str()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 11}, {"id": "technician_task_fusiontechniciantask_get_google_maps_url", "label": ".get_google_maps_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_google_maps_url()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "code", "degree": 2}, {"id": "technician_task_rationale_32", "label": "Richer display name: Client - Type | 9:00 AM - 10:00 AM [+2 techs].", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Richer display name: Client - Type | 9:00 AM - 10:00 AM [+2 techs].", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_52", "label": "Return (open_hour, close_hour) from settings. Defaults 9.0 / 18.0.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (open_hour, close_hour) from settings. Defaults 9.0 / 18.0.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_455", "label": "Return busy intervals from calendar.event for a technician on a date. Q", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return busy intervals from calendar.event for a technician on a date. Q", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_506", "label": "Find the next available time slot for a technician on a given date. Sca", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the next available time slot for a technician on a given date. Sca", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_624", "label": "Return a list of available (start, end) gaps for a technician on a date.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of available (start, end) gaps for a technician on a date.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_660", "label": "Generate 12-hour time slots every 15 minutes, store hours only (9 AM - 6 PM).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate 12-hour time slots every 15 minutes, store hours only (9 AM - 6 PM).", "community": 151, "community_name": "Community 151", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_676", "label": "Sync the 12h selection fields from the raw float values.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sync the 12h selection fields from the raw float values.", "community": 152, "community_name": "Community 152", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_693", "label": "Convert float hours to readable time strings.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert float hours to readable time strings.", "community": 153, "community_name": "Community 153", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_700", "label": "Set default duration based on task type.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set default duration based on task type.", "community": 154, "community_name": "Community 154", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_710", "label": "Auto-compute end time from start + duration. Also run overlap check.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-compute end time from start + duration. Also run overlap check.", "community": 155, "community_name": "Community 155", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_723", "label": "Combine date + float time into proper Datetime fields for calendar. time", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Combine date + float time into proper Datetime fields for calendar. time", "community": 156, "community_name": "Community 156", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_741", "label": "When datetime_start is changed (e.g. from calendar drag), update date + time.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When datetime_start is changed (e.g. from calendar drag), update date + time.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_751", "label": "When datetime_end is changed (e.g. from calendar resize), update time_end.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When datetime_end is changed (e.g. from calendar resize), update time_end.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_761", "label": "Show booked + available time slots for the technician on the selected date.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show booked + available time slots for the technician on the selected date.", "community": 157, "community_name": "Community 157", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_839", "label": "Show previous task info + travel time warning with color coding.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show previous task info + travel time warning with color coding.", "community": 158, "community_name": "Community 158", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_940", "label": "Quick inline travel time calculation using Google Distance Matrix API. R", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Quick inline travel time calculation using Google Distance Matrix API. R", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1018", "label": "Auto-fill company address when task is marked as in-store.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill company address when task is marked as in-store.", "community": 159, "community_name": "Community 159", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1028", "label": "Auto-fill address fields from the selected client's address.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill address fields from the selected client's address.", "community": 160, "community_name": "Community 160", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1043", "label": "Populate address fields from a partner record.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate address fields from a partner record.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1061", "label": "Non-in-store tasks must have a geocoded address.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Non-in-store tasks must have a geocoded address.", "community": 161, "community_name": "Community 161", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1074", "label": "Prevent overlapping bookings for the same technician on the same date.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prevent overlapping bookings for the same technician on the same date.", "community": 162, "community_name": "Community 162", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1206", "label": "Auto-set start/end time to the first available slot when tech+date change.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-set start/end time to the first available slot when tech+date change.", "community": 163, "community_name": "Community 163", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1236", "label": "Check if current time_start/time_end overlaps with another task. If so,", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if current time_start/time_end overlaps with another task. If so,", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1296", "label": "Round a float hour to the nearest 15-minute slot and clamp to store hours.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Round a float hour to the nearest 15-minute slot and clamp to store hours.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1303", "label": "Handle calendar time range selection: pre-fill date + times from context.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle calendar time range selection: pre-fill date + times from context.", "community": 164, "community_name": "Community 164", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1389", "label": "Hook: fill address from linked records during create. Base implementati", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: fill address from linked records during create. Base implementati", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1400", "label": "Hook: post-create side-effects for linked records. Override in subclass", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: post-create side-effects for linked records. Override in subclass", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1478", "label": "Create or update a linked calendar.event for external calendar sync. On", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update a linked calendar.event for external calendar sync. On", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1548", "label": "Helper to fill address vals dict from a partner record.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to fill address vals dict from a partner record.", "community": 165, "community_name": "Community 165", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_1561", "label": "Hook: post task creation notice to linked order chatter. Override in fus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: post task creation notice to linked order chatter. Override in fus", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1566", "label": "Hook: mark linked sale orders as ready for delivery. Override in fusion_", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: mark linked sale orders as ready for delivery. Override in fusion_", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1571", "label": "Recalculate travel for all tech+date combos affected by these tasks. In", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate travel for all tech+date combos affected by these tasks. In", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1586", "label": "Get the start address for a technician. Priority: 1. Technici", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the start address for a technician. Priority: 1. Technici", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1601", "label": "Geocode an address string and return (lat, lng) or (0.0, 0.0).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Geocode an address string and return (lat, lng) or (0.0, 0.0).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1617", "label": "Recalculate travel for a set of (tech_id, date) combinations. Start-poi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate travel for a set of (tech_id, date) combinations. Start-poi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1692", "label": "Get the technician's most recent GPS location. Priority: 1. L", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the technician's most recent GPS location. Priority: 1. L", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1731", "label": "Recalculate travel time for THIS task from the tech's current GPS. Call", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate travel time for THIS task from the tech's current GPS. Call", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1750", "label": "After completing a task, recalculate travel for all remaining tasks in t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "After completing a task, recalculate travel for all remaining tasks in t", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1810", "label": "Check that all earlier tasks for the same technician+date are completed.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check that all earlier tasks for the same technician+date are completed.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1830", "label": "Write GPS coordinates from context onto the task record.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Write GPS coordinates from context onto the task record.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1846", "label": "Mark task as En Route.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark task as En Route.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1876", "label": "Mark task as In Progress.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark task as In Progress.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1890", "label": "Mark task as Completed.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark task as Completed.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1925", "label": "Hook: check additional requirements before task completion. Override in", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: check additional requirements before task completion. Override in", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1930", "label": "Hook: additional side-effects after task completion. Override in subclas", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: additional side-effects after task completion. Override in subclas", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1935", "label": "Cancel the task. Sends cancellation email and runs cancel hooks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the task. Sends cancellation email and runs cancel hooks.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1945", "label": "Hook: additional side-effects after task cancellation. Override in subcl", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: additional side-effects after task cancellation. Override in subcl", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1950", "label": "Open the reschedule form for this task. Saves old schedule info, then op", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the reschedule form for this task. Saves old schedule info, then op", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1969", "label": "Reset task back to scheduled.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset task back to scheduled.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1978", "label": "Post a status change message to the task chatter.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Post a status change message to the task chatter.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_1997", "label": "Hook: post completion notes to linked order chatter. Override in fusion_", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook: post completion notes to linked order chatter. Override in fusion_", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2002", "label": "Send an Odoo notification to the person who scheduled the task.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send an Odoo notification to the person who scheduled the task.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2061", "label": "Build common detail rows for task emails.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build common detail rows for task emails.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2081", "label": "Get email recipients for task notifications. Returns dict with 'to' (cli", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get email recipients for task notifications. Returns dict with 'to' (cli", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2099", "label": "Send cancellation email. Base: no-op. Override in fusion_tasks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send cancellation email. Base: no-op. Override in fusion_tasks.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2103", "label": "Send scheduled email. Base: no-op. Override in fusion_tasks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send scheduled email. Base: no-op. Override in fusion_tasks.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2107", "label": "Send rescheduled email. Base: no-op. Override in fusion_tasks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send rescheduled email. Base: no-op. Override in fusion_tasks.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2115", "label": "Return a record that has the _email_build mixin. Base: returns self (ta", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a record that has the _email_build mixin. Base: returns self (ta", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2123", "label": "Check if email notifications are enabled. Base: always True. Override i", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if email notifications are enabled. Base: always True. Override i", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2131", "label": "Return the linked order record (SO or PO), or False. Base: always False", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the linked order record (SO or PO), or False. Base: always False", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2139", "label": "Email the client that the technician is on the way.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Email the client that the technician is on the way.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2222", "label": "Email the client that the visit is complete. Sends one of two variants", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Email the client that the visit is complete. Sends one of two variants", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2327", "label": "Get the next task in sequence for the same technician+date after this one.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the next task in sequence for the same technician+date after this one.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2347", "label": "Get the Google Maps API key from config.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the Google Maps API key from config.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2354", "label": "Return task data, technician locations, and Google Maps API key. Args:", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return task data, technician locations, and Google Maps API key. Args:", "community": 166, "community_name": "Community 166", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2390", "label": "Build a dict of technician start locations for route origins. Priority", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a dict of technician start locations for route origins. Priority", "community": 167, "community_name": "Community 167", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2460", "label": "Get today's clock-in lat/lng from fusion_clock if installed. Uses the t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get today's clock-in lat/lng from fusion_clock if installed. Uses the t", "community": 168, "community_name": "Community 168", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2537", "label": "Geocode the task address using Google Geocoding API.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Geocode the task address using Google Geocoding API.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2564", "label": "Calculate travel time from origin to this task using Distance Matrix API.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate travel time from origin to this task using Distance Matrix API.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2600", "label": "Calculate travel times for a day's schedule. Called from backend button or cron.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate travel times for a day's schedule. Called from backend button or cron.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2606", "label": "Internal: calculate travel times for tasks. Does not return an action.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Internal: calculate travel times for tasks. Does not return an action.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2682", "label": "Cron job: Calculate travel times for today and tomorrow. Runs every 15", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron job: Calculate travel times for today and tomorrow. Runs every 15", "community": 169, "community_name": "Community 169", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2701", "label": "Cron: detect tasks where the technician hasn't started and the scheduled", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron: detect tasks where the technician hasn't started and the scheduled", "community": 170, "community_name": "Community 170", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2773", "label": "Get all tasks for a technician on a given date, ordered by sequence.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get all tasks for a technician on a given date, ordered by sequence.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2781", "label": "Get the next upcoming task for a technician.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the next upcoming task for a technician.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2790", "label": "Get the current in-progress task for a technician.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the current in-progress task for a technician.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2803", "label": "Send a web push notification for this task.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a web push notification for this task.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2861", "label": "Cron: Send push notifications for upcoming tasks.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron: Send push notifications for upcoming tasks.", "community": 171, "community_name": "Community 171", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2895", "label": "Return the pytz timezone for local time calculations. Priority: company", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the pytz timezone for local time calculations. Priority: company", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2909", "label": "Convert a naive UTC datetime to a timezone-aware local datetime.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a naive UTC datetime to a timezone-aware local datetime.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2916", "label": "Current datetime in the local (company) timezone.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Current datetime in the local (company) timezone.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "technician_task_rationale_2921", "label": "Convert float hours to time string like '9:30 AM'.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert float hours to time string like '9:30 AM'.", "community": 172, "community_name": "Community 172", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 0}, {"id": "technician_task_rationale_2931", "label": "Get Google Maps navigation URL using the text address so the destination", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get Google Maps navigation URL using the text address so the destination", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/technician_task.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_respartner", "label": "ResPartner", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ResPartner", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_partner.py", "file_type": "code", "degree": 14}, {"id": "res_partner_respartner_geocode_start_address", "label": "._geocode_start_address()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._geocode_start_address()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_partner.py", "file_type": "code", "degree": 4}, {"id": "res_partner_create", "label": "create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_partner.py", "file_type": "code", "degree": 4}, {"id": "res_partner_respartner_write", "label": ".write()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_email_builder_mixin_py", "label": "email_builder_mixin.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "email_builder_mixin.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 1}, {"id": "email_builder_mixin_fusionemailbuildermixin", "label": "FusionEmailBuilderMixin", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionEmailBuilderMixin", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 9}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_build", "label": "._email_build()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_build()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 11}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_section", "label": "._email_section()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_section()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 3}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_note", "label": "._email_note()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_note()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 4}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_button", "label": "._email_button()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_button()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 3}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_attachment_note", "label": "._email_attachment_note()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_attachment_note()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 3}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_status_badge", "label": "._email_status_badge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_status_badge()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 3}, {"id": "email_builder_mixin_fusionemailbuildermixin_get_company_info", "label": "._get_company_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_company_info()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 4}, {"id": "email_builder_mixin_fusionemailbuildermixin_email_is_enabled", "label": "._email_is_enabled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._email_is_enabled()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "code", "degree": 2}, {"id": "email_builder_mixin_rationale_40", "label": "Build a complete professional email HTML string. Args: titl", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a complete professional email HTML string. Args: titl", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_146", "label": "Build a labeled details table section. Args: heading: Secti", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a labeled details table section. Args: heading: Secti", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_178", "label": "Build a left-border accent note block.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a left-border accent note block.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_187", "label": "Build a centered CTA button.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a centered CTA button.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_196", "label": "Build a dashed-border attachment callout. Args: description", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a dashed-border attachment callout. Args: description", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_210", "label": "Return an inline status badge/pill HTML snippet.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an inline status badge/pill HTML snippet.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_229", "label": "Return company name, phone, email for email templates.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return company name, phone, email for email templates.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "email_builder_mixin_rationale_238", "label": "Check if email notifications are enabled in settings.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if email notifications are enabled in settings.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/models/email_builder_mixin.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "label": "fusion_task_map_view.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_task_map_view.js", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 12}, {"id": "fusion_task_map_view_numberedpinsvg", "label": "numberedPinSvg()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "numberedPinSvg()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_numberedpinuri", "label": "numberedPinUri()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "numberedPinUri()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_loadgooglemaps", "label": "loadGoogleMaps()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "loadGoogleMaps()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_initialsof", "label": "initialsOf()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialsOf()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_localdatestr", "label": "localDateStr()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "localDateStr()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_floattotime12", "label": "floatToTime12()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "floatToTime12()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_classifytask", "label": "classifyTask()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "classifyTask()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_classifydate", "label": "classifyDate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "classifyDate()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_extracttechnicians", "label": "extractTechnicians()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extractTechnicians()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_grouptasks", "label": "groupTasks()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "groupTasks()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 7}, {"id": "fusion_task_map_view_fusiontaskmapcontroller", "label": "FusionTaskMapController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTaskMapController", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 38}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_meta", "label": "._meta()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._meta()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "label": "._getDomain()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._getDomain()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 5}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "label": "._storeResult()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._storeResult()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 6}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "label": "._rebuildGroups()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._rebuildGroups()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 6}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "label": "._loadAndRender()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._loadAndRender()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 7}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "label": "._softRefresh()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._softRefresh()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 5}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_onmodelupdate", "label": "._onModelUpdate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._onModelUpdate()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_initmap", "label": "._initMap()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._initMap()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_clearmarkers", "label": "._clearMarkers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._clearMarkers()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_clearroute", "label": "._clearRoute()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._clearRoute()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "label": "._placeMarkers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._placeMarkers()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 6}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "._renderMarkers()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._renderMarkers()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 14}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "label": "._renderRoute()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._renderRoute()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 6}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_pointalongleg", "label": "._pointAlongLeg()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._pointAlongLeg()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_haversine", "label": "._haversine()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._haversine()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_createtravellabel", "label": "._createTravelLabel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._createTravelLabel()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_startrouteanimation", "label": "._startRouteAnimation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._startRouteAnimation()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_opentaskpopup", "label": "._openTaskPopup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._openTaskPopup()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 4}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_togglesidebar", "label": ".toggleSidebar()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleSidebar()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_togglegroup", "label": ".toggleGroup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleGroup()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_isgroupcollapsed", "label": ".isGroupCollapsed()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".isGroupCollapsed()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_focustask", "label": ".focusTask()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".focusTask()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggledayfilter", "label": ".toggleDayFilter()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleDayFilter()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_isgroupvisible", "label": ".isGroupVisible()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".isGroupVisible()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_showalldays", "label": ".showAllDays()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".showAllDays()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_showtodayonly", "label": ".showTodayOnly()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".showTodayOnly()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggletechfilter", "label": ".toggleTechFilter()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleTechFilter()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_istechvisible", "label": ".isTechVisible()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".isTechVisible()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_showalltechs", "label": ".showAllTechs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".showAllTechs()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggletraffic", "label": ".toggleTraffic()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleTraffic()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggletasks", "label": ".toggleTasks()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleTasks()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggletechnicians", "label": ".toggleTechnicians()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleTechnicians()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_toggleroute", "label": ".toggleRoute()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleRoute()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 3}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_onrefresh", "label": ".onRefresh()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRefresh()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_opentask", "label": ".openTask()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openTask()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusiontaskmapcontroller_createnewtask", "label": ".createNewTask()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".createNewTask()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 1}, {"id": "fusion_task_map_view_fusionmaparchparser", "label": "FusionMapArchParser", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMapArchParser", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "fusion_task_map_view_fusionmaparchparser_parse", "label": ".parse()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_tasks/static/src/js/fusion_task_map_view.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 93, "community_name": "Community 93", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_manifest_py", "label": "__manifest__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 173, "community_name": "Community 173", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_py", "label": "fp_value.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_value.py", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value.py", "file_type": "code", "degree": 2}, {"id": "fp_value_fpvalue", "label": "FpValue", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpValue", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value.py", "file_type": "code", "degree": 3}, {"id": "fp_value_compute_recognition_count", "label": "_compute_recognition_count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_recognition_count()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value.py", "file_type": "code", "degree": 1}, {"id": "fp_value_fpvalue_name_get", "label": ".name_get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".name_get()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value.py", "file_type": "code", "degree": 2}, {"id": "fp_value_rationale_10", "label": "A single value, fundamental, core behaviour, or belief. Values are grouped", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single value, fundamental, core behaviour, or belief. Values are grouped", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 94, "community_name": "Community 94", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_compute_x_fc_recognition_stats", "label": "_compute_x_fc_recognition_stats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_recognition_stats()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_rationale_10", "label": "Tag employees with the shop roles they can perform. An employee with role '", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tag employees with the shop roles they can perform. An employee with role '", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_rotation_py", "label": "fp_value_rotation.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_value_rotation.py", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 3}, {"id": "fp_value_rotation_fpvaluerotation", "label": "FpValueRotation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpValueRotation", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 4}, {"id": "fp_value_rotation_compute_next_rotation_date", "label": "_compute_next_rotation_date()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_next_rotation_date()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 2}, {"id": "fp_value_rotation_fpvaluerotation_action_advance", "label": ".action_advance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_advance()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 3}, {"id": "fp_value_rotation_fpvaluerotation_advance_one", "label": "._advance_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._advance_one()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 6}, {"id": "fp_value_rotation_cron_advance_rotation", "label": "_cron_advance_rotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_advance_rotation()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "code", "degree": 2}, {"id": "fp_value_rotation_rationale_12", "label": "A schedule that rotates a value to the front of the shop's attention. Used", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A schedule that rotates a value to the front of the shop's attention. Used", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "rationale", "degree": 1}, {"id": "fp_value_rotation_rationale_94", "label": "Manually advance the rotation to the next value. Wired to a form button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manually advance the rotation to the next value. Wired to a form button", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "rationale", "degree": 1}, {"id": "fp_value_rotation_rationale_104", "label": "Move this rotation to the next value in the set, wrapping.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Move this rotation to the next value in the set, wrapping.", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "rationale", "degree": 1}, {"id": "fp_value_rotation_rationale_133", "label": "Cron entry point. A shop admin can wire an ir.cron to this method. The", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron entry point. A shop admin can wire an ir.cron to this method. The", "community": 174, "community_name": "Community 174", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_rotation.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_recognition_py", "label": "fp_value_recognition.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_value_recognition.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 2}, {"id": "fp_value_recognition_fpvaluerecognition", "label": "FpValueRecognition", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpValueRecognition", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 5}, {"id": "fp_value_recognition_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 3}, {"id": "fp_value_recognition_fpvaluerecognition_action_publish", "label": ".action_publish()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_publish()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 2}, {"id": "fp_value_recognition_fpvaluerecognition_action_archive_recognition", "label": ".action_archive_recognition()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_archive_recognition()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 2}, {"id": "fp_value_recognition_fpvaluerecognition_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "code", "degree": 1}, {"id": "fp_value_recognition_rationale_10", "label": "A peer recognition tied to a specific value. Example: \"I saw Sarah living V", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A peer recognition tied to a specific value. Example: "I saw Sarah living V", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_recognition.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_set_py", "label": "fp_value_set.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_value_set.py", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "code", "degree": 3}, {"id": "fp_value_set_fpvalueset", "label": "FpValueSet", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpValueSet", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "code", "degree": 3}, {"id": "fp_value_set_compute_value_count", "label": "_compute_value_count()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_value_count()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "code", "degree": 1}, {"id": "fp_value_set_fpvalueset_write", "label": ".write()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "code", "degree": 4}, {"id": "fp_value_set_create", "label": "create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "code", "degree": 2}, {"id": "fp_value_set_rationale_10", "label": "A named collection of values owned by a company. Each shop loads its own se", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A named collection of values owned by a company. Each shop loads its own se", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "rationale", "degree": 1}, {"id": "fp_value_set_rationale_83", "label": "When flipping a set to primary, demote any other primary set in the same", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When flipping a set to primary, demote any other primary set in the same", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_culture/models/fp_value_set.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 95, "community_name": "Community 95", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_manifest_py", "label": "__manifest__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 175, "community_name": "Community 175", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_ir_actions_report_py", "label": "ir_actions_report.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_actions_report.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/ir_actions_report.py", "file_type": "code", "degree": 3}, {"id": "ir_actions_report_iractionsreport", "label": "IrActionsReport", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IrActionsReport", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/ir_actions_report.py", "file_type": "code", "degree": 1}, {"id": "ir_actions_report_iractionsactions", "label": "IrActionsActions", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IrActionsActions", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/ir_actions_report.py", "file_type": "code", "degree": 1}, {"id": "ir_actions_report_get_bindings", "label": "_get_bindings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_bindings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/ir_actions_report.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 96, "community_name": "Community 96", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_report_wo_margin_py", "label": "report_wo_margin.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "report_wo_margin.py", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "code", "degree": 2}, {"id": "report_wo_margin_reportwomargin", "label": "ReportWoMargin", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportWoMargin", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "code", "degree": 4}, {"id": "report_wo_margin_reportwomargin_get_station_costs", "label": "._get_station_costs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_station_costs()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "code", "degree": 4}, {"id": "report_wo_margin_reportwomargin_get_part_margins", "label": "._get_part_margins()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_part_margins()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "code", "degree": 4}, {"id": "report_wo_margin_get_report_values", "label": "_get_report_values()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_report_values()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "code", "degree": 4}, {"id": "report_wo_margin_rationale_10", "label": "Work Order Margin Report Data. Computes cost, revenue, and margin breakdown", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Work Order Margin Report Data. Computes cost, revenue, and margin breakdown", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "rationale", "degree": 1}, {"id": "report_wo_margin_rationale_22", "label": "Return a list of dicts with per-station cost breakdown.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of dicts with per-station cost breakdown.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "rationale", "degree": 1}, {"id": "report_wo_margin_rationale_54", "label": "Return margin breakdown per unique product (part number).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return margin breakdown per unique product (part number).", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_reports/models/report_wo_margin.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 97, "community_name": "Community 97", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_manifest_py", "label": "__manifest__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 176, "community_name": "Community 176", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_maintenance_equipment_py", "label": "maintenance_equipment.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "maintenance_equipment.py", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_equipment.py", "file_type": "code", "degree": 1}, {"id": "maintenance_equipment_maintenanceequipment", "label": "MaintenanceEquipment", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MaintenanceEquipment", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_equipment.py", "file_type": "code", "degree": 2}, {"id": "maintenance_equipment_rationale_9", "label": "Extend standard maintenance.equipment with plating links.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend standard maintenance.equipment with plating links.", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_equipment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_label_py", "label": "fp_maintenance_label.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_maintenance_label.py", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_label.py", "file_type": "code", "degree": 1}, {"id": "fp_maintenance_label_fpmaintenancelabel", "label": "FpMaintenanceLabel", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpMaintenanceLabel", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_label.py", "file_type": "code", "degree": 2}, {"id": "fp_maintenance_label_rationale_9", "label": "Simple tag model for equipment labels.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Simple tag model for equipment labels.", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_label.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_maintenance_request_py", "label": "maintenance_request.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "maintenance_request.py", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "code", "degree": 1}, {"id": "maintenance_request_maintenancerequest", "label": "MaintenanceRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MaintenanceRequest", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "code", "degree": 4}, {"id": "maintenance_request_maintenancerequest_write", "label": ".write()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "code", "degree": 2}, {"id": "maintenance_request_maintenancerequest_maybe_schedule_from_last", "label": "._maybe_schedule_from_last()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._maybe_schedule_from_last()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "code", "degree": 4}, {"id": "maintenance_request_rationale_14", "label": "Extend standard maintenance.request with plating-specific fields.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend standard maintenance.request with plating-specific fields.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "rationale", "degree": 1}, {"id": "maintenance_request_rationale_61", "label": "Schedule next maintenance from completion date.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Schedule next maintenance from completion date.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/maintenance_request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 98, "community_name": "Community 98", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_plan_py", "label": "fp_maintenance_plan.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_maintenance_plan.py", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_plan.py", "file_type": "code", "degree": 1}, {"id": "fp_maintenance_plan_fpmaintenanceplan", "label": "FpMaintenancePlan", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpMaintenancePlan", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_plan.py", "file_type": "code", "degree": 4}, {"id": "fp_maintenance_plan_fpmaintenanceplan_compute_node_count", "label": "._compute_node_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_node_count()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_plan.py", "file_type": "code", "degree": 1}, {"id": "fp_maintenance_plan_fpmaintenanceplan_action_view_nodes", "label": ".action_view_nodes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_nodes()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_plan.py", "file_type": "code", "degree": 1}, {"id": "fp_maintenance_plan_rationale_9", "label": "Maintenance plan template. Groups checklist nodes and links to an equipment", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Maintenance plan template. Groups checklist nodes and links to an equipment", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_plan.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_node_py", "label": "fp_maintenance_node.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_maintenance_node.py", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_node.py", "file_type": "code", "degree": 2}, {"id": "fp_maintenance_node_fpmaintenancenode", "label": "FpMaintenanceNode", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpMaintenanceNode", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_node.py", "file_type": "code", "degree": 2}, {"id": "fp_maintenance_node_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_node.py", "file_type": "code", "degree": 2}, {"id": "fp_maintenance_node_rationale_9", "label": "Maintenance checklist item. Individual task or check within a maintenance p", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Maintenance checklist item. Individual task or check within a maintenance p", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_maintenance/models/fp_maintenance_node.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 99, "community_name": "Community 99", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_manifest_py", "label": "__manifest__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 177, "community_name": "Community 177", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 100, "community_name": "Community 100", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_thickness_reading_py", "label": "fp_thickness_reading.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_thickness_reading.py", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_thickness_reading.py", "file_type": "code", "degree": 1}, {"id": "fp_thickness_reading_fpthicknessreading", "label": "FpThicknessReading", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpThicknessReading", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_thickness_reading.py", "file_type": "code", "degree": 3}, {"id": "fp_thickness_reading_rationale_10", "label": "Fischerscope thickness measurement data. Captures individual XRF readings f", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fischerscope thickness measurement data. Captures individual XRF readings f", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_thickness_reading.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_rationale_10", "label": "Expose Fusion Plating company-level settings on the Settings page. Today th", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Expose Fusion Plating company-level settings on the Settings page. Today th", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_rationale_10", "label": "Per-customer preferences for what quality documents are generated and emaile", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-customer preferences for what quality documents are generated and emaile", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_certificate_py", "label": "fp_certificate.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_certificate.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 4}, {"id": "fp_certificate_fpcertificate", "label": "FpCertificate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCertificate", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 6}, {"id": "fp_certificate_compute_batch_ids", "label": "_compute_batch_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_batch_ids()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 2}, {"id": "fp_certificate_compute_reading_stats", "label": "_compute_reading_stats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_reading_stats()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 4}, {"id": "fp_certificate_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 3}, {"id": "fp_certificate_fpcertificate_action_issue", "label": ".action_issue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_issue()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 7}, {"id": "fp_certificate_fpcertificate_action_void", "label": ".action_void()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_void()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 2}, {"id": "fp_certificate_fpcertificate_action_view_traceability", "label": ".action_view_traceability()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_traceability()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 3}, {"id": "fp_certificate_fpcertificate_action_send_to_customer", "label": ".action_send_to_customer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_to_customer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "code", "degree": 2}, {"id": "fp_certificate_rationale_11", "label": "Unified certificate registry. Logs every quality document issued to custome", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Unified certificate registry. Logs every quality document issued to custome", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "rationale", "degree": 1}, {"id": "fp_certificate_rationale_312", "label": "Show the batches (and their chemistry logs) that produced these parts \u2014", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show the batches (and their chemistry logs) that produced these parts \u2014", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "rationale", "degree": 1}, {"id": "fp_certificate_rationale_325", "label": "Open email composer with the certificate PDF attached.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open email composer with the certificate PDF attached.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_certificates/models/fp_certificate.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 101, "community_name": "Community 101", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_manifest_py", "label": "__manifest__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 178, "community_name": "Community 178", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_exposure_monitoring_py", "label": "fp_exposure_monitoring.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_exposure_monitoring.py", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "code", "degree": 4}, {"id": "fp_exposure_monitoring_fpexposuremonitoring", "label": "FpExposureMonitoring", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpExposureMonitoring", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "code", "degree": 2}, {"id": "fp_exposure_monitoring_default_name", "label": "_default_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "code", "degree": 1}, {"id": "fp_exposure_monitoring_compute_percent_of_oel", "label": "_compute_percent_of_oel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_percent_of_oel()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "code", "degree": 1}, {"id": "fp_exposure_monitoring_compute_result", "label": "_compute_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_result()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "code", "degree": 1}, {"id": "fp_exposure_monitoring_rationale_10", "label": "An exposure monitoring sample. A monitoring event captures one measurement", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "An exposure monitoring sample. A monitoring event captures one measurement", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_exposure_monitoring.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_type_py", "label": "fp_training_type.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_training_type.py", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_type.py", "file_type": "code", "degree": 1}, {"id": "fp_training_type_fptrainingtype", "label": "FpTrainingType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpTrainingType", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_type.py", "file_type": "code", "degree": 2}, {"id": "fp_training_type_rationale_10", "label": "Master catalogue of training courses required in the shop. A training type", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Master catalogue of training courses required in the shop. A training type", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_type.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_incident_py", "label": "fp_incident.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_incident.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_incident_fpincident", "label": "FpIncident", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpIncident", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 5}, {"id": "fp_incident_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 1}, {"id": "fp_incident_fpincident_action_start_investigation", "label": ".action_start_investigation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_investigation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_incident_fpincident_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_incident_fpincident_action_reopen", "label": ".action_reopen()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reopen()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "code", "degree": 2}, {"id": "fp_incident_rationale_10", "label": "A safety incident, near-miss, or environmental event. The incident register", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A safety incident, near-miss, or environmental event. The incident register", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_incident.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 102, "community_name": "Community 102", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_jhsc_py", "label": "fp_jhsc.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_jhsc.py", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc.py", "file_type": "code", "degree": 1}, {"id": "fp_jhsc_fpjhsc", "label": "FpJhsc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpJhsc", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc.py", "file_type": "code", "degree": 3}, {"id": "fp_jhsc_fpjhsc_compute_counts", "label": "._compute_counts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_counts()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc.py", "file_type": "code", "degree": 1}, {"id": "fp_jhsc_rationale_10", "label": "A Joint Health and Safety Committee. Most Canadian jurisdictions require wo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A Joint Health and Safety Committee. Most Canadian jurisdictions require wo", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_jhsc_meeting_py", "label": "fp_jhsc_meeting.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_jhsc_meeting.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "code", "degree": 1}, {"id": "fp_jhsc_meeting_fpjhscmeeting", "label": "FpJhscMeeting", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpJhscMeeting", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "code", "degree": 5}, {"id": "fp_jhsc_meeting_fpjhscmeeting_action_mark_held", "label": ".action_mark_held()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_held()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "code", "degree": 2}, {"id": "fp_jhsc_meeting_fpjhscmeeting_action_post_minutes", "label": ".action_post_minutes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_post_minutes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "code", "degree": 2}, {"id": "fp_jhsc_meeting_fpjhscmeeting_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "code", "degree": 2}, {"id": "fp_jhsc_meeting_rationale_10", "label": "A scheduled or held JHSC meeting. Captures the meeting's date, attendees, a", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A scheduled or held JHSC meeting. Captures the meeting's date, attendees, a", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_jhsc_meeting.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_ppe_issuance_py", "label": "fp_ppe_issuance.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_ppe_issuance.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_ppe_issuance.py", "file_type": "code", "degree": 2}, {"id": "fp_ppe_issuance_fpppeissuance", "label": "FpPpeIssuance", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPpeIssuance", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_ppe_issuance.py", "file_type": "code", "degree": 2}, {"id": "fp_ppe_issuance_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_ppe_issuance.py", "file_type": "code", "degree": 3}, {"id": "fp_ppe_issuance_rationale_10", "label": "Per-employee Personal Protective Equipment issuance log. Each record captur", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-employee Personal Protective Equipment issuance log. Each record captur", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_ppe_issuance.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_sds_py", "label": "fp_sds.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_sds.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 3}, {"id": "fp_sds_fpsds", "label": "FpSds", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpSds", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 5}, {"id": "fp_sds_compute_expiry_date", "label": "_compute_expiry_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_expiry_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 1}, {"id": "fp_sds_compute_state", "label": "_compute_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 1}, {"id": "fp_sds_fpsds_compute_chemical_count", "label": "._compute_chemical_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_chemical_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 1}, {"id": "fp_sds_fpsds_action_mark_withdrawn", "label": ".action_mark_withdrawn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_withdrawn()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 2}, {"id": "fp_sds_fpsds_action_mark_active", "label": ".action_mark_active()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_active()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "code", "degree": 2}, {"id": "fp_sds_rationale_12", "label": "Safety Data Sheet library entry. A Safety Data Sheet (SDS) is a 16-section", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Safety Data Sheet library entry. A Safety Data Sheet (SDS) is a 16-section", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_sds.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_compute_x_fc_training_current", "label": "_compute_x_fc_training_current()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_training_current()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/hr_employee.py", "file_type": "code", "degree": 1}, {"id": "hr_employee_hremployee_compute_x_fc_safety_counts", "label": "._compute_x_fc_safety_counts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_x_fc_safety_counts()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/hr_employee.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_record_py", "label": "fp_training_record.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_training_record.py", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "code", "degree": 4}, {"id": "fp_training_record_fptrainingrecord", "label": "FpTrainingRecord", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpTrainingRecord", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "code", "degree": 2}, {"id": "fp_training_record_compute_expiry_date", "label": "_compute_expiry_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_expiry_date()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "code", "degree": 1}, {"id": "fp_training_record_compute_state", "label": "_compute_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "code", "degree": 1}, {"id": "fp_training_record_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "code", "degree": 2}, {"id": "fp_training_record_rationale_12", "label": "Per-employee record of a completed training course. Each record links an em", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-employee record of a completed training course. Each record links an em", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_training_record.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_chemical_py", "label": "fp_chemical.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_chemical.py", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_chemical.py", "file_type": "code", "degree": 2}, {"id": "fp_chemical_fpchemical", "label": "FpChemical", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpChemical", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_chemical.py", "file_type": "code", "degree": 2}, {"id": "fp_chemical_compute_needs_reorder", "label": "_compute_needs_reorder()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_needs_reorder()", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_chemical.py", "file_type": "code", "degree": 1}, {"id": "fp_chemical_rationale_10", "label": "Physical chemical container in the shop's chemical inventory. A chemical re", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Physical chemical container in the shop's chemical inventory. A chemical re", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_safety/models/fp_chemical.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_docs_superpowers_tests_2026_04_22_sub4_smoke_py", "label": "2026-04-22-sub4-smoke.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "2026-04-22-sub4-smoke.py", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/docs/superpowers/tests/2026-04-22-sub4-smoke.py", "file_type": "code", "degree": 1}, {"id": "2026_04_22_sub4_smoke_rationale_1", "label": "Sub 4 smoke test \u2014 runs inside odoo-shell on entech. Verifies: toggle-triggered", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sub 4 smoke test \u2014 runs inside odoo-shell on entech. Verifies: toggle-triggered", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/docs/superpowers/tests/2026-04-22-sub4-smoke.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/__init__.py", "file_type": "code", "degree": 3}, {"id": "init_post_init_hook", "label": "post_init_hook()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "post_init_hook()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_rationale_15", "label": "Auto-detect a sensible default timezone on first install. Sets ``res.compan", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-detect a sensible default timezone on first install. Sets ``res.compan", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_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": 179, "community_name": "Community 179", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_rack_py", "label": "fp_rack.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_rack.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 3}, {"id": "fp_rack_fprack", "label": "FpRack", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRack", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 6}, {"id": "fp_rack_compute_state", "label": "_compute_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 1}, {"id": "fp_rack_compute_status_color", "label": "_compute_status_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status_color()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 2}, {"id": "fp_rack_fprack_action_start_strip", "label": ".action_start_strip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_strip()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 2}, {"id": "fp_rack_fprack_action_mark_stripped", "label": ".action_mark_stripped()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_stripped()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 3}, {"id": "fp_rack_fprack_action_retire", "label": ".action_retire()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_retire()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 2}, {"id": "fp_rack_fprack_increment_mto", "label": "._increment_mto()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._increment_mto()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "code", "degree": 3}, {"id": "fp_rack_rationale_10", "label": "Plating rack / barrel / fixture. Racks carry parts through baths and accumu", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Plating rack / barrel / fixture. Racks carry parts through baths and accumu", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "rationale", "degree": 1}, {"id": "fp_rack_rationale_115", "label": "Add `delta` to the rack's MTO count. Called by the WO finish hook.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add `delta` to the rack's MTO count. Called by the WO finish hook.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_rack.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "label": "fp_tz.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_tz.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 7}, {"id": "fp_tz_fp_user_tz", "label": "fp_user_tz()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_user_tz()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 3}, {"id": "fp_tz_fp_to_user_tz", "label": "fp_to_user_tz()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_to_user_tz()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 4}, {"id": "fp_tz_fp_format", "label": "fp_format()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_format()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 10}, {"id": "fp_tz_fp_isoformat_utc", "label": "fp_isoformat_utc()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_isoformat_utc()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 3}, {"id": "fp_tz_fp_time_ago", "label": "fp_time_ago()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_time_ago()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 4}, {"id": "fp_tz_detect_default_tz", "label": "detect_default_tz()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_default_tz()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "code", "degree": 5}, {"id": "fp_tz_rationale_25", "label": "Return a pytz tzinfo for the current user (or company fallback).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a pytz tzinfo for the current user (or company fallback).", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "fp_tz_rationale_38", "label": "Convert a naive UTC datetime to a tz-aware datetime in the user's tz. Retur", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a naive UTC datetime to a tz-aware datetime in the user's tz. Retur", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "fp_tz_rationale_53", "label": "Format a naive UTC datetime as a string in the user's tz. Returns an empty", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Format a naive UTC datetime as a string in the user's tz. Returns an empty", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "fp_tz_rationale_64", "label": "Return an ISO-8601 string with an explicit UTC marker. Naive datetimes from", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an ISO-8601 string with an explicit UTC marker. Naive datetimes from", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "fp_tz_rationale_81", "label": "Return a 'just now / 5m ago / 2h ago / 3d ago' string. Both sides of the co", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a 'just now / 5m ago / 2h ago / 3d ago' string. Both sides of the co", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "fp_tz_rationale_123", "label": "Best guess at a sensible default tz when the module is installed. Tries, in", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Best guess at a sensible default tz when the module is installed. Tries, in", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tz.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_line_py", "label": "fp_bath_log_line.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bath_log_line.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 4}, {"id": "fp_bath_log_line_fpbathlogline", "label": "FpBathLogLine", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathLogLine", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 3}, {"id": "fp_bath_log_line_compute_targets", "label": "_compute_targets()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_targets()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_log_line_compute_status", "label": "_compute_status()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_line_create", "label": "create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "label": "._spawn_replenishment_suggestions()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._spawn_replenishment_suggestions()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "code", "degree": 5}, {"id": "fp_bath_log_line_rationale_10", "label": "A single parameter reading on a bath log. Each line = one titration result", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single parameter reading on a bath log. Each line = one titration result", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_log_line_rationale_84", "label": "Resolve target range: per-bath override first, parameter default second.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve target range: per-bath override first, parameter default second.", "community": 180, "community_name": "Community 180", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_bath_log_line_rationale_126", "label": "For every out-of-spec reading, run the matching replenishment rule and c", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "For every out-of-spec reading, run the matching replenishment rule and c", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "label": "fp_bath.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bath.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 6}, {"id": "fp_bath_fpbath", "label": "FpBath", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBath", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 7}, {"id": "fp_bath_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_fpbath_compute_log_count", "label": "._compute_log_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_log_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_compute_last_log", "label": "_compute_last_log()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_last_log()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_compute_status_color", "label": "_compute_status_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status_color()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_fpbath_action_make_operational", "label": ".action_make_operational()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_make_operational()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_fpbath_action_mark_under_review", "label": ".action_mark_under_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_under_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_fpbath_action_schedule_dump", "label": ".action_schedule_dump()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_schedule_dump()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_fpbath_action_dump", "label": ".action_dump()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_dump()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_fpbathtarget", "label": "FpBathTarget", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathTarget", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_rationale_10", "label": "A specific batch of chemistry in a tank. Baths have their own lifecycle ind", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A specific batch of chemistry in a tank. Baths have their own lifecycle ind", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_rationale_193", "label": "Kanban colour index \u2014 neutral palette that works in light + dark. Uses", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Kanban colour index \u2014 neutral palette that works in light + dark. Uses", "community": 181, "community_name": "Community 181", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "rationale", "degree": 0}, {"id": "fp_bath_rationale_238", "label": "Per-bath target range for a chemistry parameter.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-bath target range for a chemistry parameter.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_type_py", "label": "fp_process_type.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_process_type.py", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_type.py", "file_type": "code", "degree": 1}, {"id": "fp_process_type_fpprocesstype", "label": "FpProcessType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpProcessType", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_type.py", "file_type": "code", "degree": 3}, {"id": "fp_process_type_fpprocesstype_name_get", "label": ".name_get()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".name_get()", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_type.py", "file_type": "code", "degree": 1}, {"id": "fp_process_type_rationale_10", "label": "Extensible finishing process taxonomy. Core ships this model empty. Process", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extensible finishing process taxonomy. Core ships this model empty. Process", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_type.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 103, "community_name": "Community 103", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_work_center_py", "label": "fp_work_center.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_work_center.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_work_center.py", "file_type": "code", "degree": 1}, {"id": "fp_work_center_fpworkcenter", "label": "FpWorkCenter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpWorkCenter", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_center.py", "file_type": "code", "degree": 6}, {"id": "fp_work_center_fpworkcenter_compute_tank_count", "label": "._compute_tank_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_tank_count()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_work_center.py", "file_type": "code", "degree": 1}, {"id": "fp_work_center_rationale_10", "label": "A production line or station inside a facility. Examples: \"Line 1 - EN\", \"A", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A production line or station inside a facility. Examples: "Line 1 - EN", "A", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_work_center.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_category_py", "label": "fp_process_category.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_process_category.py", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_category.py", "file_type": "code", "degree": 1}, {"id": "fp_process_category_fpprocesscategory", "label": "FpProcessCategory", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpProcessCategory", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_category.py", "file_type": "code", "degree": 3}, {"id": "fp_process_category_fpprocesscategory_compute_process_type_count", "label": "._compute_process_type_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_process_type_count()", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_category.py", "file_type": "code", "degree": 1}, {"id": "fp_process_category_rationale_10", "label": "High-level grouping of finishing process types. Ships with a seed set (Plat", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "High-level grouping of finishing process types. Ships with a seed set (Plat", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_category.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_res_company_py", "label": "res_company.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/res_company.py", "file_type": "code", "degree": 2}, {"id": "res_company_fp_tz_get", "label": "_fp_tz_get()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_fp_tz_get()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/res_company.py", "file_type": "code", "degree": 2}, {"id": "res_company_rescompany_compute_x_fc_facility_count", "label": "._compute_x_fc_facility_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_x_fc_facility_count()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_replenishment_rule_py", "label": "fp_bath_replenishment_rule.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bath_replenishment_rule.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 3}, {"id": "fp_bath_replenishment_rule_fpbathreplenishmentrule", "label": "FpBathReplenishmentRule", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathReplenishmentRule", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 3}, {"id": "fp_bath_replenishment_rule_find_rules", "label": "_find_rules()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_rules()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_replenishment_rule_fpbathreplenishmentrule_compute_dose", "label": "._compute_dose()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_dose()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 4}, {"id": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion", "label": "FpBathReplenishmentSuggestion", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathReplenishmentSuggestion", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 4}, {"id": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_apply", "label": ".action_apply()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_apply()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 3}, {"id": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_dismiss", "label": ".action_dismiss()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_dismiss()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_replenishment_rule_rationale_10", "label": "Linear replenishment rule: when a chemistry reading drifts outside target, c", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Linear replenishment rule: when a chemistry reading drifts outside target, c", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_replenishment_rule_rationale_73", "label": "Return rules applicable to this (bath, parameter). Bath-specific rules t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return rules applicable to this (bath, parameter). Bath-specific rules t", "community": 182, "community_name": "Community 182", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "rationale", "degree": 0}, {"id": "fp_bath_replenishment_rule_rationale_91", "label": "Return a dose amount for this rule given the reading context. Returns 0.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a dose amount for this rule given the reading context. Returns 0.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_replenishment_rule_rationale_111", "label": "One suggestion generated from a bath-log reading. Operators mark them applie", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "One suggestion generated from a bath-log reading. Operators mark them applie", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_replenishment_rule_rationale_154", "label": "Mark applied + log to bath chatter. A follow-up JobConsumption record ca", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark applied + log to bath chatter. A follow-up JobConsumption record ca", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_replenishment_rule.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "label": "fp_operator_certification.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_operator_certification.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 7}, {"id": "fp_operator_certification_fpoperatorcertification", "label": "FpOperatorCertification", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpOperatorCertification", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 3}, {"id": "fp_operator_certification_compute_name", "label": "_compute_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 1}, {"id": "fp_operator_certification_compute_state", "label": "_compute_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 1}, {"id": "fp_operator_certification_check_single_active", "label": "_check_single_active()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_single_active()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 2}, {"id": "fp_operator_certification_fpoperatorcertification_action_revoke", "label": ".action_revoke()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 2}, {"id": "fp_operator_certification_has_active_cert", "label": "has_active_cert()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "has_active_cert()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 2}, {"id": "fp_operator_certification_hremployee", "label": "HrEmployee", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HrEmployee", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 1}, {"id": "fp_operator_certification_compute_certified_processes", "label": "_compute_certified_processes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_certified_processes()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "code", "degree": 1}, {"id": "fp_operator_certification_rationale_10", "label": "A signed-off training record that certifies an operator on a specific proces", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A signed-off training record that certifies an operator on a specific proces", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "rationale", "degree": 1}, {"id": "fp_operator_certification_rationale_81", "label": "At most one active certification per (employee, process_type).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "At most one active certification per (employee, process_type).", "community": 183, "community_name": "Community 183", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "rationale", "degree": 0}, {"id": "fp_operator_certification_rationale_111", "label": "Utility \u2014 True if this employee holds a current certification. Checks r", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Utility \u2014 True if this employee holds a current certification. Checks r", "community": 184, "community_name": "Community 184", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_operator_certification.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_parameter_py", "label": "fp_bath_parameter.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bath_parameter.py", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_parameter.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_parameter_fpbathparameter", "label": "FpBathParameter", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathParameter", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_parameter.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_parameter_rationale_10", "label": "Definition of a bath chemistry parameter. Parameters are process-agnostic a", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Definition of a bath chemistry parameter. Parameters are process-agnostic a", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_parameter.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "label": "fp_process_node.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_process_node.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 9}, {"id": "fp_process_node_fpprocessnode", "label": "FpProcessNode", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpProcessNode", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_process_node.py", "file_type": "code", "degree": 12}, {"id": "fp_process_node_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "fp_process_node_compute_depth", "label": "_compute_depth()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_depth()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "fp_process_node_compute_child_count", "label": "_compute_child_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_child_count()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "fp_process_node_compute_recipe_root_id", "label": "_compute_recipe_root_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_recipe_root_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "fp_process_node_check_recursion_constraint", "label": "_check_recursion_constraint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_recursion_constraint()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 2}, {"id": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "label": "._fp_bump_recipe_versions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_bump_recipe_versions()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 5}, {"id": "fp_process_node_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 2}, {"id": "fp_process_node_fpprocessnode_write", "label": ".write()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 4}, {"id": "fp_process_node_fpprocessnode_unlink", "label": ".unlink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".unlink()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 2}, {"id": "fp_process_node_fpprocessnode_get_tree_data", "label": ".get_tree_data()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_tree_data()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 4}, {"id": "fp_process_node_fpprocessnode_node_to_dict", "label": "._node_to_dict()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._node_to_dict()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 5}, {"id": "fp_process_node_fpprocessnode_action_open_tree_editor", "label": ".action_open_tree_editor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_tree_editor()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 2}, {"id": "fp_process_node_fpprocessnode_copy", "label": ".copy()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".copy()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 3}, {"id": "fp_process_node_fpprocessnodeinput", "label": "FpProcessNodeInput", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpProcessNodeInput", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "code", "degree": 2}, {"id": "fp_process_node_rationale_13", "label": "A node in the process recipe tree. Recipes are hierarchical templates that", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A node in the process recipe tree. Recipes are hierarchical templates that", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_332", "label": "Increment `version` by 1 on the distinct recipe roots covering the curre", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Increment `version` by 1 on the distinct recipe roots covering the curre", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_386", "label": "Return full nested dict for the OWL recipe tree editor. Called via the", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return full nested dict for the OWL recipe tree editor. Called via the", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_395", "label": "Recursively convert this node + children to a dict.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively convert this node + children to a dict.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_439", "label": "Open the OWL recipe tree editor for this recipe.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the OWL recipe tree editor for this recipe.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_452", "label": "Deep-copy: duplicates the node and all descendants.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Deep-copy: duplicates the node and all descendants.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "fp_process_node_rationale_464", "label": "An operator input definition attached to a process node. These define what", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "An operator input definition attached to a process node. These define what", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tank_py", "label": "fp_tank.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_tank.py", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tank.py", "file_type": "code", "degree": 3}, {"id": "fp_tank_fptank", "label": "FpTank", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpTank", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "code", "degree": 6}, {"id": "fp_tank_compute_current_bath", "label": "_compute_current_bath()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_current_bath()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tank.py", "file_type": "code", "degree": 1}, {"id": "fp_tank_fptank_compute_bath_count", "label": "._compute_bath_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_bath_count()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tank.py", "file_type": "code", "degree": 1}, {"id": "fp_tank_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_tank.py", "file_type": "code", "degree": 2}, {"id": "fp_tank_rationale_10", "label": "Extend the core tank with shop-floor helpers. Adds a queue-size badge so th", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend the core tank with shop-floor helpers. Adds a queue-size badge so th", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_facility_py", "label": "fp_facility.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_facility.py", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_facility.py", "file_type": "code", "degree": 1}, {"id": "fp_facility_fpfacility_compute_counts", "label": "._compute_counts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_counts()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_facility.py", "file_type": "code", "degree": 1}, {"id": "fp_facility_fpfacility_name_get", "label": ".name_get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".name_get()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_facility.py", "file_type": "code", "degree": 1}, {"id": "fp_facility_rationale_10", "label": "A physical plating / finishing facility. A company can operate 1..N facilit", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A physical plating / finishing facility. A company can operate 1..N facilit", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_facility.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "label": "fp_bath_log.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bath_log.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 7}, {"id": "fp_bath_log_fpbathlog", "label": "FpBathLog", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBathLog", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_default_name", "label": "_default_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 1}, {"id": "fp_bath_log_check_has_readings", "label": "_check_has_readings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_has_readings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 3}, {"id": "fp_bath_log_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_compute_status", "label": "_compute_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_compute_status_color", "label": "_compute_status_color()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status_color()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "code", "degree": 2}, {"id": "fp_bath_log_rationale_11", "label": "A daily / per-shift chemistry log for a bath. One log record represents one", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A daily / per-shift chemistry log for a bath. One log record represents one", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bath_log_rationale_121", "label": "A bath log without readings is a useless empty record \u2014 it pollutes dail", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A bath log without readings is a useless empty record \u2014 it pollutes dail", "community": 185, "community_name": "Community 185", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/models/fp_bath_log.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_static_src_js_recipe_tree_editor_js", "label": "recipe_tree_editor.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "recipe_tree_editor.js", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 2}, {"id": "recipe_tree_editor_guessicon", "label": "guessIcon()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "guessIcon()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor", "label": "RecipeTreeEditor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RecipeTreeEditor", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 27}, {"id": "recipe_tree_editor_recipetreeeditor_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_loadtree", "label": ".loadTree()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadTree()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 9}, {"id": "recipe_tree_editor_recipetreeeditor_findnode", "label": "._findNode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._findNode()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_isexpanded", "label": ".isExpanded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".isExpanded()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_toggleexpand", "label": ".toggleExpand()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleExpand()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_selectnode", "label": ".selectNode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectNode()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_closepanel", "label": ".closePanel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".closePanel()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 2}, {"id": "recipe_tree_editor_recipetreeeditor_savenode", "label": ".saveNode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveNode()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_startaddchild", "label": ".startAddChild()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".startAddChild()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_canceladd", "label": ".cancelAdd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelAdd()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 2}, {"id": "recipe_tree_editor_recipetreeeditor_confirmadd", "label": ".confirmAdd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmAdd()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 6}, {"id": "recipe_tree_editor_recipetreeeditor_onaddnamekey", "label": ".onAddNameKey()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAddNameKey()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_deletenode", "label": ".deleteNode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteNode()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 5}, {"id": "recipe_tree_editor_recipetreeeditor_onnodedragstart", "label": ".onNodeDragStart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeDragStart()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_onnodedragend", "label": ".onNodeDragEnd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeDragEnd()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_onnodedragover", "label": ".onNodeDragOver()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeDragOver()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 2}, {"id": "recipe_tree_editor_recipetreeeditor_onnodedragleave", "label": ".onNodeDragLeave()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeDragLeave()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_onnodedrop", "label": ".onNodeDrop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeDrop()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 6}, {"id": "recipe_tree_editor_recipetreeeditor_onbacktolist", "label": ".onBackToList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onBackToList()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_onopenform", "label": ".onOpenForm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onOpenForm()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_onduplicate", "label": ".onDuplicate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDuplicate()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "recipe_tree_editor_recipetreeeditor_getnodetypemeta", "label": ".getNodeTypeMeta()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNodeTypeMeta()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_getnodetypeoptions", "label": ".getNodeTypeOptions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNodeTypeOptions()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_geticonoptions", "label": ".getIconOptions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getIconOptions()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 1}, {"id": "recipe_tree_editor_recipetreeeditor_formattimeago", "label": ".formatTimeAgo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatTimeAgo()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 2}, {"id": "recipe_tree_editor_recipetreeeditor_formatduration", "label": ".formatDuration()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDuration()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/static/src/js/recipe_tree_editor.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 104, "community_name": "Community 104", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "label": "recipe_controller.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "recipe_controller.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 8}, {"id": "recipe_controller_fprecipecontroller", "label": "FpRecipeController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRecipeController", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 2}, {"id": "recipe_controller_get_tree", "label": "get_tree()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_tree()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 2}, {"id": "recipe_controller_create_node", "label": "create_node()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_node()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 4}, {"id": "recipe_controller_write_node", "label": "write_node()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "write_node()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 2}, {"id": "recipe_controller_unlink_node", "label": "unlink_node()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "unlink_node()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 2}, {"id": "recipe_controller_reorder_nodes", "label": "reorder_nodes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reorder_nodes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 3}, {"id": "recipe_controller_move_node", "label": "move_node()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "move_node()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 3}, {"id": "recipe_controller_duplicate_recipe", "label": "duplicate_recipe()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "duplicate_recipe()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "code", "degree": 2}, {"id": "recipe_controller_rationale_15", "label": "JSON-RPC endpoints for the process recipe tree editor.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JSON-RPC endpoints for the process recipe tree editor.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 1}, {"id": "recipe_controller_rationale_22", "label": "Return the full nested tree for a recipe.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the full nested tree for a recipe.", "community": 186, "community_name": "Community 186", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_44", "label": "Create a new child node under parent_id.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new child node under parent_id.", "community": 187, "community_name": "Community 187", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_75", "label": "Update fields on an existing node.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update fields on an existing node.", "community": 188, "community_name": "Community 188", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_106", "label": "Delete a node and all its children (cascade).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a node and all its children (cascade).", "community": 189, "community_name": "Community 189", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_129", "label": "Bulk-update sequence for an ordered list of sibling node IDs.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bulk-update sequence for an ordered list of sibling node IDs.", "community": 190, "community_name": "Community 190", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_144", "label": "Move a node to a new parent (drag between sub-trees).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Move a node to a new parent (drag between sub-trees).", "community": 191, "community_name": "Community 191", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "recipe_controller_rationale_175", "label": "Deep-copy an entire recipe tree.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Deep-copy an entire recipe tree.", "community": 192, "community_name": "Community 192", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating/controllers/recipe_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 105, "community_name": "Community 105", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_manifest_py", "label": "__manifest__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 193, "community_name": "Community 193", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_ncr_py", "label": "fp_ncr.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_ncr.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_ncr.py", "file_type": "code", "degree": 1}, {"id": "fp_ncr_fpncr", "label": "FpNcr", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNcr", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 26}, {"id": "fp_ncr_fpncr_action_open_cfr21_report", "label": ".action_open_cfr21_report()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_cfr21_report()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_ncr.py", "file_type": "code", "degree": 4}, {"id": "fp_ncr_rationale_10", "label": "Extend the quality NCR with nuclear flags and 10 CFR 21 hook. When an NCR i", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend the quality NCR with nuclear flags and 10 CFR 21 hook. When an NCR i", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_42", "label": "Create or open the linked 10 CFR Part 21 evaluation record.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or open the linked 10 CFR Part 21 evaluation record.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_customer_spec_py", "label": "fp_customer_spec.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_customer_spec.py", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_customer_spec.py", "file_type": "code", "degree": 1}, {"id": "fp_customer_spec_fpcustomerspec", "label": "FpCustomerSpec", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCustomerSpec", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_customer_spec.py", "file_type": "code", "degree": 5}, {"id": "fp_customer_spec_rationale_10", "label": "Customer specification library entry. Holds the metadata about a specificat", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer specification library entry. Holds the metadata about a specificat", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_customer_spec.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 106, "community_name": "Community 106", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_n299_level_py", "label": "fp_n299_level.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_n299_level.py", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_n299_level.py", "file_type": "code", "degree": 1}, {"id": "fp_n299_level_fpn299level", "label": "FpN299Level", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpN299Level", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_n299_level.py", "file_type": "code", "degree": 2}, {"id": "fp_n299_level_rationale_10", "label": "CSA N299 Quality Assurance Level. CSA N299 is the Canadian Standards Associ", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CSA N299 Quality Assurance Level. CSA N299 is the Canadian Standards Associ", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_n299_level.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_10cfr21_report_py", "label": "fp_10cfr21_report.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_10cfr21_report.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 4}, {"id": "fp_10cfr21_report_fp10cfr21report", "label": "Fp10CFR21Report", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fp10CFR21Report", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 9}, {"id": "fp_10cfr21_report_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 3}, {"id": "fp_10cfr21_report_compute_days_since_discovery", "label": "_compute_days_since_discovery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_days_since_discovery()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 1}, {"id": "fp_10cfr21_report_fp10cfr21report_search_days_since_discovery", "label": "._search_days_since_discovery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_days_since_discovery()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 1}, {"id": "fp_10cfr21_report_fp10cfr21report_action_start_evaluation", "label": ".action_start_evaluation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_evaluation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_fp10cfr21report_action_mark_reportable", "label": ".action_mark_reportable()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_reportable()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_fp10cfr21report_action_mark_not_reportable", "label": ".action_mark_not_reportable()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_not_reportable()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_fp10cfr21report_action_file_report", "label": ".action_file_report()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_file_report()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_fp10cfr21report_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_fp10cfr21report_action_reset_to_discovery", "label": ".action_reset_to_discovery()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_discovery()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "code", "degree": 2}, {"id": "fp_10cfr21_report_rationale_10", "label": "10 CFR Part 21 \u2014 Reporting of Defects and Noncompliance. 10 CFR Part 21 is", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "10 CFR Part 21 \u2014 Reporting of Defects and Noncompliance. 10 CFR Part 21 is", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_10cfr21_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_pedigree_py", "label": "fp_nuclear_pedigree.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_nuclear_pedigree.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_pedigree_fpnuclearpedigree", "label": "FpNuclearPedigree", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNuclearPedigree", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "code", "degree": 4}, {"id": "fp_nuclear_pedigree_compute_retention_until_date", "label": "_compute_retention_until_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_retention_until_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "code", "degree": 1}, {"id": "fp_nuclear_pedigree_fpnuclearpedigree_action_lock", "label": ".action_lock()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_lock()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_pedigree_fpnuclearpedigree_action_unlock", "label": ".action_unlock()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_unlock()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_pedigree_rationale_12", "label": "Nuclear Pedigree Traceability Record. Nuclear pedigree is the unbroken chai", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Nuclear Pedigree Traceability Record. Nuclear pedigree is the unbroken chai", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_pedigree.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_itp_py", "label": "fp_nuclear_itp.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_nuclear_itp.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 3}, {"id": "fp_nuclear_itp_fpnuclearitp", "label": "FpNuclearItp", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNuclearItp", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 7}, {"id": "fp_nuclear_itp_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 3}, {"id": "fp_nuclear_itp_fpnuclearitp_action_submit_for_review", "label": ".action_submit_for_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_submit_for_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_fpnuclearitp_action_approve", "label": ".action_approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_approve()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_fpnuclearitp_action_put_in_use", "label": ".action_put_in_use()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_put_in_use()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_fpnuclearitp_action_supersede", "label": ".action_supersede()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_supersede()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_fpnuclearitp_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_itp_rationale_10", "label": "Inspection and Test Plan (ITP). For nuclear work, every critical part typic", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Inspection and Test Plan (ITP). For nuclear work, every critical part typic", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_itp.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_res_company_py", "label": "res_company.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_program_py", "label": "fp_nuclear_program.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_nuclear_program.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 1}, {"id": "fp_nuclear_program_fpnuclearprogram", "label": "FpNuclearProgram", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNuclearProgram", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 6}, {"id": "fp_nuclear_program_fpnuclearprogram_action_activate", "label": ".action_activate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_program_fpnuclearprogram_action_suspend", "label": ".action_suspend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_suspend()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_program_fpnuclearprogram_action_withdraw", "label": ".action_withdraw()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_withdraw()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_program_fpnuclearprogram_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "code", "degree": 2}, {"id": "fp_nuclear_program_rationale_10", "label": "Nuclear Quality Program per facility. A facility that supplies the nuclear", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Nuclear Quality Program per facility. A facility that supplies the nuclear", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_nuclear_program.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_cnsc_licence_py", "label": "fp_cnsc_licence.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_cnsc_licence.py", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_cnsc_licence.py", "file_type": "code", "degree": 1}, {"id": "fp_cnsc_licence_fpcnsclicence", "label": "FpCnscLicence", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCnscLicence", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_cnsc_licence.py", "file_type": "code", "degree": 2}, {"id": "fp_cnsc_licence_rationale_10", "label": "CNSC Licence record. The Canadian Nuclear Safety Commission (CNSC) regulate", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CNSC Licence record. The Canadian Nuclear Safety Commission (CNSC) regulate", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_nuclear/models/fp_cnsc_licence.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 107, "community_name": "Community 107", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_manifest_py", "label": "__manifest__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 194, "community_name": "Community 194", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_fp_kpi_py", "label": "fp_kpi.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_kpi.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi", "label": "FpKpi", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpKpi", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 14}, {"id": "fp_kpi_compute_current_value", "label": "_compute_current_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_current_value()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 1}, {"id": "fp_kpi_cron_compute_daily", "label": "_cron_compute_daily()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_compute_daily()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_compute_kpi_value", "label": "._compute_kpi_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_kpi_value()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 4}, {"id": "fp_kpi_fpkpi_company_clause", "label": "._company_clause()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._company_clause()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 12}, {"id": "fp_kpi_fpkpi_kpi_otd", "label": "._kpi_otd()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_otd()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 4}, {"id": "fp_kpi_fpkpi_kpi_dock_to_dock", "label": "._kpi_dock_to_dock()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_dock_to_dock()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_throughput", "label": "._kpi_throughput()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_throughput()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 2}, {"id": "fp_kpi_fpkpi_kpi_quality_yield", "label": "._kpi_quality_yield()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_quality_yield()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_bath_uptime", "label": "._kpi_bath_uptime()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_bath_uptime()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 4}, {"id": "fp_kpi_fpkpi_kpi_rework_count", "label": "._kpi_rework_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_rework_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_failed_spec_count", "label": "._kpi_failed_spec_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_failed_spec_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_processed_parts", "label": "._kpi_processed_parts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_processed_parts()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_shipped_parts", "label": "._kpi_shipped_parts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_shipped_parts()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 3}, {"id": "fp_kpi_fpkpi_kpi_cost_per_part", "label": "._kpi_cost_per_part()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._kpi_cost_per_part()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "code", "degree": 4}, {"id": "fp_kpi_rationale_35", "label": "Plating KPI Definition. Each record represents a single measurable KPI. Au", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Plating KPI Definition. Each record represents a single measurable KPI. Au", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_141", "label": "Compute today's value for every active auto-KPI.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute today's value for every active auto-KPI.", "community": 195, "community_name": "Community 195", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 0}, {"id": "fp_kpi_rationale_172", "label": "Dispatch to the correct SQL-based calculator.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dispatch to the correct SQL-based calculator.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_180", "label": "Return a SQL WHERE fragment restricting to company.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a SQL WHERE fragment restricting to company.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_185", "label": "Portal jobs shipped on or before target_ship_date (last 30 d). NOTE: fu", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Portal jobs shipped on or before target_ship_date (last 30 d). NOTE: fu", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_272", "label": "Operational baths / active baths * 100. Bath has facility via tank_id.f", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Operational baths / active baths * 100. Bath has facility via tank_id.f", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_297", "label": "Count NCRs flagged as rework in the current month.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count NCRs flagged as rework in the current month.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_314", "label": "Count NCRs in the current month (any disposition).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count NCRs in the current month (any disposition).", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_330", "label": "Sum of quantities received this month.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sum of quantities received this month.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_344", "label": "Sum of quantities shipped this month.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sum of quantities shipped this month.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "fp_kpi_rationale_359", "label": "Average standard_price for products on shipped jobs (30 d).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Average standard_price for products on shipped jobs (30 d).", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 108, "community_name": "Community 108", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_fp_kpi_value_py", "label": "fp_kpi_value.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_kpi_value.py", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi_value.py", "file_type": "code", "degree": 1}, {"id": "fp_kpi_value_fpkpivalue", "label": "FpKpiValue", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpKpiValue", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi_value.py", "file_type": "code", "degree": 2}, {"id": "fp_kpi_value_rationale_10", "label": "KPI Daily Value. One row per KPI per day. Auto-computed KPIs are populated", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "KPI Daily Value. One row per KPI per day. Auto-computed KPIs are populated", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_kpi/models/fp_kpi_value.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 109, "community_name": "Community 109", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_manifest_py", "label": "__manifest__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 196, "community_name": "Community 196", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_shopfloor_station_py", "label": "fp_shopfloor_station.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_shopfloor_station.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "code", "degree": 2}, {"id": "fp_shopfloor_station_fpshopfloorstation", "label": "FpShopfloorStation", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpShopfloorStation", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "code", "degree": 3}, {"id": "fp_shopfloor_station_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "code", "degree": 2}, {"id": "fp_shopfloor_station_fpshopfloorstation_action_ping", "label": ".action_ping()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_ping()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "code", "degree": 4}, {"id": "fp_shopfloor_station_rationale_10", "label": "A registered shop-floor station: tablet, kiosk, desktop, or mobile. Each st", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A registered shop-floor station: tablet, kiosk, desktop, or mobile. Each st", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "rationale", "degree": 1}, {"id": "fp_shopfloor_station_rationale_92", "label": "Bump the last_ping timestamp (called from the tablet client).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bump the last_ping timestamp (called from the tablet client).", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_shopfloor_station.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "label": "fp_bake_window.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bake_window.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 6}, {"id": "fp_bake_window_fpbakewindow", "label": "FpBakeWindow", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBakeWindow", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 5}, {"id": "fp_bake_window_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 1}, {"id": "fp_bake_window_compute_required_by", "label": "_compute_required_by()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_required_by()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 1}, {"id": "fp_bake_window_compute_status_color", "label": "_compute_status_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status_color()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 1}, {"id": "fp_bake_window_compute_time_remaining", "label": "_compute_time_remaining()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_time_remaining()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 1}, {"id": "fp_bake_window_fpbakewindow_action_start_bake", "label": ".action_start_bake()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_bake()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 3}, {"id": "fp_bake_window_fpbakewindow_action_end_bake", "label": ".action_end_bake()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_end_bake()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 3}, {"id": "fp_bake_window_fpbakewindow_action_scrap", "label": ".action_scrap()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_scrap()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 2}, {"id": "fp_bake_window_cron_update_states", "label": "_cron_update_states()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_update_states()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "code", "degree": 2}, {"id": "fp_bake_window_rationale_12", "label": "Hydrogen embrittlement relief bake window enforcer. When a high-strength-st", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hydrogen embrittlement relief bake window enforcer. When a high-strength-st", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "rationale", "degree": 1}, {"id": "fp_bake_window_rationale_194", "label": "Kanban colour index \u2014 neutral palette that works in light + dark. 0=no", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Kanban colour index \u2014 neutral palette that works in light + dark. 0=no", "community": 197, "community_name": "Community 197", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "rationale", "degree": 0}, {"id": "fp_bake_window_rationale_275", "label": "Flip awaiting_bake records past their window to missed_window.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Flip awaiting_bake records past their window to missed_window.", "community": 198, "community_name": "Community 198", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_window.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 110, "community_name": "Community 110", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_oven_py", "label": "fp_bake_oven.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bake_oven.py", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_oven.py", "file_type": "code", "degree": 1}, {"id": "fp_bake_oven_fpbakeoven", "label": "FpBakeOven", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpBakeOven", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_oven.py", "file_type": "code", "degree": 2}, {"id": "fp_bake_oven_rationale_10", "label": "A bake oven master record. Used by hydrogen embrittlement relief baking and", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A bake oven master record. Used by hydrogen embrittlement relief baking and", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_bake_oven.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_operator_queue_py", "label": "fp_operator_queue.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_operator_queue.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_operator_queue.py", "file_type": "code", "degree": 2}, {"id": "fp_operator_queue_fpoperatorqueue", "label": "FpOperatorQueue", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpOperatorQueue", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_operator_queue.py", "file_type": "code", "degree": 2}, {"id": "fp_operator_queue_build_for_user", "label": "build_for_user()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "build_for_user()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_operator_queue.py", "file_type": "code", "degree": 8}, {"id": "fp_operator_queue_rationale_10", "label": "Transient operator next-up queue. Built on demand from in-flight bake windo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Transient operator next-up queue. Built on demand from in-flight bake windo", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_operator_queue.py", "file_type": "rationale", "degree": 1}, {"id": "fp_operator_queue_rationale_42", "label": "Build (and return) a transient queue snapshot for the given user.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build (and return) a transient queue snapshot for the given user.", "community": 199, "community_name": "Community 199", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_operator_queue.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_tank_py", "label": "fp_tank.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_tank.py", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "code", "degree": 1}, {"id": "fp_tank_fptank_compute_shopfloor_queue_size", "label": "._compute_shopfloor_queue_size()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_shopfloor_queue_size()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "code", "degree": 1}, {"id": "fp_tank_fptank_action_open_tablet_view", "label": ".action_open_tablet_view()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_tablet_view()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "code", "degree": 2}, {"id": "fp_tank_rationale_43", "label": "Open the tablet client action focused on this tank.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the tablet client action focused on this tank.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_tank.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_first_piece_gate_py", "label": "fp_first_piece_gate.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_first_piece_gate.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 3}, {"id": "fp_first_piece_gate_fpfirstpiecegate", "label": "FpFirstPieceGate", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpFirstPieceGate", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 5}, {"id": "fp_first_piece_gate_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 1}, {"id": "fp_first_piece_gate_compute_status_color", "label": "_compute_status_color()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_status_color()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 1}, {"id": "fp_first_piece_gate_fpfirstpiecegate_action_mark_pass", "label": ".action_mark_pass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_pass()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 2}, {"id": "fp_first_piece_gate_fpfirstpiecegate_action_mark_fail", "label": ".action_mark_fail()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_fail()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 2}, {"id": "fp_first_piece_gate_fpfirstpiecegate_action_release_lot", "label": ".action_release_lot()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_release_lot()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "code", "degree": 2}, {"id": "fp_first_piece_gate_rationale_10", "label": "First-piece inspection gate per routing. Aerospace, nuclear and many automo", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "First-piece inspection gate per routing. Aerospace, nuclear and many automo", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/models/fp_first_piece_gate.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_process_tree_js", "label": "process_tree.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "process_tree.js", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree", "label": "ProcessTree", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessTree", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 14}, {"id": "process_tree_processtree_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_ctx", "label": "._ctx()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._ctx()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_productionid", "label": ".productionId()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".productionId()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_backworkorderid", "label": ".backWorkorderId()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".backWorkorderId()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_backlabel", "label": ".backLabel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".backLabel()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_loadtree", "label": ".loadTree()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadTree()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 2}, {"id": "process_tree_processtree_onnodeclick", "label": ".onNodeClick()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeClick()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_onback", "label": ".onBack()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onBack()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_getcardclass", "label": ".getCardClass()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCardClass()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 2}, {"id": "process_tree_processtree_ishighlight", "label": ".isHighlight()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".isHighlight()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 2}, {"id": "process_tree_processtree_getkindbadge", "label": ".getKindBadge()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getKindBadge()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_qtylabel", "label": ".qtyLabel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".qtyLabel()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "process_tree_processtree_nodeicon", "label": ".nodeIcon()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".nodeIcon()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/process_tree.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_plant_overview_js", "label": "plant_overview.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "plant_overview.js", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "plant_overview_plantoverview", "label": "PlantOverview", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PlantOverview", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 18}, {"id": "plant_overview_plantoverview_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "plant_overview_plantoverview_loaddata", "label": ".loadData()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadData()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 6}, {"id": "plant_overview_plantoverview_onsearchinput", "label": ".onSearchInput()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSearchInput()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 2}, {"id": "plant_overview_plantoverview_debouncedsearch", "label": "._debouncedSearch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._debouncedSearch()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 2}, {"id": "plant_overview_plantoverview_onsearchkey", "label": ".onSearchKey()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSearchKey()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 3}, {"id": "plant_overview_plantoverview_onsearchclear", "label": ".onSearchClear()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSearchClear()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 3}, {"id": "plant_overview_plantoverview_onrefresh", "label": ".onRefresh()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRefresh()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 2}, {"id": "plant_overview_plantoverview_getorcreateplaceholder", "label": "._getOrCreatePlaceholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._getOrCreatePlaceholder()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 2}, {"id": "plant_overview_plantoverview_removeplaceholder", "label": "._removePlaceholder()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._removePlaceholder()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 5}, {"id": "plant_overview_plantoverview_oncarddragstart", "label": ".onCardDragStart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCardDragStart()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "plant_overview_plantoverview_oncarddragend", "label": ".onCardDragEnd()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCardDragEnd()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 4}, {"id": "plant_overview_plantoverview_oncoldragover", "label": ".onColDragOver()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onColDragOver()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 4}, {"id": "plant_overview_plantoverview_oncoldragleave", "label": ".onColDragLeave()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onColDragLeave()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 4}, {"id": "plant_overview_plantoverview_oncoldrop", "label": ".onColDrop()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onColDrop()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 5}, {"id": "plant_overview_plantoverview_oncardclick", "label": ".onCardClick()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCardClick()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "plant_overview_plantoverview_gettagclass", "label": ".getTagClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTagClass()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "plant_overview_plantoverview_getstateclass", "label": ".getStateClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getStateClass()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/plant_overview.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_shopfloor_tablet_js", "label": "shopfloor_tablet.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "shopfloor_tablet.js", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 1}, {"id": "shopfloor_tablet_shopfloortablet", "label": "ShopfloorTablet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ShopfloorTablet", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 16}, {"id": "shopfloor_tablet_shopfloortablet_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 1}, {"id": "shopfloor_tablet_shopfloortablet_setmessage", "label": ".setMessage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setMessage()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 8}, {"id": "shopfloor_tablet_shopfloortablet_refresh", "label": ".refresh()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 8}, {"id": "shopfloor_tablet_shopfloortablet_onpickstation", "label": ".onPickStation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPickStation()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_togglescan", "label": ".toggleScan()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleScan()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 1}, {"id": "shopfloor_tablet_shopfloortablet_onscan", "label": ".onScan()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onScan()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 5}, {"id": "shopfloor_tablet_shopfloortablet_onscankey", "label": ".onScanKey()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onScanKey()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 2}, {"id": "shopfloor_tablet_shopfloortablet_openrecord", "label": ".openRecord()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openRecord()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 2}, {"id": "shopfloor_tablet_shopfloortablet_onstartbake", "label": ".onStartBake()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onStartBake()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_onendbake", "label": ".onEndBake()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onEndBake()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_ongateresult", "label": ".onGateResult()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onGateResult()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_onqueueitemclick", "label": ".onQueueItemClick()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onQueueItemClick()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 2}, {"id": "shopfloor_tablet_shopfloortablet_onstartwo", "label": ".onStartWo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onStartWo()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_onfinishwo", "label": ".onFinishWo()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onFinishWo()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 3}, {"id": "shopfloor_tablet_shopfloortablet_statebadge", "label": ".stateBadge()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".stateBadge()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/shopfloor_tablet.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_manager_dashboard_js", "label": "manager_dashboard.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "manager_dashboard.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard", "label": "ManagerDashboard", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ManagerDashboard", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 18}, {"id": "manager_dashboard_managerdashboard_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_refresh", "label": ".refresh()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 5}, {"id": "manager_dashboard_managerdashboard_mergeoverview", "label": "._mergeOverview()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._mergeOverview()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 3}, {"id": "manager_dashboard_managerdashboard_lastupdatedlabel", "label": ".lastUpdatedLabel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".lastUpdatedLabel()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 2}, {"id": "manager_dashboard_managerdashboard_setmessage", "label": ".setMessage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setMessage()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 4}, {"id": "manager_dashboard_managerdashboard_togglemode", "label": ".toggleMode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleMode()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_togglecard", "label": ".toggleCard()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleCard()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_toggleoffshift", "label": ".toggleOffShift()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleOffShift()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_operatorsforwo", "label": ".operatorsForWO()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".operatorsForWO()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_operatorbadge", "label": ".operatorBadge()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".operatorBadge()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_onassignworker", "label": ".onAssignWorker()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAssignWorker()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 3}, {"id": "manager_dashboard_managerdashboard_onassigntank", "label": ".onAssignTank()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAssignTank()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 3}, {"id": "manager_dashboard_managerdashboard_ontakeover", "label": ".onTakeOver()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onTakeOver()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 3}, {"id": "manager_dashboard_managerdashboard_openrecord", "label": ".openRecord()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openRecord()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_openoperatorqueue", "label": ".openOperatorQueue()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openOperatorQueue()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_prioritylabel", "label": ".priorityLabel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".priorityLabel()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "manager_dashboard_managerdashboard_prioritytone", "label": ".priorityTone()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".priorityTone()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/static/src/js/manager_dashboard.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "label": "shopfloor_controller.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "shopfloor_controller.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 18}, {"id": "shopfloor_controller_fpshopfloorcontroller", "label": "FpShopfloorController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpShopfloorController", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 6}, {"id": "shopfloor_controller_scan", "label": "scan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scan()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 4}, {"id": "shopfloor_controller_log_chemistry", "label": "log_chemistry()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "log_chemistry()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 4}, {"id": "shopfloor_controller_start_bake", "label": "start_bake()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start_bake()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_end_bake", "label": "end_bake()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "end_bake()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_start_wo", "label": "start_wo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start_wo()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_stop_wo", "label": "stop_wo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_wo()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_log_thickness_reading", "label": "log_thickness_reading()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "log_thickness_reading()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_quality_hold", "label": "quality_hold()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quality_hold()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_tablet_overview", "label": "tablet_overview()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tablet_overview()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 8}, {"id": "shopfloor_controller_pair_station", "label": "pair_station()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pair_station()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 2}, {"id": "shopfloor_controller_mark_gate", "label": "mark_gate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mark_gate()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_queue", "label": "queue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "queue()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_plant_overview_move_card", "label": "plant_overview_move_card()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "plant_overview_move_card()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 3}, {"id": "shopfloor_controller_plant_overview", "label": "plant_overview()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "plant_overview()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 4}, {"id": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "label": "._plant_overview_mrp()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._plant_overview_mrp()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 7}, {"id": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "label": "._wo_to_card()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._wo_to_card()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 7}, {"id": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "label": "._plant_overview_fallback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._plant_overview_fallback()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 7}, {"id": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "label": "._card_matches_search()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._card_matches_search()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 5}, {"id": "shopfloor_controller_wo_process_flow", "label": "wo_process_flow()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wo_process_flow()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 2}, {"id": "shopfloor_controller_wo_cost_summary", "label": "wo_cost_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wo_cost_summary()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 2}, {"id": "shopfloor_controller_process_tree", "label": "process_tree()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "process_tree()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "code", "degree": 4}, {"id": "shopfloor_controller_rationale_21", "label": "JSON-RPC endpoints for the shop-floor tablet client. NOTE \u2014 Odoo 19 require", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JSON-RPC endpoints for the shop-floor tablet client. NOTE \u2014 Odoo 19 require", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 1}, {"id": "shopfloor_controller_rationale_32", "label": "Resolve a scanned QR code to a target record. Recognised payloads:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve a scanned QR code to a target record. Recognised payloads:", "community": 200, "community_name": "Community 200", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_208", "label": "Create a fusion.plating.bath.log with one line per reading. readings: l", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a fusion.plating.bath.log with one line per reading. readings: l", "community": 201, "community_name": "Community 201", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_277", "label": "Start the MRP timer on a work order.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Start the MRP timer on a work order.", "community": 202, "community_name": "Community 202", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_294", "label": "Pause or finish the MRP timer on a work order. finish=True calls button", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pause or finish the MRP timer on a work order. finish=True calls button", "community": 203, "community_name": "Community 203", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_324", "label": "Record a single Fischerscope reading against an MO. Auto-links to the C", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Record a single Fischerscope reading against an MO. Auto-links to the C", "community": 204, "community_name": "Community 204", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_392", "label": "Create a quality hold record, splitting qty from the original lot. If t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a quality hold record, splitting qty from the original lot. If t", "community": 205, "community_name": "Community 205", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_449", "label": "Return a rich dashboard snapshot for the Tablet Station page. Shape:", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a rich dashboard snapshot for the Tablet Station page. Shape:", "community": 206, "community_name": "Community 206", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_770", "label": "Move a work order card to a different work centre (drag & drop). Only m", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Move a work order card to a different work centre (drag & drop). Only m", "community": 207, "community_name": "Community 207", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_807", "label": "Return work orders grouped by work centre for the plant overview. Works", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return work orders grouped by work centre for the plant overview. Works", "community": 208, "community_name": "Community 208", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_844", "label": "Build columns from mrp.workorder records.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build columns from mrp.workorder records.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 1}, {"id": "shopfloor_controller_rationale_877", "label": "Convert an mrp.workorder to a card dict.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert an mrp.workorder to a card dict.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 1}, {"id": "shopfloor_controller_rationale_974", "label": "Build columns from bake windows + first-piece gates when MRP is not inst", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build columns from bake windows + first-piece gates when MRP is not inst", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 1}, {"id": "shopfloor_controller_rationale_1045", "label": "Return True if the card matches the search term.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True if the card matches the search term.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 1}, {"id": "shopfloor_controller_rationale_1058", "label": "Return process flow steps for the horizontal bar.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return process flow steps for the horizontal bar.", "community": 209, "community_name": "Community 209", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_1066", "label": "Return cost breakdown for a work order's MO.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return cost breakdown for a work order's MO.", "community": 210, "community_name": "Community 210", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "shopfloor_controller_rationale_1077", "label": "Return routing tree for a manufacturing order. Walks the MO's recipe tr", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return routing tree for a manufacturing order. Walks the MO's recipe tr", "community": 211, "community_name": "Community 211", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/shopfloor_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 111, "community_name": "Community 111", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "label": "manager_controller.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "manager_controller.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 5}, {"id": "manager_controller_fpmanagerdashboardcontroller", "label": "FpManagerDashboardController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpManagerDashboardController", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 3}, {"id": "manager_controller_overview", "label": "overview()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "overview()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 2}, {"id": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "label": "._overview_payload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._overview_payload()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 6}, {"id": "manager_controller_assign_worker", "label": "assign_worker()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "assign_worker()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 1}, {"id": "manager_controller_assign_tank", "label": "assign_tank()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "assign_tank()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 1}, {"id": "manager_controller_take_over", "label": "take_over()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "take_over()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "code", "degree": 1}, {"id": "manager_controller_rationale_19", "label": "Manager-level view: unassigned jobs, in-progress jobs, team workload. All e", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manager-level view: unassigned jobs, in-progress jobs, team workload. All e", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "rationale", "degree": 1}, {"id": "manager_controller_rationale_30", "label": "Build the manager dashboard payload. `known_hash`: if the client sends", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the manager dashboard payload. `known_hash`: if the client sends", "community": 212, "community_name": "Community 212", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_shopfloor/controllers/manager_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 112, "community_name": "Community 112", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_manifest_py", "label": "__manifest__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 213, "community_name": "Community 213", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_py", "label": "fp_receiving.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_receiving.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 4}, {"id": "fp_receiving_compute_qty_match", "label": "_compute_qty_match()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_qty_match()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 1}, {"id": "fp_receiving_compute_damage_count", "label": "_compute_damage_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_damage_count()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 1}, {"id": "fp_receiving_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 2}, {"id": "fp_receiving_fpreceiving_action_start_inspection", "label": ".action_start_inspection()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_inspection()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 5}, {"id": "fp_receiving_fpreceiving_action_flag_discrepancy", "label": ".action_flag_discrepancy()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_flag_discrepancy()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 4}, {"id": "fp_receiving_fpreceiving_action_resolve", "label": ".action_resolve()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_resolve()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 4}, {"id": "fp_receiving_fpreceiving_update_so_receiving_status", "label": "._update_so_receiving_status()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_so_receiving_status()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "code", "degree": 5}, {"id": "fp_receiving_rationale_11", "label": "Parts receiving record. Created automatically when a sale order is confirme", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parts receiving record. Created automatically when a sale order is confirme", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "fp_receiving_rationale_102", "label": "Move from draft to inspecting.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Move from draft to inspecting.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "fp_receiving_rationale_111", "label": "Accept the receiving \u2014 parts match and condition is OK. Quantity-mismat", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Accept the receiving \u2014 parts match and condition is OK. Quantity-mismat", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "fp_receiving_rationale_142", "label": "Flag a discrepancy \u2014 qty mismatch or damage found.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag a discrepancy \u2014 qty mismatch or damage found.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "fp_receiving_rationale_158", "label": "Resolve a discrepancy after customer follow-up.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve a discrepancy after customer follow-up.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "fp_receiving_rationale_167", "label": "Update the linked sale order's receiving status.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update the linked sale order's receiving status.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_receiving_count", "label": "_compute_receiving_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_receiving_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_receiving", "label": ".action_view_receiving()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_receiving()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_rationale_25", "label": "Override to auto-create receiving record on SO confirmation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to auto-create receiving record on SO confirmation.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_47", "label": "Smart button action to view receiving records.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Smart button action to view receiving records.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 113, "community_name": "Community 113", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_damage_py", "label": "fp_receiving_damage.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_receiving_damage.py", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_damage.py", "file_type": "code", "degree": 1}, {"id": "fp_receiving_damage_fpreceivingdamage", "label": "FpReceivingDamage", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpReceivingDamage", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_damage.py", "file_type": "code", "degree": 2}, {"id": "fp_receiving_damage_rationale_10", "label": "Damage log entry on a receiving record. Documents condition issues found du", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Damage log entry on a receiving record. Documents condition issues found du", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_damage.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_mrp_production_py", "label": "mrp_production.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mrp_production.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_mrpproduction_action_confirm", "label": ".action_confirm()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_confirm()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 18}, {"id": "mrp_production_mrpproduction_get_source_sale_order", "label": "._get_source_sale_order()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_source_sale_order()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_rationale_17", "label": "Extend manufacturing order with Fusion Plating references and workflow autom", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend manufacturing order with Fusion Plating references and workflow autom", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 2}, {"id": "mrp_production_rationale_42", "label": "Find the sale order linked to this MO via origin field.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the sale order linked to this MO via origin field.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_line_py", "label": "fp_receiving_line.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_receiving_line.py", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_line.py", "file_type": "code", "degree": 1}, {"id": "fp_receiving_line_fpreceivingline", "label": "FpReceivingLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpReceivingLine", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_line.py", "file_type": "code", "degree": 2}, {"id": "fp_receiving_line_rationale_10", "label": "Per-part-number receiving detail line. Tracks expected vs received quantity", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-part-number receiving detail line. Tracks expected vs received quantity", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_receiving/models/fp_receiving_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_on_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 214, "community_name": "Community 214", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance_on/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_on_manifest_py", "label": "__manifest__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 215, "community_name": "Community 215", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance_on/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_portrait_save_py", "label": "fp_bol_portrait_save.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_portrait_save.py", "community": 216, "community_name": "Community 216", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_portrait_save.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_audit_workorders_py", "label": "fp_audit_workorders.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_audit_workorders.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_audit_workorders.py", "file_type": "code", "degree": 1}, {"id": "fp_audit_workorders_walk", "label": "walk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "walk()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_audit_workorders.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_isolate_py", "label": "fp_isolate.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_isolate.py", "community": 217, "community_name": "Community 217", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_isolate.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_uom_smoke_py", "label": "fp_uom_smoke.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_uom_smoke.py", "community": 218, "community_name": "Community 218", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_uom_smoke.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "label": "fp_e2e_workforce.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_e2e_workforce.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 13}, {"id": "fp_e2e_workforce_banner", "label": "banner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "banner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 1}, {"id": "fp_e2e_workforce_step", "label": "step()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "step()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 1}, {"id": "fp_e2e_workforce_show", "label": "show()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "show()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 2}, {"id": "fp_e2e_workforce_finding", "label": "finding()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "finding()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 4}, {"id": "fp_e2e_workforce_neg_test", "label": "neg_test()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "neg_test()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 5}, {"id": "fp_e2e_workforce_t_mo_facility", "label": "t_mo_facility()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_mo_facility()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 4}, {"id": "fp_e2e_workforce_t_cert_spec", "label": "t_cert_spec()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_cert_spec()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_t_dlv_pod", "label": "t_dlv_pod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_dlv_pod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_t_inv_terms", "label": "t_inv_terms()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_inv_terms()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_t_thickness_cal", "label": "t_thickness_cal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_thickness_cal()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 2}, {"id": "fp_e2e_workforce_t_ncr_close", "label": "t_ncr_close()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_ncr_close()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_t_capa_close", "label": "t_capa_close()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_capa_close()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_t_discharge_close", "label": "t_discharge_close()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_discharge_close()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_workforce_rationale_47", "label": "level: PASS | WARN | FAIL", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "level: PASS | WARN | FAIL", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "rationale", "degree": 1}, {"id": "fp_e2e_workforce_rationale_377", "label": "Run fn() inside a savepoint; check the raised error mentions one of `expect_", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Run fn() inside a savepoint; check the raised error mentions one of `expect_", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_workforce.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_portrait_inspect_py", "label": "fp_bol_portrait_inspect.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_portrait_inspect.py", "community": 219, "community_name": "Community 219", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_portrait_inspect.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_repro_py", "label": "fp_bol_repro.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_repro.py", "community": 220, "community_name": "Community 220", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_repro.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_measure_py", "label": "fp_bol_measure.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_measure.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_measure.py", "file_type": "code", "degree": 1}, {"id": "fp_bol_measure_find_block", "label": "find_block()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "find_block()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_measure.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_company_check_py", "label": "fp_company_check.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_company_check.py", "community": 221, "community_name": "Community 221", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_company_check.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_grep_py", "label": "fp_grep.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_grep.py", "community": 222, "community_name": "Community 222", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_grep.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_print_order_py", "label": "fp_print_order.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_print_order.py", "community": 223, "community_name": "Community 223", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_print_order.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_stress_py", "label": "fp_bol_stress.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_stress.py", "community": 224, "community_name": "Community 224", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_stress.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "label": "fp_demo_stage_filler.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_demo_stage_filler.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 14}, {"id": "fp_demo_stage_filler_fill_wo_roles", "label": "_fill_wo_roles()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_fill_wo_roles()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_stage_filler_backfill_timer_audit", "label": "_backfill_timer_audit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_backfill_timer_audit()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_seed_team", "label": "_seed_team()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_seed_team()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_redistribute_completed_wos", "label": "_redistribute_completed_wos()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_redistribute_completed_wos()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_seed_proficiency", "label": "_seed_proficiency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_seed_proficiency()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 7}, {"id": "fp_demo_stage_filler_clock_in_team", "label": "_clock_in_team()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_clock_in_team()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_stage_filler_add_quality_holds", "label": "_add_quality_holds()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_add_quality_holds()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_stage_filler_add_paused_wo", "label": "_add_paused_wo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_add_paused_wo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_seed_fresh_mos", "label": "_seed_fresh_mos()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_seed_fresh_mos()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 6}, {"id": "fp_demo_stage_filler_populate_active_wos", "label": "_populate_active_wos()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_populate_active_wos()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_stage_filler_mark_so_awaiting_manager", "label": "_mark_so_awaiting_manager()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_mark_so_awaiting_manager()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_mark_quote_sent", "label": "_mark_quote_sent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_mark_quote_sent()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_add_quote_requests", "label": "_add_quote_requests()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_add_quote_requests()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_safe", "label": "_safe()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_safe()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_stage_filler_rationale_81", "label": "Stamp started_at/finished_at on done WOs from their time_ids. Where time_id", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stamp started_at/finished_at on done WOs from their time_ids. Where time_id", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_247", "label": "Re-assign a slice of historical done WOs across the new team. Without this,", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-assign a slice of historical done WOs across the new team. Without this,", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_296", "label": "Walk every done WO and credit the assigned worker for the role. This rebuil", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Walk every done WO and credit the assigned worker for the role. This rebuil", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_428", "label": "Show one WO mid-flight with pause/resume history. The audit fields show sta", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show one WO mid-flight with pause/resume history. The audit fields show sta", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_455", "label": "Spin up five new MOs in mixed states so the Manager Desk and the Tablet Stat", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Spin up five new MOs in mixed states so the Manager Desk and the Tablet Stat", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_561", "label": "Make sure the Manager Desk's three columns all have visible data. Walks the", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Make sure the Manager Desk's three columns all have visible data. Walks the", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_613", "label": "Push two confirmed SOs to \"inspected, no manager assigned\" so the Manager De", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Push two confirmed SOs to "inspected, no manager assigned" so the Manager De", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_648", "label": "Bump one draft SO into the 'sent' state so the funnel has data in every work", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bump one draft SO into the 'sent' state so the funnel has data in every work", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_stage_filler_rationale_715", "label": "Run a step, log + swallow any error so partial success persists.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Run a step, log + swallow any error so partial success persists.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_stage_filler.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_pageverify_py", "label": "fp_bol_pageverify.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_pageverify.py", "community": 225, "community_name": "Community 225", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_pageverify.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_uom_smoke2_py", "label": "fp_uom_smoke2.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_uom_smoke2.py", "community": 226, "community_name": "Community 226", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_uom_smoke2.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_human_py", "label": "fp_e2e_human.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_e2e_human.py", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_human.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_human_step", "label": "step()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "step()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_human.py", "file_type": "code", "degree": 1}, {"id": "fp_e2e_human_show", "label": "show()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "show()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_human.py", "file_type": "code", "degree": 1}, {"id": "fp_e2e_human_hr", "label": "hr()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_human.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_full_py", "label": "fp_e2e_full.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_e2e_full.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_full.py", "file_type": "code", "degree": 3}, {"id": "fp_e2e_full_banner", "label": "banner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "banner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_full.py", "file_type": "code", "degree": 1}, {"id": "fp_e2e_full_check", "label": "check()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "check()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_full.py", "file_type": "code", "degree": 2}, {"id": "fp_e2e_full_expect", "label": "expect()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "expect()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_e2e_full.py", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_html_py", "label": "fp_bol_html.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_html.py", "community": 227, "community_name": "Community 227", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_html.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_dark_bundle_check_py", "label": "fp_dark_bundle_check.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_dark_bundle_check.py", "community": 228, "community_name": "Community 228", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_dark_bundle_check.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "label": "fp_enforcement_audit.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_enforcement_audit.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 27}, {"id": "fp_enforcement_audit_gate", "label": "gate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gate()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_section", "label": "section()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 1}, {"id": "fp_enforcement_audit_t_so_no_partner", "label": "t_so_no_partner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_so_no_partner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_so_confirm_account_hold", "label": "t_so_confirm_account_hold()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_so_confirm_account_hold()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_mo_confirm_no_facility", "label": "t_mo_confirm_no_facility()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_mo_confirm_no_facility()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_wo_start_no_operator", "label": "t_wo_start_no_operator()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_wo_start_no_operator()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_find_wo", "label": "find_wo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "find_wo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_wet_no_bath", "label": "t_wet_no_bath()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_wet_no_bath()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_bake_no_oven", "label": "t_bake_no_oven()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_bake_no_oven()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_bake_finish_no_actuals", "label": "t_bake_finish_no_actuals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_bake_finish_no_actuals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_rack_no_rack", "label": "t_rack_no_rack()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_rack_no_rack()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_mask_no_material", "label": "t_mask_no_material()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_mask_no_material()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_recv_accept_with_unresolved_damage", "label": "t_recv_accept_with_unresolved_damage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_recv_accept_with_unresolved_damage()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_cert_issue_no_spec", "label": "t_cert_issue_no_spec()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_cert_issue_no_spec()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_dlv_delivered_no_pod", "label": "t_dlv_delivered_no_pod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_dlv_delivered_no_pod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_inv_post_no_terms", "label": "t_inv_post_no_terms()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_inv_post_no_terms()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_inv_post_account_hold", "label": "t_inv_post_account_hold()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_inv_post_account_hold()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_ncr_close_missing", "label": "t_ncr_close_missing()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_ncr_close_missing()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_capa_close_missing", "label": "t_capa_close_missing()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_capa_close_missing()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_discharge_close_missing", "label": "t_discharge_close_missing()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_discharge_close_missing()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_so_confirm_no_po", "label": "t_so_confirm_no_po()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_so_confirm_no_po()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_recv_accept_qty_mismatch", "label": "t_recv_accept_qty_mismatch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_recv_accept_qty_mismatch()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_enforcement_audit_t_cert_issue_no_readings_aero", "label": "t_cert_issue_no_readings_aero()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_cert_issue_no_readings_aero()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_dlv_start_no_driver", "label": "t_dlv_start_no_driver()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_dlv_start_no_driver()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_inspect_finish_no_readings", "label": "t_inspect_finish_no_readings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "t_inspect_finish_no_readings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_enforcement_audit_t_bath_log_no_lines", "label": "t_bath_log_no_lines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_bath_log_no_lines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_t_hold_no_data", "label": "t_hold_no_data()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_hold_no_data()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_enforcement_audit_rationale_20", "label": "Run fn() in a savepoint. PASS = raises UserError mentioning one of expect_ke", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Run fn() in a savepoint. PASS = raises UserError mentioning one of expect_ke", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_enforcement_audit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_audit_reports_py", "label": "fp_audit_reports.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_audit_reports.py", "community": 229, "community_name": "Community 229", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_audit_reports.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_inspect_py", "label": "fp_bol_inspect.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_inspect.py", "community": 230, "community_name": "Community 230", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_inspect.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_dlv_check_py", "label": "fp_dlv_check.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_dlv_check.py", "community": 231, "community_name": "Community 231", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_dlv_check.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "label": "fp_demo_seed.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_demo_seed.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 20}, {"id": "fp_demo_seed_log", "label": "LOG()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LOG()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 5}, {"id": "fp_demo_seed_soc", "label": "soc()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "soc()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_backdate", "label": "backdate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "backdate()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_set_date_field", "label": "set_date_field()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "set_date_field()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_make_badge", "label": "_make_badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_make_badge()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_make_signature", "label": "_make_signature()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_make_signature()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_ensure_partner", "label": "ensure_partner()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_partner()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_ensure_process_type", "label": "ensure_process_type()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_process_type()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_seed_ensure_coating", "label": "ensure_coating()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_coating()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_ensure_strategy", "label": "ensure_strategy()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_strategy()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_ensure_tank", "label": "ensure_tank()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_tank()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_seed_ensure_bath", "label": "ensure_bath()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_bath()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_seed_ensure_param", "label": "ensure_param()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_param()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_seed_ensure_rack", "label": "ensure_rack()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_rack()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 2}, {"id": "fp_demo_seed_create_so_line", "label": "create_so_line()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_so_line()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_register_payment", "label": "register_payment()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "register_payment()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 5}, {"id": "fp_demo_seed_make_closed_job", "label": "make_closed_job()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "make_closed_job()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 14}, {"id": "fp_demo_seed_quick_so", "label": "quick_so()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quick_so()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_make_quote", "label": "make_quote()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "make_quote()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 4}, {"id": "fp_demo_seed_populate_workorders", "label": "_populate_workorders()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_populate_workorders()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "code", "degree": 3}, {"id": "fp_demo_seed_rationale_31", "label": "Search-or-create a singleton by a unique key field.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Search-or-create a singleton by a unique key field.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_seed_rationale_40", "label": "Force create_date back in time, so history tabs look real.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Force create_date back in time, so history tabs look real.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_seed_rationale_66", "label": "Render a rectangular badge with centred stacked text.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a rectangular badge with centred stacked text.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_seed_rationale_127", "label": "Render a plausible handwritten-looking signature from a name.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a plausible handwritten-looking signature from a name.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_seed_rationale_710", "label": "Post + fully pay an invoice.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Post + fully pay an invoice.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "fp_demo_seed_rationale_1297", "label": "Assign recipe from SO coating config + generate WOs.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign recipe from SO coating config + generate WOs.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_demo_seed.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_pagecount_py", "label": "fp_bol_pagecount.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_bol_pagecount.py", "community": 232, "community_name": "Community 232", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_bol_pagecount.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_debug_mo_py", "label": "fp_debug_mo.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_debug_mo.py", "community": 233, "community_name": "Community 233", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_debug_mo.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_required_fields_audit_py", "label": "fp_required_fields_audit.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_required_fields_audit.py", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_required_fields_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_required_fields_audit_section", "label": "section()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "section()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_required_fields_audit.py", "file_type": "code", "degree": 1}, {"id": "fp_required_fields_audit_show_field_audit", "label": "show_field_audit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "show_field_audit()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_required_fields_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_required_fields_audit_rationale_24", "label": "For one record, show which of `candidate_fields` are empty. candidate_field", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "For one record, show which of `candidate_fields` are empty. candidate_field", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_required_fields_audit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_verify_fixes_py", "label": "fp_verify_fixes.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_verify_fixes.py", "community": 234, "community_name": "Community 234", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_verify_fixes.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_per_step_audit_py", "label": "fp_per_step_audit.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_per_step_audit.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_per_step_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_per_step_audit_banner", "label": "banner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "banner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_per_step_audit.py", "file_type": "code", "degree": 1}, {"id": "fp_per_step_audit_check_field", "label": "check_field()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "check_field()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_per_step_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_per_step_audit_rationale_71", "label": "Return (value, is_filled, label_for_display).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (value, is_filled, label_for_display).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_per_step_audit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_backfill_py", "label": "fp_backfill.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_backfill.py", "community": 235, "community_name": "Community 235", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/scripts/fp_backfill.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_en_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 236, "community_name": "Community 236", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_en/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_en_manifest_py", "label": "__manifest__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 237, "community_name": "Community 237", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_en/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_black_oxide_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 238, "community_name": "Community 238", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_black_oxide/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_black_oxide_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": 239, "community_name": "Community 239", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_black_oxide/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 114, "community_name": "Community 114", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_manifest_py", "label": "__manifest__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 240, "community_name": "Community 240", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_chain_of_custody_py", "label": "fp_chain_of_custody.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_chain_of_custody.py", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_chain_of_custody.py", "file_type": "code", "degree": 2}, {"id": "fp_chain_of_custody_fpchainofcustody", "label": "FpChainOfCustody", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpChainOfCustody", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_chain_of_custody.py", "file_type": "code", "degree": 2}, {"id": "fp_chain_of_custody_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_chain_of_custody.py", "file_type": "code", "degree": 2}, {"id": "fp_chain_of_custody_rationale_10", "label": "A single custody event \u2014 the audit trail for parts in transit. A chain of c", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single custody event \u2014 the audit trail for parts in transit. A chain of c", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_chain_of_custody.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_route_stop_py", "label": "fp_route_stop.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_route_stop.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "code", "degree": 1}, {"id": "fp_route_stop_fproutestop", "label": "FpRouteStop", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRouteStop", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "code", "degree": 5}, {"id": "fp_route_stop_fproutestop_action_mark_arrived", "label": ".action_mark_arrived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_arrived()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "code", "degree": 2}, {"id": "fp_route_stop_fproutestop_action_mark_completed", "label": ".action_mark_completed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_completed()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "code", "degree": 2}, {"id": "fp_route_stop_fproutestop_action_mark_skipped", "label": ".action_mark_skipped()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_skipped()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "code", "degree": 2}, {"id": "fp_route_stop_rationale_10", "label": "A single stop on a route. A stop is one of: pickup, delivery, transfer (bet", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single stop on a route. A stop is one of: pickup, delivery, transfer (bet", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route_stop.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_proof_of_delivery_py", "label": "fp_proof_of_delivery.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_proof_of_delivery.py", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_proof_of_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_proof_of_delivery_fpproofofdelivery", "label": "FpProofOfDelivery", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpProofOfDelivery", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_proof_of_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_proof_of_delivery_default_name", "label": "_default_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_proof_of_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_proof_of_delivery_rationale_10", "label": "Proof of delivery record \u2014 captured at the delivery point. Captures:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Proof of delivery record \u2014 captured at the delivery point. Captures:", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_proof_of_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_delivery_py", "label": "fp_delivery.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_delivery.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_delivery_fpdelivery_compute_custody_count", "label": "._compute_custody_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_custody_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_delivery_fpdelivery_log_custody_event", "label": "._log_custody_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._log_custody_event()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 4}, {"id": "fp_delivery_fpdelivery_action_schedule", "label": ".action_schedule()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_schedule()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_fpdelivery_action_start_route", "label": ".action_start_route()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_route()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 5}, {"id": "fp_delivery_fpdelivery_action_mark_refused", "label": ".action_mark_refused()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_refused()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_fpdelivery_action_mark_returned", "label": ".action_mark_returned()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_returned()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_fpdelivery_action_cancel", "label": ".action_cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_fpdelivery_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 2}, {"id": "fp_delivery_fpdelivery_action_create_pod", "label": ".action_create_pod()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_pod()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "code", "degree": 3}, {"id": "fp_delivery_rationale_11", "label": "Extend delivery to auto-update portal job and block shipment when hydrogen e", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend delivery to auto-update portal job and block shipment when hydrogen e", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "fp_delivery_rationale_162", "label": "Block \"en route\" until at least a driver is assigned. Vehicle is encour", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block "en route" until at least a driver is assigned. Vehicle is encour", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "fp_delivery_rationale_186", "label": "Block \"delivered\" until a Proof of Delivery exists. The driver must cap", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block "delivered" until a Proof of Delivery exists. The driver must cap", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "fp_delivery_rationale_226", "label": "Create a blank POD record for this delivery and open it.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a blank POD record for this delivery and open it.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 115, "community_name": "Community 115", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/hr_employee.py", "file_type": "code", "degree": 1}, {"id": "hr_employee_hremployee_compute_logistics_counts", "label": "._compute_logistics_counts()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_logistics_counts()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/hr_employee.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_pickup_request_py", "label": "fp_pickup_request.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_pickup_request.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 2}, {"id": "fp_pickup_request_fppickuprequest", "label": "FpPickupRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPickupRequest", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 10}, {"id": "fp_pickup_request_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 1}, {"id": "fp_pickup_request_fppickuprequest_compute_custody_count", "label": "._compute_custody_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_custody_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 1}, {"id": "fp_pickup_request_fppickuprequest_log_custody_event", "label": "._log_custody_event()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._log_custody_event()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 4}, {"id": "fp_pickup_request_fppickuprequest_action_schedule", "label": ".action_schedule()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_schedule()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 3}, {"id": "fp_pickup_request_fppickuprequest_action_start_route", "label": ".action_start_route()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_route()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 4}, {"id": "fp_pickup_request_fppickuprequest_action_mark_picked_up", "label": ".action_mark_picked_up()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_picked_up()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 3}, {"id": "fp_pickup_request_fppickuprequest_action_mark_received", "label": ".action_mark_received()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_received()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 3}, {"id": "fp_pickup_request_fppickuprequest_action_cancel", "label": ".action_cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 2}, {"id": "fp_pickup_request_fppickuprequest_action_reset_to_new", "label": ".action_reset_to_new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_new()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "code", "degree": 2}, {"id": "fp_pickup_request_rationale_10", "label": "Customer-initiated request for pickup of parts to be processed. Lifecycle:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer-initiated request for pickup of parts to be processed. Lifecycle:", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_pickup_request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_route_py", "label": "fp_route.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_route.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_fproute", "label": "FpRoute", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRoute", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 8}, {"id": "fp_route_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 1}, {"id": "fp_route_fproute_compute_stop_count", "label": "._compute_stop_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_stop_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 1}, {"id": "fp_route_fproute_action_plan", "label": ".action_plan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_plan()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_fproute_action_start", "label": ".action_start()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_fproute_action_complete", "label": ".action_complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_complete()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_fproute_action_cancel", "label": ".action_cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_fproute_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "code", "degree": 2}, {"id": "fp_route_rationale_10", "label": "A single run combining pickups and deliveries for one driver. Lifecycle:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single run combining pickups and deliveries for one driver. Lifecycle:", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_route.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_vehicle_py", "label": "fp_vehicle.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_vehicle.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 1}, {"id": "fp_vehicle_fpvehicle", "label": "FpVehicle", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpVehicle", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 6}, {"id": "fp_vehicle_fpvehicle_action_mark_available", "label": ".action_mark_available()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_available()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 2}, {"id": "fp_vehicle_fpvehicle_action_mark_in_use", "label": ".action_mark_in_use()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_in_use()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 2}, {"id": "fp_vehicle_fpvehicle_action_mark_maintenance", "label": ".action_mark_maintenance()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_maintenance()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 2}, {"id": "fp_vehicle_fpvehicle_action_mark_out_of_service", "label": ".action_mark_out_of_service()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_out_of_service()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "code", "degree": 2}, {"id": "fp_vehicle_rationale_10", "label": "Vehicle master for the plating shop's pickup & delivery fleet. A vehicle be", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Vehicle master for the plating shop's pickup & delivery fleet. A vehicle be", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_logistics/models/fp_vehicle.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 116, "community_name": "Community 116", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_manifest_py", "label": "__manifest__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 241, "community_name": "Community 241", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_models_fp_ncr_py", "label": "fp_ncr.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_ncr.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_fp_bridge_strip_html", "label": "._fp_bridge_strip_html()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_bridge_strip_html()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 3}, {"id": "fp_ncr_fpncr_fp_bridge_team", "label": "._fp_bridge_team()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_bridge_team()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 3}, {"id": "fp_ncr_fpncr_fp_bridge_stage_for_state", "label": "._fp_bridge_stage_for_state()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_bridge_stage_for_state()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 4}, {"id": "fp_ncr_fpncr_prepare_quality_alert_vals", "label": "._prepare_quality_alert_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_quality_alert_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 8}, {"id": "fp_ncr_fpncr_fp_bridge_quality_available", "label": "._fp_bridge_quality_available()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_bridge_quality_available()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 4}, {"id": "fp_ncr_fpncr_sync_to_quality_alert", "label": "._sync_to_quality_alert()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._sync_to_quality_alert()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 7}, {"id": "fp_ncr_fpncr_action_sync_to_quality", "label": ".action_sync_to_quality()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_sync_to_quality()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 3}, {"id": "fp_ncr_fpncr_action_view_quality_alert", "label": ".action_view_quality_alert()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_quality_alert()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_create", "label": "create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 5}, {"id": "fp_ncr_fpncr_write", "label": ".write()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "code", "degree": 5}, {"id": "fp_ncr_rationale_37", "label": "Extend Fusion Plating NCR so each record is mirrored into the Odoo EE ``qual", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend Fusion Plating NCR so each record is mirrored into the Odoo EE ``qual", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_69", "label": "Convert an HTML field value to plain text for quality.alert fields that", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert an HTML field value to plain text for quality.alert fields that", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_81", "label": "Return the dedicated Plating team record, if it exists.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the dedicated Plating team record, if it exists.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_88", "label": "Best-effort mapping of our NCR state to a quality.alert.stage. The EE q", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Best-effort mapping of our NCR state to a quality.alert.stage. The EE q", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_109", "label": "Build the vals dict used to create/update a quality.alert from this NCR.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the vals dict used to create/update a quality.alert from this NCR.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_205", "label": "Cheap capability check: is the EE quality.alert model loaded in this dat", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cheap capability check: is the EE quality.alert model loaded in this dat", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_210", "label": "Create or update the mirrored quality.alert for every NCR in ``self`` th", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update the mirrored quality.alert for every NCR in ``self`` th", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_244", "label": "Manual \"Sync to Quality\" header button.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manual "Sync to Quality" header button.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 117, "community_name": "Community 117", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_quality/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 118, "community_name": "Community 118", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_manifest_py", "label": "__manifest__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 242, "community_name": "Community 242", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_fp_invoice_strategy_default_py", "label": "fp_invoice_strategy_default.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_invoice_strategy_default.py", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/fp_invoice_strategy_default.py", "file_type": "code", "degree": 1}, {"id": "fp_invoice_strategy_default_fpinvoicestrategydefault", "label": "FpInvoiceStrategyDefault", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpInvoiceStrategyDefault", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/fp_invoice_strategy_default.py", "file_type": "code", "degree": 2}, {"id": "fp_invoice_strategy_default_rationale_10", "label": "Customer-level default invoice strategy. When a new sale order is created f", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer-level default invoice strategy. When a new sale order is created f", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/fp_invoice_strategy_default.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_account_move_py", "label": "account_move.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_rationale_15", "label": "Auto-inherit payment terms + customer PO# at creation time. Two defensi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-inherit payment terms + customer PO# at creation time. Two defensi", "community": 243, "community_name": "Community 243", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_51", "label": "Block post when: \u2022 customer is on account hold (existing rule), or", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block post when: \u2022 customer is on account hold (existing rule), or", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_onchange_partner_id_invoice_strategy", "label": "_onchange_partner_id_invoice_strategy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_partner_id_invoice_strategy()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_create_deposit_invoice", "label": "._create_deposit_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_deposit_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 5}, {"id": "sale_order_saleorder_create_full_invoice", "label": "._create_full_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_full_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 4}, {"id": "sale_order_saleorder_create_progress_initial_invoice", "label": "._create_progress_initial_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_progress_initial_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 5}, {"id": "sale_order_saleorder_create_final_balance_invoice", "label": "._create_final_balance_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_final_balance_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "code", "degree": 5}, {"id": "sale_order_rationale_19", "label": "Auto-fill invoice strategy from customer defaults.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill invoice strategy from customer defaults.", "community": 244, "community_name": "Community 244", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_rationale_31", "label": "Override to check account hold + customer PO# and trigger the invoice st", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to check account hold + customer PO# and trigger the invoice st", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_95", "label": "Deposit strategy: down-payment invoice for the deposit %.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Deposit strategy: down-payment invoice for the deposit %.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_123", "label": "COD / Prepay: invoice the entire order immediately.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "COD / Prepay: invoice the entire order immediately.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_138", "label": "Progress Billing \u2014 first invoice at SO confirm. Uses Odoo's down-paymen", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Progress Billing \u2014 first invoice at SO confirm. Uses Odoo's down-paymen", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_170", "label": "Create the closing invoice for Progress Billing / Net Terms. Called whe", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the closing invoice for Progress Billing / Net Terms. Called whe", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_fp_delivery_py", "label": "fp_delivery.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_delivery.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/fp_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_delivery_rationale_14", "label": "Fire the 'final balance' invoice for Progress Billing / Net Terms when a del", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fire the 'final balance' invoice for Progress Billing / Net Terms when a del", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 119, "community_name": "Community 119", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_invoicing/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 120, "community_name": "Community 120", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_manifest_py", "label": "__manifest__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 245, "community_name": "Community 245", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_models_fp_fair_py", "label": "fp_fair.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_fair.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "code", "degree": 1}, {"id": "fp_fair_fpfair", "label": "FpFair", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpFair", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 15}, {"id": "fp_fair_fpfair_action_send_for_signature", "label": ".action_send_for_signature()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_for_signature()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "code", "degree": 3}, {"id": "fp_fair_fpfair_action_view_signed_document", "label": ".action_view_signed_document()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_signed_document()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_fpfair_action_view_sign_request", "label": ".action_view_sign_request()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sign_request()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_rationale_10", "label": "First Article Inspection Report (FAIR). Captures the documented first-artic", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "First Article Inspection Report (FAIR). Captures the documented first-artic", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "rationale", "degree": 1}, {"id": "fp_fair_rationale_55", "label": "Open the EE sign.send.request wizard pre-filled with this FAIR. The wiz", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the EE sign.send.request wizard pre-filled with this FAIR. The wiz", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "rationale", "degree": 1}, {"id": "fp_fair_rationale_98", "label": "Open the signed PDF attachment in a new browser tab.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the signed PDF attachment in a new browser tab.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "rationale", "degree": 1}, {"id": "fp_fair_rationale_109", "label": "Open the underlying sign.request record.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the underlying sign.request record.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/fp_fair.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_models_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 121, "community_name": "Community 121", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_sign/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_tor_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 246, "community_name": "Community 246", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance_tor/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_tor_manifest_py", "label": "__manifest__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 247, "community_name": "Community 247", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_compliance_tor/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_chrome_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 248, "community_name": "Community 248", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_chrome/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_chrome_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": 249, "community_name": "Community 249", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_chrome/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_anodize_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 250, "community_name": "Community 250", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_anodize/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_process_anodize_manifest_py", "label": "__manifest__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 251, "community_name": "Community 251", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_process_anodize/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 122, "community_name": "Community 122", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_manifest_py", "label": "__manifest__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 252, "community_name": "Community 252", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_wizard_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 123, "community_name": "Community 123", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_wizard_fp_recipe_config_wizard_py", "label": "fp_recipe_config_wizard.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_recipe_config_wizard.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 3}, {"id": "fp_recipe_config_wizard_fprecipeconfigwizard", "label": "FpRecipeConfigWizard", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRecipeConfigWizard", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_recipe_config_wizard_default_get", "label": "default_get()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_recipe_config_wizard_fprecipeconfigwizard_get_optional_nodes", "label": "._get_optional_nodes()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_optional_nodes()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_recipe_config_wizard_fprecipeconfigwizard_action_confirm", "label": ".action_confirm()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_confirm()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_recipe_config_wizard_fprecipeconfigwizardline", "label": "FpRecipeConfigWizardLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRecipeConfigWizardLine", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_recipe_config_wizard_rationale_10", "label": "Wizard to configure which optional recipe steps are included for a specific", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard to configure which optional recipe steps are included for a specific", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_recipe_config_wizard_rationale_74", "label": "Recursively collect all nodes with opt_in_out != 'disabled'.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively collect all nodes with opt_in_out != 'disabled'.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_recipe_config_wizard_rationale_83", "label": "Save overrides and close wizard.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save overrides and close wizard.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_recipe_config_wizard_rationale_102", "label": "One line in the recipe config wizard \u2014 an optional step.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "One line in the recipe config wizard \u2014 an optional step.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/wizard/fp_recipe_config_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_portal_job_py", "label": "fp_portal_job.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_portal_job.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_portal_job.py", "file_type": "code", "degree": 1}, {"id": "fp_portal_job_fpportaljob", "label": "FpPortalJob", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPortalJob", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 6}, {"id": "fp_portal_job_rationale_10", "label": "Lightweight portal-facing view of a production job. This is intentionally a", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightweight portal-facing view of a production job. This is intentionally a", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_hold_py", "label": "fp_quality_hold.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quality_hold.py", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_hold.py", "file_type": "code", "degree": 1}, {"id": "fp_quality_hold_fpqualityholdmrp", "label": "FpQualityHoldMrp", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQualityHoldMrp", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_hold.py", "file_type": "code", "degree": 2}, {"id": "fp_quality_hold_rationale_10", "label": "Add MRP references to the quality hold record. These fields live here (not", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add MRP references to the quality hold record. These fields live here (not", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_hold.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_account_move_py", "label": "account_move.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_rationale_10", "label": "Extend invoice to auto-complete portal job when posted. GAP 7: Invoice post", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend invoice to auto-complete portal job when posted. GAP 7: Invoice post", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_18", "label": "Override to cascade invoice posting to portal job completion.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to cascade invoice posting to portal job completion.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_fp_auto_create_mo", "label": "._fp_auto_create_mo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_auto_create_mo()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 9}, {"id": "sale_order_saleorder_fp_auto_create_mo_legacy", "label": "._fp_auto_create_mo_legacy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_auto_create_mo_legacy()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 5}, {"id": "sale_order_compute_workflow_stage", "label": "_compute_workflow_stage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_workflow_stage()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_fp_mark_inspected", "label": ".action_fp_mark_inspected()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_mark_inspected()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 4}, {"id": "sale_order_saleorder_action_fp_accept_parts", "label": ".action_fp_accept_parts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_accept_parts()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 4}, {"id": "sale_order_saleorder_action_fp_assign_to_me", "label": ".action_fp_assign_to_me()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_assign_to_me()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 4}, {"id": "sale_order_saleorder_action_fp_mark_shipped", "label": ".action_fp_mark_shipped()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_mark_shipped()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 5}, {"id": "sale_order_saleorder_action_fp_open_shop_floor", "label": ".action_fp_open_shop_floor()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_open_shop_floor()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_compute_fp_related_records", "label": "_compute_fp_related_records()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fp_related_records()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_productions", "label": ".action_view_productions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_productions()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_action_view_workorders", "label": ".action_view_workorders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_workorders()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_action_view_portal_jobs", "label": ".action_view_portal_jobs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_portal_jobs()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 3}, {"id": "sale_order_saleorder_action_view_quality_holds", "label": ".action_view_quality_holds()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_quality_holds()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_certificates", "label": ".action_view_certificates()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_certificates()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_fp_deliveries", "label": ".action_view_fp_deliveries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_fp_deliveries()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_rationale_12", "label": "Add smart-button counts + actions so the SO form is a hub for the full produ", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add smart-button counts + actions so the SO form is a hub for the full produ", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_97", "label": "Create draft MO(s) for this SO, grouping by x_fc_wo_group_tag. Grouping", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create draft MO(s) for this SO, grouping by x_fc_wo_group_tag. Grouping", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_270", "label": "Fallback for SOs with no plating order_line data (service lines). Prese", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fallback for SOs with no plating order_line data (service lines). Prese", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_397", "label": "Flip all open receiving records from draft/inspecting \u2192 inspecting.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Flip all open receiving records from draft/inspecting \u2192 inspecting.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_409", "label": "Mark receiving as accepted; this unlocks manager assignment.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark receiving as accepted; this unlocks manager assignment.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_424", "label": "Manager claims this job (themselves) and confirms linked MOs.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manager claims this job (themselves) and confirms linked MOs.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_442", "label": "Mark the draft delivery as shipped (triggers auto-invoice).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark the draft delivery as shipped (triggers auto-invoice).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_462", "label": "Jump to the Plant Overview filtered to this SO's WOs.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Jump to the Plant Overview filtered to this SO's WOs.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_delivery_py", "label": "fp_delivery.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_delivery.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_delivery.py", "file_type": "code", "degree": 1}, {"id": "fp_delivery_rationale_17", "label": "Override to cascade delivery completion to the portal job and enforce th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to cascade delivery completion to the portal job and enforce th", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_delivery.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 124, "community_name": "Community 124", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_work_center_py", "label": "fp_work_center.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_work_center.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_center.py", "file_type": "code", "degree": 1}, {"id": "fp_work_center_fpworkcenter_action_sync_to_mrp", "label": ".action_sync_to_mrp()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_sync_to_mrp()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_center.py", "file_type": "code", "degree": 4}, {"id": "fp_work_center_rationale_14", "label": "Extend FP work centre with a link to its mirrored MRP work centre.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend FP work centre with a link to its mirrored MRP work centre.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_center.py", "file_type": "rationale", "degree": 1}, {"id": "fp_work_center_rationale_25", "label": "Create or update the mirrored mrp.workcenter record. If the FP work cen", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update the mirrored mrp.workcenter record. If the FP work cen", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_center.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_node_override_py", "label": "fp_job_node_override.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_job_node_override.py", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_node_override.py", "file_type": "code", "degree": 1}, {"id": "fp_job_node_override_fpjobnodeoverride", "label": "FpJobNodeOverride", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpJobNodeOverride", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_node_override.py", "file_type": "code", "degree": 2}, {"id": "fp_job_node_override_rationale_10", "label": "Per-job override for optional recipe steps. When a recipe is assigned to a", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Per-job override for optional recipe steps. When a recipe is assigned to a", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_node_override.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_qc_template_py", "label": "fp_qc_template.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_qc_template.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 3}, {"id": "fp_qc_template_fpqcchecklisttemplate", "label": "FpQcChecklistTemplate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQcChecklistTemplate", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 3}, {"id": "fp_qc_template_fpqcchecklisttemplate_compute_check_count", "label": "._compute_check_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_check_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 1}, {"id": "fp_qc_template_resolve_for_partner", "label": "resolve_for_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_for_partner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 2}, {"id": "fp_qc_template_fpqcchecklisttemplate_action_view_checks", "label": ".action_view_checks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_checks()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 2}, {"id": "fp_qc_template_fpqcchecklisttemplateline", "label": "FpQcChecklistTemplateLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQcChecklistTemplateLine", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "code", "degree": 1}, {"id": "fp_qc_template_rationale_86", "label": "Return the best-matching template for a customer. Order: active custome", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the best-matching template for a customer. Order: active custome", "community": 253, "community_name": "Community 253", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_qc_template.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_proficiency_py", "label": "fp_proficiency.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_proficiency.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 4}, {"id": "fp_proficiency_fpoperatorproficiency", "label": "FpOperatorProficiency", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpOperatorProficiency", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 2}, {"id": "fp_proficiency_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 1}, {"id": "fp_proficiency_compute_progress_label", "label": "_compute_progress_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_progress_label()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 1}, {"id": "fp_proficiency_record_completion", "label": "_record_completion()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_record_completion()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 5}, {"id": "fp_proficiency_fpoperatorproficiency_maybe_promote", "label": "._maybe_promote()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._maybe_promote()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "code", "degree": 6}, {"id": "fp_proficiency_rationale_100", "label": "Increment the (employee, role) tally and promote if at threshold. Idemp", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Increment the (employee, role) tally and promote if at threshold. Idemp", "community": 254, "community_name": "Community 254", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "rationale", "degree": 0}, {"id": "fp_proficiency_rationale_132", "label": "Promote the employee if they've crossed the role's threshold. - Already", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Promote the employee if they've crossed the role's threshold. - Already", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_proficiency.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_hremployee_compute_x_fc_is_clocked_in", "label": "._compute_x_fc_is_clocked_in()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_x_fc_is_clocked_in()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "code", "degree": 4}, {"id": "hr_employee_hremployee_search_x_fc_is_clocked_in", "label": "._search_x_fc_is_clocked_in()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_x_fc_is_clocked_in()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "code", "degree": 5}, {"id": "hr_employee_fp_clocked_in_user_ids", "label": "_fp_clocked_in_user_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fp_clocked_in_user_ids()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "code", "degree": 4}, {"id": "hr_employee_rationale_70", "label": "Compute attendance status from hr.attendance. Batched so the manager da", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute attendance status from hr.attendance. Batched so the manager da", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "hr_employee_rationale_91", "label": "Lets `[('x_fc_is_clocked_in', '=', True)]` work as a domain. Two compou", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lets `[('x_fc_is_clocked_in', '=', True)]` work as a domain. Two compou", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "hr_employee_rationale_149", "label": "Return the set of res.users.ids whose linked employee is on shift. Used", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the set of res.users.ids whose linked employee is on shift. Used", "community": 255, "community_name": "Community 255", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/hr_employee.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_thickness_reading_py", "label": "fp_thickness_reading.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_thickness_reading.py", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_thickness_reading.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_consumption_py", "label": "fp_job_consumption.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_job_consumption.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_consumption.py", "file_type": "code", "degree": 3}, {"id": "fp_job_consumption_fpjobconsumption", "label": "FpJobConsumption", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpJobConsumption", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_consumption.py", "file_type": "code", "degree": 2}, {"id": "fp_job_consumption_compute_total_cost", "label": "_compute_total_cost()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_total_cost()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_consumption.py", "file_type": "code", "degree": 2}, {"id": "fp_job_consumption_onchange_product", "label": "_onchange_product()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_product()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_consumption.py", "file_type": "code", "degree": 1}, {"id": "fp_job_consumption_rationale_10", "label": "A single consumable drawdown charged to a manufacturing order. Sources incl", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single consumable drawdown charged to a manufacturing order. Sources incl", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_job_consumption.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_work_role_py", "label": "fp_work_role.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_work_role.py", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_role.py", "file_type": "code", "degree": 2}, {"id": "fp_work_role_fpworkrole", "label": "FpWorkRole", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpWorkRole", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_role.py", "file_type": "code", "degree": 2}, {"id": "fp_work_role_default_mastery_required", "label": "_default_mastery_required()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_mastery_required()", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_role.py", "file_type": "code", "degree": 1}, {"id": "fp_work_role_rationale_10", "label": "A shop role assigned to a recipe step and to the employees who can perform i", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A shop role assigned to a recipe step and to the employees who can perform i", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_work_role.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "label": "mrp_production.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mrp_production.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 10}, {"id": "mrp_production_mrpproduction_compute_consumption_count", "label": "._compute_consumption_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_consumption_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_sale_order_id", "label": "_compute_sale_order_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_sale_order_id()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_workorder_count", "label": "_compute_workorder_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_workorder_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_mrpproduction_compute_receiving_count", "label": "._compute_receiving_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_receiving_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_view_sale_order", "label": ".action_view_sale_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_view_workorders", "label": ".action_view_workorders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_workorders()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_view_receiving", "label": ".action_view_receiving()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_receiving()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_compute_job_costs", "label": "_compute_job_costs()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_job_costs()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_view_consumption", "label": ".action_view_consumption()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_consumption()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_compute_override_count", "label": "_compute_override_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_override_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_active_qc", "label": "_compute_active_qc()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_active_qc()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_qc_check_count", "label": "_compute_qc_check_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_qc_check_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_qc_required", "label": "_compute_qc_required()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_qc_required()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_mrpproduction_compute_rework_count", "label": "._compute_rework_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_rework_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_compute_current_location", "label": "_compute_current_location()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_current_location()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_view_reworks", "label": ".action_view_reworks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_reworks()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 2}, {"id": "mrp_production_mrpproduction_action_create_rework", "label": ".action_create_rework()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_rework()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 4}, {"id": "mrp_production_mrpproduction_action_configure_recipe_steps", "label": ".action_configure_recipe_steps()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_configure_recipe_steps()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_fp_pick_worker_for_role", "label": "_fp_pick_worker_for_role()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_fp_pick_worker_for_role()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 1}, {"id": "mrp_production_mrpproduction_generate_workorders_from_recipe", "label": "._generate_workorders_from_recipe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_workorders_from_recipe()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 11}, {"id": "mrp_production_mrpproduction_auto_assign_recipe_from_so", "label": "._auto_assign_recipe_from_so()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._auto_assign_recipe_from_so()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 4}, {"id": "mrp_production_mrpproduction_fp_qc_gate_check", "label": "._fp_qc_gate_check()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_qc_gate_check()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 5}, {"id": "mrp_production_mrpproduction_action_open_active_qc", "label": ".action_open_active_qc()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_active_qc()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 4}, {"id": "mrp_production_mrpproduction_action_view_qc_checks", "label": ".action_view_qc_checks()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_qc_checks()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_mrpproduction_resolve_mo_process_tree", "label": "._resolve_mo_process_tree()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_mo_process_tree()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_mrpproduction_fp_resolve_cert_requirement", "label": "._fp_resolve_cert_requirement()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_resolve_cert_requirement()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 3}, {"id": "mrp_production_mrpproduction_fp_build_delivery_vals", "label": "._fp_build_delivery_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_build_delivery_vals()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 4}, {"id": "mrp_production_mrpproduction_fp_generate_cert_pdf", "label": "._fp_generate_cert_pdf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_generate_cert_pdf()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 6}, {"id": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "label": "._fp_merge_thickness_into_cert()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_merge_thickness_into_cert()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "code", "degree": 9}, {"id": "mrp_production_rationale_412", "label": "Open a wizard \u2014 or just copy the MO with is_rework flag set.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a wizard \u2014 or just copy the MO with is_rework flag set.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_440", "label": "Open the wizard to configure opt-in/out steps for this job.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the wizard to configure opt-in/out steps for this job.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_461", "label": "Pick the least-loaded employee with the given shop role. Returns a res.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pick the least-loaded employee with the given shop role. Returns a res.", "community": 256, "community_name": "Community 256", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 0}, {"id": "mrp_production_rationale_490", "label": "Generate mrp.workorder records from the assigned recipe. Walks the reci", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate mrp.workorder records from the assigned recipe. Walks the reci", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_713", "label": "Pull the default recipe for this MO when none is set. Resolution order:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pull the default recipe for this MO when none is set. Resolution order:", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_781", "label": "Override to auto-create a portal job and generate work orders from the a", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to auto-create a portal job and generate work orders from the a", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_898", "label": "Override to cascade MO completion to portal job, delivery, and an auto-g", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to cascade MO completion to portal job, delivery, and an auto-g", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1044", "label": "Block MO completion when the customer requires QC but the QC hasn't been", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block MO completion when the customer requires QC but the QC hasn't been", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1129", "label": "Smart-button action: open the mobile QC checklist for this MO.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Smart-button action: open the mobile QC checklist for this MO.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1141", "label": "List view of all QC checks attached to this MO.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "List view of all QC checks attached to this MO.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1157", "label": "Resolve which process-tree root to walk for this MO. Sub 3 \u2014 prefers th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve which process-tree root to walk for this MO. Sub 3 \u2014 prefers th", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1188", "label": "Resolve which certs are required for this MO. Returns (want_coc: bool,", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve which certs are required for this MO. Returns (want_coc: bool,", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1260", "label": "Build the create-vals for the auto-generated draft delivery. Sets sched", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the create-vals for the auto-generated draft delivery. Sets sched", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1306", "label": "Render a fp.certificate to PDF and attach it to the cert, the portal job", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a fp.certificate to PDF and attach it to the cert, the portal job", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_production_rationale_1379", "label": "Return a merged PDF: CoC first, Fischerscope report appended. Returns N", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a merged PDF: CoC first, Fischerscope report appended. Returns N", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_production.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "label": "mrp_workorder.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mrp_workorder.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 9}, {"id": "mrp_workorder_mrpworkorder", "label": "MrpWorkorder", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "MrpWorkorder", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 28}, {"id": "mrp_workorder_compute_facility_id", "label": "_compute_facility_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_facility_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_compute_contract_review_approvers", "label": "_compute_contract_review_approvers()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_contract_review_approvers()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_compute_step_info", "label": "_compute_step_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_step_info()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_compute_customer", "label": "_compute_customer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_customer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_compute_sale_order", "label": "._compute_sale_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_sale_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_compute_portal_job", "label": "._compute_portal_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_portal_job()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_compute_quality_hold_count", "label": "._compute_quality_hold_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_quality_hold_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_mrpworkorder_compute_delivery_count", "label": "._compute_delivery_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_delivery_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_mrpworkorder_action_view_sale_order", "label": ".action_view_sale_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_action_view_manufacturing_order", "label": ".action_view_manufacturing_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_manufacturing_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_action_view_portal_job", "label": ".action_view_portal_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_portal_job()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_action_view_quality_holds", "label": ".action_view_quality_holds()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_quality_holds()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_action_view_deliveries", "label": ".action_view_deliveries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_deliveries()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 1}, {"id": "mrp_workorder_mrpworkorder_action_view_process_tree", "label": ".action_view_process_tree()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_process_tree()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_mrpworkorder_get_process_flow", "label": ".get_process_flow()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_process_flow()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 5}, {"id": "mrp_workorder_mrpworkorder_get_cost_summary", "label": ".get_cost_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_cost_summary()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 6}, {"id": "mrp_workorder_mrpworkorder_get_quality_data", "label": ".get_quality_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_quality_data()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 4}, {"id": "mrp_workorder_mrpworkorder_write", "label": ".write()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 6}, {"id": "mrp_workorder_mrpworkorder_fp_notify_assignee", "label": "._fp_notify_assignee()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_notify_assignee()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 5}, {"id": "mrp_workorder_compute_wo_kind", "label": "_compute_wo_kind()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_wo_kind()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_compute_is_release_ready", "label": "_compute_is_release_ready()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_release_ready()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_onchange_autofill_equipment", "label": "_onchange_autofill_equipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_autofill_equipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 2}, {"id": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "label": "._fp_autofill_default_equipment()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_autofill_default_equipment()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 7}, {"id": "mrp_workorder_mrpworkorder_fp_classify_kind", "label": "._fp_classify_kind()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_classify_kind()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 9}, {"id": "mrp_workorder_mrpworkorder_fp_is_wet_process", "label": "._fp_is_wet_process()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_is_wet_process()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 4}, {"id": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "label": "._fp_check_required_fields_before_start()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_check_required_fields_before_start()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 6}, {"id": "mrp_workorder_mrpworkorder_button_start", "label": ".button_start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_start()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 12}, {"id": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "label": "._fp_check_operator_certification()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_check_operator_certification()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 6}, {"id": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "label": "._fp_check_required_fields_before_finish()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_check_required_fields_before_finish()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 6}, {"id": "mrp_workorder_mrpworkorder_button_finish", "label": ".button_finish()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_finish()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 11}, {"id": "mrp_workorder_mrpworkorder_fp_record_proficiency", "label": "._fp_record_proficiency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_record_proficiency()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 5}, {"id": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "label": "._fp_spawn_bake_window_if_needed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_spawn_bake_window_if_needed()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 7}, {"id": "mrp_workorder_mrpworkorder_action_signoff", "label": ".action_signoff()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_signoff()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 4}, {"id": "mrp_workorder_fp_cron_auto_finish_completed_wos", "label": "_fp_cron_auto_finish_completed_wos()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fp_cron_auto_finish_completed_wos()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "code", "degree": 3}, {"id": "mrp_workorder_rationale_12", "label": "Extend work order with plating fields, priority, chatter, workflow step trac", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend work order with plating fields, priority, chatter, workflow step trac", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_435", "label": "Open the OWL process tree view for this MO's routing. Passes `back_work", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the OWL process tree view for this MO's routing. Passes `back_work", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_457", "label": "Return process flow steps for the horizontal pipeline bar. Returns a li", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return process flow steps for the horizontal pipeline bar. Returns a li", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_505", "label": "Return cost breakdown for all WOs in this MO. Returns: {", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return cost breakdown for all WOs in this MO. Returns: {", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_594", "label": "Return quality holds and linked NCRs for this WO.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return quality holds and linked NCRs for this WO.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_644", "label": "Send a bell-icon notification to the newly-assigned operator. Uses mess", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a bell-icon notification to the newly-assigned operator. Uses mess", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_713", "label": "A WO is release-ready when the manager has set EVERY field button_start", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A WO is release-ready when the manager has set EVERY field button_start", "community": 257, "community_name": "Community 257", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 0}, {"id": "mrp_workorder_rationale_739", "label": "If the facility has exactly one option for the equipment this WO needs,", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "If the facility has exactly one option for the equipment this WO needs,", "community": 258, "community_name": "Community 258", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 0}, {"id": "mrp_workorder_rationale_745", "label": "Pin bath / tank / oven to the only-option-available default. Doesn't ov", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pin bath / tank / oven to the only-option-available default. Doesn't ov", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_785", "label": "Bucket this WO into wet/bake/mask/rack/inspect/other. Priority order (t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bucket this WO into wet/bake/mask/rack/inspect/other. Priority order (t", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_822", "label": "Best-effort check: does this WO involve a chemistry bath? Three signals", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Best-effort check: does this WO involve a chemistry bath? Three signals", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_842", "label": "Block button_start if the WO is missing data the shop must record for tr", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block button_start if the WO is missing data the shop must record for tr", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_887", "label": "Block start unless the current user's linked employee holds an active ce", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block start unless the current user's linked employee holds an active ce", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_908", "label": "Raise UserError if the user isn't certified for this process.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Raise UserError if the user isn't certified for this process.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_935", "label": "Block button_finish on: - bake WOs without setpoint temp / actual durat", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block button_finish on: - bake WOs without setpoint temp / actual durat", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_1021", "label": "Finish the WO, bump rack MTO, spawn bake window if required. Also stamp", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Finish the WO, bump rack MTO, spawn bake window if required. Also stamp", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_1053", "label": "Increment the (employee, role) completion counter and promote the employ", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Increment the (employee, role) completion counter and promote the employ", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_1074", "label": "Create a fusion.plating.bake.window record if the MO's coating config re", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a fusion.plating.bake.window record if the MO's coating config re", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_1119", "label": "Capture the current user as the sign-off operator + timestamp. The butt", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Capture the current user as the sign-off operator + timestamp. The butt", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 1}, {"id": "mrp_workorder_rationale_1147", "label": "Cron entry point \u2014 auto-finish WOs whose recipe step is marked `auto_com", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron entry point \u2014 auto-finish WOs whose recipe step is marked `auto_com", "community": 259, "community_name": "Community 259", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workorder.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_batch_py", "label": "fp_batch.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_batch.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_batch.py", "file_type": "code", "degree": 1}, {"id": "fp_batch_fpbatch_compute_workorder_count", "label": "._compute_workorder_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_workorder_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_batch.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_process_node_py", "label": "fp_process_node.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_process_node.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "fp_process_node_rationale_10", "label": "Tag each recipe operation with the shop role that performs it. The auto-ass", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tag each recipe operation with the shop role that performs it. The auto-ass", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_process_node.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workcenter_py", "label": "mrp_workcenter.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mrp_workcenter.py", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workcenter.py", "file_type": "code", "degree": 1}, {"id": "mrp_workcenter_mrpworkcenter", "label": "MrpWorkcenter", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MrpWorkcenter", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workcenter.py", "file_type": "code", "degree": 2}, {"id": "mrp_workcenter_rationale_10", "label": "Extend MRP work centre with Fusion Plating facility and work centre.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend MRP work centre with Fusion Plating facility and work centre.", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/mrp_workcenter.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "label": "fp_quality_check.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quality_check.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 11}, {"id": "fp_quality_check_fpqualitycheck", "label": "FpQualityCheck", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQualityCheck", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 11}, {"id": "fp_quality_check_compute_partner_id", "label": "_compute_partner_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_id()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 1}, {"id": "fp_quality_check_compute_line_stats", "label": "_compute_line_stats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_line_stats()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 1}, {"id": "fp_quality_check_compute_thickness_count", "label": "_compute_thickness_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_thickness_count()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 1}, {"id": "fp_quality_check_default_name", "label": "_default_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 2}, {"id": "fp_quality_check_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_check_create_for_production", "label": "create_for_production()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_for_production()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 6}, {"id": "fp_quality_check_fpqualitycheck_action_start", "label": ".action_start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_check_fpqualitycheck_action_pass", "label": ".action_pass()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_pass()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_fpqualitycheck_action_fail", "label": ".action_fail()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fail()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_check_fpqualitycheck_action_rework", "label": ".action_rework()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_rework()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_fpqualitycheck_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 2}, {"id": "fp_quality_check_fpqualitycheck_action_spawn_retry", "label": ".action_spawn_retry()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_spawn_retry()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_check_fpqualitycheck_ensure_all_required_complete", "label": "._ensure_all_required_complete()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._ensure_all_required_complete()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "label": "._on_thickness_pdf_uploaded()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._on_thickness_pdf_uploaded()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 10}, {"id": "fp_quality_check_extract_pdf_text", "label": "_extract_pdf_text()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_pdf_text()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_parse_fischerscope_text", "label": "_parse_fischerscope_text()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_fischerscope_text()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_check_fpqualitycheck_write", "label": ".write()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 12}, {"id": "fp_quality_check_fpqualitycheck_action_open_tablet", "label": ".action_open_tablet()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_tablet()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_check_fpqualitycheckline", "label": "FpQualityCheckLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQualityCheckLine", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_compute_value_in_range", "label": "_compute_value_in_range()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_value_in_range()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 1}, {"id": "fp_quality_check_fpqualitycheckline_action_mark_pass", "label": ".action_mark_pass()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_pass()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_check_fpqualitycheckline_action_mark_fail", "label": ".action_mark_fail()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_fail()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_fpqualitycheckline_action_mark_na", "label": ".action_mark_na()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_na()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_check_rationale_183", "label": "Spin up a QC record for an MO, cloning lines from the template. If no t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Spin up a QC record for an MO, cloning lines from the template. If no t", "community": 260, "community_name": "Community 260", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quality_check_rationale_297", "label": "Spin up a fresh QC instance for the same MO. Used after a failed QC \u2014 t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Spin up a fresh QC instance for the same MO. Used after a failed QC \u2014 t", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quality_check_rationale_320", "label": "Guard for action_pass \u2014 every required line must be resolved to pass or", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Guard for action_pass \u2014 every required line must be resolved to pass or", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quality_check_rationale_348", "label": "Parse the attached PDF with `pdftotext` and create fp.thickness.reading", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the attached PDF with `pdftotext` and create fp.thickness.reading", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quality_check_rationale_402", "label": "Run pdftotext on an ir.attachment and return the text.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Run pdftotext on an ir.attachment and return the text.", "community": 261, "community_name": "Community 261", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quality_check_rationale_427", "label": "Best-effort Fischerscope WinFTM table parser. WinFTM single-reading exp", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Best-effort Fischerscope WinFTM table parser. WinFTM single-reading exp", "community": 262, "community_name": "Community 262", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quality_check_rationale_509", "label": "Launch the mobile QC checklist OWL client action.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Launch the mobile QC checklist OWL client action.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/models/fp_quality_check.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_static_src_js_fp_qc_checklist_js", "label": "fp_qc_checklist.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_qc_checklist.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist", "label": "FpQcChecklist", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQcChecklist", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 20}, {"id": "fp_qc_checklist_fpqcchecklist_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_refresh", "label": ".refresh()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 4}, {"id": "fp_qc_checklist_fpqcchecklist_markline", "label": ".markLine()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".markLine()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "fp_qc_checklist_fpqcchecklist_onvalueinput", "label": ".onValueInput()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onValueInput()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_onnotesinput", "label": ".onNotesInput()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNotesInput()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_toggleexpanded", "label": ".toggleExpanded()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleExpanded()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_triggerphoto", "label": ".triggerPhoto()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggerPhoto()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "fp_qc_checklist_fpqcchecklist_onphotoselected", "label": ".onPhotoSelected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPhotoSelected()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 4}, {"id": "fp_qc_checklist_fpqcchecklist_triggerpdfupload", "label": ".triggerPdfUpload()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggerPdfUpload()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "fp_qc_checklist_fpqcchecklist_onpdfselected", "label": ".onPdfSelected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPdfSelected()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 4}, {"id": "fp_qc_checklist_fpqcchecklist_openfinalize", "label": ".openFinalize()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openFinalize()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_closefinalize", "label": ".closeFinalize()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".closeFinalize()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_finalize", "label": ".finalize()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".finalize()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 3}, {"id": "fp_qc_checklist_fpqcchecklist_openproduction", "label": ".openProduction()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openProduction()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_resultbadgeclass", "label": ".resultBadgeClass()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".resultBadgeClass()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_checktypeicon", "label": ".checkTypeIcon()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkTypeIcon()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 1}, {"id": "fp_qc_checklist_fpqcchecklist_progresspercent", "label": ".progressPercent()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".progressPercent()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "fp_qc_checklist_fpqcchecklist_canfinalize", "label": ".canFinalize()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".canFinalize()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "fp_qc_checklist_fpqcchecklist_anyfailed", "label": ".anyFailed()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".anyFailed()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/static/src/js/fp_qc_checklist.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 125, "community_name": "Community 125", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "label": "fp_qc_controller.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_qc_controller.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 10}, {"id": "fp_qc_controller_fpqccontroller", "label": "FpQcController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQcController", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 1}, {"id": "fp_qc_controller_check", "label": "_check()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 6}, {"id": "fp_qc_controller_line_payload", "label": "_line_payload()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_line_payload()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 3}, {"id": "fp_qc_controller_check_payload", "label": "_check_payload()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_payload()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 5}, {"id": "fp_qc_controller_get_state", "label": "get_state()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_state()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 4}, {"id": "fp_qc_controller_line_mark", "label": "line_mark()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "line_mark()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 9}, {"id": "fp_qc_controller_line_photo", "label": "line_photo()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_photo()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 5}, {"id": "fp_qc_controller_thickness_pdf", "label": "thickness_pdf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "thickness_pdf()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 6}, {"id": "fp_qc_controller_finalize", "label": "finalize()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "finalize()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 7}, {"id": "fp_qc_controller_start", "label": "start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "code", "degree": 4}, {"id": "fp_qc_controller_rationale_27", "label": "Resolve and access-check a QC record.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve and access-check a QC record.", "community": 263, "community_name": "Community 263", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_mrp/controllers/fp_qc_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 126, "community_name": "Community 126", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_manifest_py", "label": "__manifest__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 264, "community_name": "Community 264", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_as9100_clause_py", "label": "fp_as9100_clause.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_as9100_clause.py", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_as9100_clause.py", "file_type": "code", "degree": 2}, {"id": "fp_as9100_clause_fpas9100clause", "label": "FpAs9100Clause", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpAs9100Clause", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_as9100_clause.py", "file_type": "code", "degree": 2}, {"id": "fp_as9100_clause_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_as9100_clause.py", "file_type": "code", "degree": 2}, {"id": "fp_as9100_clause_rationale_10", "label": "AS9100 Rev D clause catalog. A flat catalogue of clauses and sub-clauses fr", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AS9100 Rev D clause catalog. A flat catalogue of clauses and sub-clauses fr", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_as9100_clause.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_customer_spec_py", "label": "fp_customer_spec.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_customer_spec.py", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_customer_spec.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_fair_py", "label": "fp_fair.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_fair.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_fair.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 127, "community_name": "Community 127", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_risk_py", "label": "fp_risk.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_risk.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 5}, {"id": "fp_risk_fprisk", "label": "FpRisk", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRisk", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 6}, {"id": "fp_risk_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 2}, {"id": "fp_risk_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 3}, {"id": "fp_risk_compute_risk_score", "label": "_compute_risk_score()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_risk_score()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 1}, {"id": "fp_risk_compute_risk_level", "label": "_compute_risk_level()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_risk_level()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 1}, {"id": "fp_risk_fprisk_action_assess", "label": ".action_assess()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_assess()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 2}, {"id": "fp_risk_fprisk_action_treat", "label": ".action_treat()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_treat()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 2}, {"id": "fp_risk_fprisk_action_monitor", "label": ".action_monitor()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_monitor()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 2}, {"id": "fp_risk_fprisk_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "code", "degree": 2}, {"id": "fp_risk_rationale_10", "label": "Risk register entry. Implements the operational risk management requirement", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Risk register entry. Implements the operational risk management requirement", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_risk.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_counterfeit_prevention_py", "label": "fp_counterfeit_prevention.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_counterfeit_prevention.py", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_counterfeit_prevention.py", "file_type": "code", "degree": 3}, {"id": "fp_counterfeit_prevention_fpcounterfeitprevention", "label": "FpCounterfeitPrevention", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCounterfeitPrevention", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_counterfeit_prevention.py", "file_type": "code", "degree": 2}, {"id": "fp_counterfeit_prevention_default_name", "label": "_default_name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_counterfeit_prevention.py", "file_type": "code", "degree": 2}, {"id": "fp_counterfeit_prevention_create", "label": "create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_counterfeit_prevention.py", "file_type": "code", "degree": 3}, {"id": "fp_counterfeit_prevention_rationale_10", "label": "Counterfeit parts prevention incident log. Records an incident where a susp", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Counterfeit parts prevention incident log. Records an incident where a susp", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_counterfeit_prevention.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_config_item_py", "label": "fp_config_item.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_config_item.py", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_config_item.py", "file_type": "code", "degree": 1}, {"id": "fp_config_item_fpconfigitem", "label": "FpConfigItem", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpConfigItem", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_config_item.py", "file_type": "code", "degree": 2}, {"id": "fp_config_item_rationale_10", "label": "Configuration management baseline item. Tracks a configuration item (produc", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Configuration management baseline item. Tracks a configuration item (produc", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_config_item.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_nadcap_audit_py", "label": "fp_nadcap_audit.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_nadcap_audit.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_nadcap_audit_fpnadcapaudit", "label": "FpNadcapAudit", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpNadcapAudit", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 5}, {"id": "fp_nadcap_audit_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_nadcap_audit_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 3}, {"id": "fp_nadcap_audit_fpnadcapaudit_action_start", "label": ".action_start()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_nadcap_audit_fpnadcapaudit_action_issue_report", "label": ".action_issue_report()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_issue_report()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_nadcap_audit_fpnadcapaudit_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_nadcap_audit_rationale_10", "label": "Nadcap AC7108 chemical-processing audit record. Tracks a single Nadcap audi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Nadcap AC7108 chemical-processing audit record. Tracks a single Nadcap audi", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_aerospace/models/fp_nadcap_audit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_backfill_currency", "label": "_backfill_currency()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_backfill_currency()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__init__.py", "file_type": "code", "degree": 6}, {"id": "init_post_upgrade_hook", "label": "post_upgrade_hook()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "post_upgrade_hook()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__init__.py", "file_type": "code", "degree": 2}, {"id": "init_rationale_12", "label": "Fill missing currency_id on existing money-holding records. Older demo data", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fill missing currency_id on existing money-holding records. Older demo data", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_manifest_py", "label": "__manifest__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 265, "community_name": "Community 265", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_migrations_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 266, "community_name": "Community 266", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/migrations/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_migrations_19_0_9_0_0_post_migration_py", "label": "post-migration.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "post-migration.py", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/migrations/19.0.9.0.0/post-migration.py", "file_type": "code", "degree": 1}, {"id": "post_migration_migrate", "label": "migrate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate()", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/migrations/19.0.9.0.0/post-migration.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_migrations_19_0_9_0_0_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 267, "community_name": "Community 267", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/migrations/19.0.9.0.0/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_add_from_so_wizard_py", "label": "fp_add_from_so_wizard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_add_from_so_wizard.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_so_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_add_from_so_wizard_fpaddfromsowizard", "label": "FpAddFromSoWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpAddFromSoWizard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_so_wizard.py", "file_type": "code", "degree": 3}, {"id": "fp_add_from_so_wizard_onchange_source_order_id", "label": "_onchange_source_order_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_source_order_id()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_so_wizard.py", "file_type": "code", "degree": 1}, {"id": "fp_add_from_so_wizard_fpaddfromsowizard_action_copy_lines", "label": ".action_copy_lines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_copy_lines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_so_wizard.py", "file_type": "code", "degree": 3}, {"id": "fp_add_from_so_wizard_rationale_11", "label": "Pick lines from a prior sale.order and clone them onto the direct-order wizard.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pick lines from a prior sale.order and clone them onto the direct-order wizard.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_so_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_part_catalog_import_wizard_py", "label": "fp_part_catalog_import_wizard.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_part_catalog_import_wizard.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_part_catalog_import_wizard_to_float", "label": "_to_float()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_float()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_import_wizard_to_int", "label": "_to_int()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_int()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_import_wizard_to_bool", "label": "_to_bool()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_bool()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "label": "FpPartCatalogImportWizard", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPartCatalogImportWizard", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 9}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_download_template", "label": ".action_download_template()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_download_template()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "label": ".action_preview()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_preview()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 12}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "label": ".action_import()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 7}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_open_imported_parts", "label": ".action_open_imported_parts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_imported_parts()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "label": "._parse_csv()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_csv()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 5}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_find_partner", "label": "._find_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_partner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "label": "._build_preview_html()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_preview_html()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "code", "degree": 5}, {"id": "fp_part_catalog_import_wizard_rationale_96", "label": "Two-step CSV import for the part catalog. Step 1 (draft): user uploads CSV", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Two-step CSV import for the part catalog. Step 1 (draft): user uploads CSV", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_146", "label": "Return a minimal CSV template with just the header row.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a minimal CSV template with just the header row.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_174", "label": "Parse + validate the CSV. Does not write anything.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse + validate the CSV. Does not write anything.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_310", "label": "Commit the valid rows. Called from the Preview screen.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Commit the valid rows. Called from the Preview screen.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_369", "label": "Open the part catalog filtered to the customer (if one was set).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the part catalog filtered to the customer (if one was set).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_387", "label": "Decode the binary upload and yield dict rows.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Decode the binary upload and yield dict rows.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_432", "label": "Match partner by external ID, email, or name (case-insensitive).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Match partner by external ID, email, or name (case-insensitive).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_import_wizard_rationale_459", "label": "Render a compact summary for the preview screen.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a compact summary for the preview screen.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_part_catalog_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 128, "community_name": "Community 128", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_add_from_quote_wizard_py", "label": "fp_add_from_quote_wizard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_add_from_quote_wizard.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_quote_wizard.py", "file_type": "code", "degree": 1}, {"id": "fp_add_from_quote_wizard_fpaddfromquotewizard", "label": "FpAddFromQuoteWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpAddFromQuoteWizard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_quote_wizard.py", "file_type": "code", "degree": 3}, {"id": "fp_add_from_quote_wizard_fpaddfromquotewizard_action_copy_quotes", "label": ".action_copy_quotes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_copy_quotes()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_quote_wizard.py", "file_type": "code", "degree": 3}, {"id": "fp_add_from_quote_wizard_rationale_11", "label": "Pick fp.quote.configurator rows and clone them onto the direct-order wizard.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pick fp.quote.configurator rows and clone them onto the direct-order wizard.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_add_from_quote_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_wizard_py", "label": "fp_direct_order_wizard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_direct_order_wizard.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_direct_order_wizard_fpdirectorderwizard", "label": "FpDirectOrderWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDirectOrderWizard", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 5}, {"id": "fp_direct_order_wizard_compute_totals", "label": "_compute_totals()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_totals()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_wizard_compute_missing_info_msg", "label": "_compute_missing_info_msg()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_missing_info_msg()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_wizard_onchange_partner_id", "label": "_onchange_partner_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_partner_id()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 2}, {"id": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_prior_so", "label": ".action_add_from_prior_so()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_add_from_prior_so()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_quotes", "label": ".action_add_from_quotes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_add_from_quotes()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 4}, {"id": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "label": ".action_create_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "code", "degree": 9}, {"id": "fp_direct_order_wizard_rationale_11", "label": "Direct order entry for repeat customers. Creates a sale.order (in draft / q", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Direct order entry for repeat customers. Creates a sale.order (in draft / q", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_direct_order_wizard_rationale_138", "label": "Seed invoice defaults + default addresses when customer changes.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Seed invoice defaults + default addresses when customer changes.", "community": 268, "community_name": "Community 268", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_wizard_rationale_152", "label": "Open a sub-wizard to copy lines from a prior sale.order.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a sub-wizard to copy lines from a prior sale.order.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_direct_order_wizard_rationale_169", "label": "Open a sub-wizard to copy lines from prior quotes.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a sub-wizard to copy lines from prior quotes.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "fp_direct_order_wizard_rationale_186", "label": "Create a DRAFT sale order with one SO line per wizard line. Returns an", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a DRAFT sale order with one SO line per wizard line. Returns an", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "label": "fp_direct_order_line.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_direct_order_line.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 8}, {"id": "fp_direct_order_line_fpdirectorderline", "label": "FpDirectOrderLine", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDirectOrderLine", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 2}, {"id": "fp_direct_order_line_compute_line_subtotal", "label": "_compute_line_subtotal()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_line_subtotal()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_compute_is_missing_info", "label": "_compute_is_missing_info()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_missing_info()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_onchange_quote_id", "label": "_onchange_quote_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_quote_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_onchange_part_defaults", "label": "_onchange_part_defaults()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_part_defaults()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_onchange_lookup_price", "label": "_onchange_lookup_price()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_lookup_price()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 2}, {"id": "fp_direct_order_line_onchange_description_template", "label": "_onchange_description_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_description_template()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_onchange_suggest_template", "label": "_onchange_suggest_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_suggest_template()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 1}, {"id": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "label": "._get_or_bump_revision()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_or_bump_revision()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "code", "degree": 7}, {"id": "fp_direct_order_line_rationale_163", "label": "Auto-fill part, coating, and unit price from the linked quote.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill part, coating, and unit price from the linked quote.", "community": 269, "community_name": "Community 269", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_line_rationale_178", "label": "When a part is picked, seed coating + treatments from its catalog defaults.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a part is picked, seed coating + treatments from its catalog defaults.", "community": 270, "community_name": "Community 270", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_line_rationale_188", "label": "Auto-fill unit_price from customer price list when available.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill unit_price from customer price list when available.", "community": 271, "community_name": "Community 271", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_line_rationale_204", "label": "Auto-fill both descriptions from the chosen template. Customer-facing t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill both descriptions from the chosen template. Customer-facing t", "community": 272, "community_name": "Community 272", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_line_rationale_220", "label": "Offer a sensible default template \u2014 part-specific wins. Priority (first", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Offer a sensible default template \u2014 part-specific wins. Priority (first", "community": 273, "community_name": "Community 273", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "fp_direct_order_line_rationale_271", "label": "Return the part to use for the SO line, optionally bumping revision.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the part to use for the SO line, optionally bumping revision.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/wizard/fp_direct_order_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_coating_config_py", "label": "fp_coating_config.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_coating_config.py", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_coating_config.py", "file_type": "code", "degree": 1}, {"id": "fp_coating_config_fpcoatingconfig", "label": "FpCoatingConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCoatingConfig", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_coating_config.py", "file_type": "code", "degree": 2}, {"id": "fp_coating_config_rationale_10", "label": "Coating configuration template. Defines a specific coating setup: process t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Coating configuration template. Defines a specific coating setup: process t", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_coating_config.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_pricing_rule_py", "label": "fp_pricing_rule.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_pricing_rule.py", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_rule.py", "file_type": "code", "degree": 1}, {"id": "fp_pricing_rule_fppricingrule", "label": "FpPricingRule", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPricingRule", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_rule.py", "file_type": "code", "degree": 2}, {"id": "fp_pricing_rule_rationale_10", "label": "Formula-based pricing rule. Rules are matched by coating config, substrate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Formula-based pricing rule. Rules are matched by coating config, substrate", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_rule.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "label": "fp_quote_configurator.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quote_configurator.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 13}, {"id": "fp_quote_configurator_fpquoteconfigurator", "label": "FpQuoteConfigurator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQuoteConfigurator", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 18}, {"id": "fp_quote_configurator_compute_material_weight_kg", "label": "_compute_material_weight_kg()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_material_weight_kg()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 3}, {"id": "fp_quote_configurator_compute_effective_area_sqin", "label": "_compute_effective_area_sqin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_effective_area_sqin()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_compute_drawing_count", "label": "_compute_drawing_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_drawing_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_compute_first_drawing", "label": "_compute_first_drawing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_first_drawing()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_fpquoteconfigurator_inverse_first_drawing", "label": "._inverse_first_drawing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_first_drawing()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 3}, {"id": "fp_quote_configurator_onchange_part_catalog_id", "label": "_onchange_part_catalog_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_part_catalog_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_onchange_coating_config_id", "label": "_onchange_coating_config_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_coating_config_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_compute_price", "label": "_compute_price()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_price()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 6}, {"id": "fp_quote_configurator_fpquoteconfigurator_find_matching_rule", "label": "._find_matching_rule()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_matching_rule()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 3}, {"id": "fp_quote_configurator_fpquoteconfigurator_normalize_surface_area_to_sqin", "label": "._normalize_surface_area_to_sqin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._normalize_surface_area_to_sqin()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 3}, {"id": "fp_quote_configurator_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 7}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "label": ".action_create_quotation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_quotation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 5}, {"id": "fp_quote_configurator_onchange_upload_3d_file", "label": "_onchange_upload_3d_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_3d_file()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 6}, {"id": "fp_quote_configurator_onchange_upload_drawing", "label": "_onchange_upload_drawing()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_drawing()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 4}, {"id": "fp_quote_configurator_onchange_upload_rfq_file", "label": "_onchange_upload_rfq_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_rfq_file()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_onchange_upload_po_file", "label": "_onchange_upload_po_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_po_file()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_view_rfq", "label": ".action_view_rfq()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_rfq()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_view_po", "label": ".action_view_po()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_po()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "label": ".action_recalculate_price()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_recalculate_price()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 5}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_cancel", "label": ".action_cancel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_reset_draft", "label": ".action_reset_draft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_draft()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "label": ".action_mark_lost()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_lost()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 5}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_mark_expired", "label": ".action_mark_expired()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_expired()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_open_3d_fullscreen", "label": ".action_open_3d_fullscreen()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_3d_fullscreen()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_view_sale_order", "label": ".action_view_sale_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_view_part_catalog", "label": ".action_view_part_catalog()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_part_catalog()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_save_to_catalog", "label": ".action_save_to_catalog()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_save_to_catalog()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 4}, {"id": "fp_quote_configurator_fpquoteconfigurator_action_view_drawings", "label": ".action_view_drawings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_drawings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "code", "degree": 3}, {"id": "fp_quote_configurator_rationale_15", "label": "Persistent configurator session. Collects part geometry, coating config, an", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Persistent configurator session. Collects part geometry, coating config, an", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_121", "label": "Compute weight from part volume \u00d7 THIS QUOTE'S substrate density.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute weight from part volume \u00d7 THIS QUOTE'S substrate density.", "community": 274, "community_name": "Community 274", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_139", "label": "Surface area minus masking area, using THIS QUOTE'S values.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Surface area minus masking area, using THIS QUOTE'S values.", "community": 275, "community_name": "Community 275", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_175", "label": "When user clears or replaces the first drawing in the configurator, prop", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When user clears or replaces the first drawing in the configurator, prop", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_438", "label": "Find the best pricing rule matching this configurator's filters. Scores", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the best pricing rule matching this configurator's filters. Scores", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_491", "label": "Convert surface area to square inches for calculation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert surface area to square inches for calculation.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_514", "label": "Create a sale.order from this configurator session.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a sale.order from this configurator session.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_584", "label": "When a 3D file is uploaded, auto-create/update part catalog entry.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a 3D file is uploaded, auto-create/update part catalog entry.", "community": 276, "community_name": "Community 276", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_658", "label": "When a drawing is uploaded, attach to part catalog entry.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a drawing is uploaded, attach to part catalog entry.", "community": 277, "community_name": "Community 277", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_700", "label": "When an RFQ file is uploaded, create attachment + link it.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When an RFQ file is uploaded, create attachment + link it.", "community": 278, "community_name": "Community 278", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_715", "label": "When a PO file is uploaded, create attachment + link it.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a PO file is uploaded, create attachment + link it.", "community": 279, "community_name": "Community 279", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "fp_quote_configurator_rationale_755", "label": "Recalculate surface area from 3D model and recompute price.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate surface area from 3D model and recompute price.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_785", "label": "Move this quote to 'lost' state. Caller should populate `lost_reason` fi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Move this quote to 'lost' state. Caller should populate `lost_reason` fi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_808", "label": "Open the 3D model viewer in a full-screen dialog (same window).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the 3D model viewer in a full-screen dialog (same window).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_843", "label": "Push this quote's geometry/material edits back to the master part catalog.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Push this quote's geometry/material edits back to the master part catalog.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_configurator_rationale_877", "label": "Open the first drawing in the PDF preview dialog (matches RFQ/PO behavior).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the first drawing in the PDF preview dialog (matches RFQ/PO behavior).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_quote_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 12}, {"id": "sale_order_compute_wo_completion", "label": "_compute_wo_completion()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_wo_completion()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_is_signed", "label": "_compute_is_signed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_signed()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_mark_signed", "label": ".action_mark_signed()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_signed()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_email_status", "label": "_compute_email_status()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_email_status()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_compute_part_numbers_summary", "label": "_compute_part_numbers_summary()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_part_numbers_summary()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_compute_invoiced_amount", "label": "_compute_invoiced_amount()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_invoiced_amount()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_compute_workorder_count", "label": "_compute_workorder_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_workorder_count()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_nav_counts", "label": "_compute_nav_counts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_nav_counts()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_invoices", "label": ".action_view_invoices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_invoices()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_pickings", "label": ".action_view_pickings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_pickings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_ncrs", "label": ".action_view_ncrs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_ncrs()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_files", "label": ".action_view_files()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_files()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_bom_items", "label": ".action_view_bom_items()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_bom_items()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_wo_perspective", "label": ".action_view_wo_perspective()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_wo_perspective()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_deadline_countdown", "label": "_compute_deadline_countdown()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_deadline_countdown()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_compute_margin", "label": "_compute_margin()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_margin()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_onchange_upload_rfq_file", "label": "_onchange_upload_rfq_file()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_rfq_file()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_onchange_upload_po_file", "label": "_onchange_upload_po_file()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_upload_po_file()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 2}, {"id": "sale_order_saleorder_action_view_rfq", "label": ".action_view_rfq()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_rfq()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder_action_view_po", "label": ".action_view_po()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_po()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_rationale_142", "label": "Batched: one grouped query across all records in self.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Batched: one grouped query across all records in self.", "community": 280, "community_name": "Community 280", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_rationale_228", "label": "Map state + mail tracking to a single visible pill. - state draft => dr", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Map state + mail tracking to a single visible pill. - state draft => dr", "community": 281, "community_name": "Community 281", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_rationale_428", "label": "Open SO lines grouped by part catalog (Phase D2).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open SO lines grouped by part catalog (Phase D2).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_444", "label": "Open SO lines grouped by WO tag (Phase D10).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open SO lines grouped by WO tag (Phase D10).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 1}, {"id": "sale_order_rationale_495", "label": "Margin = untaxed total \u2212 rolled-up cost from coating configs. x_fc_marg", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Margin = untaxed total \u2212 rolled-up cost from coating configs. x_fc_marg", "community": 282, "community_name": "Community 282", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_rationale_527", "label": "Create attachment from uploaded binary and link it.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create attachment from uploaded binary and link it.", "community": 283, "community_name": "Community 283", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_rationale_542", "label": "Create attachment from uploaded binary, link it, and mark PO received.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create attachment from uploaded binary, link it, and mark PO received.", "community": 284, "community_name": "Community 284", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "label": "fp_part_catalog.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_part_catalog.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 7}, {"id": "fp_part_catalog_fppartcatalog", "label": "FpPartCatalog", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPartCatalog", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 22}, {"id": "fp_part_catalog_compute_material_weight", "label": "_compute_material_weight()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_material_weight()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 3}, {"id": "fp_part_catalog_compute_bbox_summary_in", "label": "_compute_bbox_summary_in()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_bbox_summary_in()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_compute_effective_area", "label": "_compute_effective_area()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_effective_area()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_write", "label": ".write()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 7}, {"id": "fp_part_catalog_fppartcatalog_compute_sale_order_count", "label": "._compute_sale_order_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_sale_order_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_fppartcatalog_compute_configurator_count", "label": "._compute_configurator_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_configurator_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_fppartcatalog_compute_workorder_count", "label": "._compute_workorder_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_workorder_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_compute_revision_count", "label": "._compute_revision_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_revision_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_fppartcatalog_compute_description_template_count", "label": "._compute_description_template_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_description_template_count()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_open_part_composer", "label": ".action_open_part_composer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_part_composer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_view_customer", "label": ".action_view_customer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_customer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_fppartcatalog_action_view_workorders", "label": ".action_view_workorders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_workorders()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_view_revisions", "label": ".action_view_revisions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_revisions()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_view_sale_orders", "label": ".action_view_sale_orders()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_sale_orders()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_view_configurators", "label": ".action_view_configurators()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_configurators()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_create_revision", "label": ".action_create_revision()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_revision()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 5}, {"id": "fp_part_catalog_onchange_model_attachment_id", "label": "_onchange_model_attachment_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_model_attachment_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_onchange_model_upload", "label": "_onchange_model_upload()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_model_upload()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 3}, {"id": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "label": ".action_calculate_surface_area()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_calculate_surface_area()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 5}, {"id": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "._compute_surface_area_from_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_surface_area_from_model()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "code", "degree": 18}, {"id": "fp_part_catalog_rationale_12", "label": "Customer part library. Stores geometry, material, and complexity data for p", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer part library. Stores geometry, material, and complexity data for p", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_260", "label": "Track changes to attachments and propagate to linked configurators.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Track changes to attachments and propagate to linked configurators.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_370", "label": "Display = 'PART-NUMBER (Rev X) \u2014 Optional Name'. Used by m2o pickers, b", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Display = 'PART-NUMBER (Rev X) \u2014 Optional Name'. Used by m2o pickers, b", "community": 285, "community_name": "Community 285", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 0}, {"id": "fp_part_catalog_rationale_394", "label": "Launch the Process Composer client action for this part.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Launch the Process Composer client action for this part.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_486", "label": "Create a new revision of this part. Copies all data, increments revision number.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new revision of this part. Copies all data, increments revision number.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_516", "label": "Auto-calculate surface area when a 3D model is attached.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-calculate surface area when a 3D model is attached.", "community": 286, "community_name": "Community 286", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 0}, {"id": "fp_part_catalog_rationale_522", "label": "Wrap an uploaded binary file in an ir.attachment and link it. Fires as", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrap an uploaded binary file in an ir.attachment and link it. Fires as", "community": 287, "community_name": "Community 287", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 0}, {"id": "fp_part_catalog_rationale_545", "label": "Button: calculate surface area from the uploaded 3D model file.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Button: calculate surface area from the uploaded 3D model file.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_566", "label": "Calculate surface area from the 3D model attachment. Uses OCC (OpenCASC", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate surface area from the 3D model attachment. Uses OCC (OpenCASC", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_account_move_line_py", "label": "account_move_line.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move_line.py", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "account_move_line_accountmoveline", "label": "AccountMoveLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLine", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 129, "community_name": "Community 129", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_line_py", "label": "sale_order_line.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order_line.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 3}, {"id": "sale_order_line_saleorderline", "label": "SaleOrderLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaleOrderLine", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 4}, {"id": "sale_order_line_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 2}, {"id": "sale_order_line_onchange_description_template", "label": "_onchange_description_template()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_description_template()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 1}, {"id": "sale_order_line_saleorderline_action_archive_line", "label": ".action_archive_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_archive_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 2}, {"id": "sale_order_line_saleorderline_action_unarchive_line", "label": ".action_unarchive_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_unarchive_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 2}, {"id": "sale_order_line_saleorderline_prepare_invoice_line", "label": "._prepare_invoice_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_invoice_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "code", "degree": 2}, {"id": "sale_order_line_rationale_72", "label": "Default `x_fc_internal_description` from `name` when a caller creates a", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Default `x_fc_internal_description` from `name` when a caller creates a", "community": 288, "community_name": "Community 288", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_line_rationale_102", "label": "When estimator picks a template, auto-fill both descriptions. The custo", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When estimator picks a template, auto-fill both descriptions. The custo", "community": 289, "community_name": "Community 289", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "rationale", "degree": 0}, {"id": "sale_order_line_rationale_125", "label": "Carry x_fc_part_catalog_id from SO line to invoice line. Sub 2 Task 19", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Carry x_fc_part_catalog_id from SO line to invoice line. Sub 2 Task 19", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/sale_order_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_treatment_py", "label": "fp_treatment.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_treatment.py", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_treatment.py", "file_type": "code", "degree": 1}, {"id": "fp_treatment_fptreatment", "label": "FpTreatment", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpTreatment", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_treatment.py", "file_type": "code", "degree": 2}, {"id": "fp_treatment_rationale_10", "label": "Pre- or post-treatment step (bead blast, zincate, bake, passivate, etc.). U", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre- or post-treatment step (bead blast, zincate, bake, passivate, etc.). U", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_treatment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_description_template_py", "label": "fp_sale_description_template.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_sale_description_template.py", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_description_template.py", "file_type": "code", "degree": 1}, {"id": "fp_sale_description_template_fpsaledescriptiontemplate", "label": "FpSaleDescriptionTemplate", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpSaleDescriptionTemplate", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_description_template.py", "file_type": "code", "degree": 3}, {"id": "fp_sale_description_template_fpsaledescriptiontemplate_register_usage", "label": "._register_usage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._register_usage()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_description_template.py", "file_type": "code", "degree": 3}, {"id": "fp_sale_description_template_rationale_10", "label": "Saved description snippets \u2014 most often attached to a specific part. Real-w", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Saved description snippets \u2014 most often attached to a specific part. Real-w", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_description_template.py", "file_type": "rationale", "degree": 1}, {"id": "fp_sale_description_template_rationale_85", "label": "Called by the wizard when the template is applied.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Called by the wizard when the template is applied.", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_description_template.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_customer_price_list_py", "label": "fp_customer_price_list.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_customer_price_list.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "code", "degree": 3}, {"id": "fp_customer_price_list_fpcustomerpricelist", "label": "FpCustomerPriceList", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCustomerPriceList", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "code", "degree": 2}, {"id": "fp_customer_price_list_compute_name", "label": "_compute_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "code", "degree": 2}, {"id": "fp_customer_price_list_find_price", "label": "_find_price()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_price()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "code", "degree": 2}, {"id": "fp_customer_price_list_rationale_10", "label": "Standing price per (customer, coating config). Repeat customers accept a ne", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Standing price per (customer, coating config). Repeat customers accept a ne", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "rationale", "degree": 1}, {"id": "fp_customer_price_list_rationale_85", "label": "Return the best-matching active price list entry for this request.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the best-matching active price list entry for this request.", "community": 290, "community_name": "Community 290", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_customer_price_list.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_assembly_py", "label": "fp_sale_assembly.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_sale_assembly.py", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_assembly.py", "file_type": "code", "degree": 3}, {"id": "fp_sale_assembly_fpsaleassembly", "label": "FpSaleAssembly", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpSaleAssembly", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_assembly.py", "file_type": "code", "degree": 2}, {"id": "fp_sale_assembly_compute_procured_count", "label": "_compute_procured_count()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_procured_count()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_assembly.py", "file_type": "code", "degree": 1}, {"id": "fp_sale_assembly_fpsaleassemblyline", "label": "FpSaleAssemblyLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpSaleAssemblyLine", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_assembly.py", "file_type": "code", "degree": 1}, {"id": "fp_sale_assembly_rationale_10", "label": "Hierarchical kit / assembly on a sale order line. A sale.order.line can car", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hierarchical kit / assembly on a sale order line. A sale.order.line can car", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_sale_assembly.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_process_node_py", "label": "fp_process_node.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_process_node.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_process_node.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_compute_part_count", "label": "._compute_part_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_part_count()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_action_view_parts", "label": ".action_view_parts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_parts()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_respartner_action_fp_import_parts", "label": ".action_fp_import_parts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_import_parts()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "res_partner_respartner_action_fp_new_direct_order", "label": ".action_fp_new_direct_order()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_fp_new_direct_order()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "res_partner_rationale_40", "label": "Open the CSV import wizard with this partner pre-selected.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the CSV import wizard with this partner pre-selected.", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_rationale_52", "label": "Open the Direct Order wizard with this partner pre-selected.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the Direct Order wizard with this partner pre-selected.", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_pricing_complexity_surcharge_py", "label": "fp_pricing_complexity_surcharge.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_pricing_complexity_surcharge.py", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_complexity_surcharge.py", "file_type": "code", "degree": 1}, {"id": "fp_pricing_complexity_surcharge_fppricingcomplexitysurcharge", "label": "FpPricingComplexitySurcharge", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPricingComplexitySurcharge", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_complexity_surcharge.py", "file_type": "code", "degree": 2}, {"id": "fp_pricing_complexity_surcharge_rationale_10", "label": "Complexity-based surcharge line on a pricing rule.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Complexity-based surcharge line on a pricing rule.", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/models/fp_pricing_complexity_surcharge.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "label": "o3dv.min.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "o3dv.min.js", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1395}, {"id": "o3dv_min_do", "label": "Do()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Do()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_zm", "label": "Zm()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zm()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_fo", "label": "Fo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fo()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_cu", "label": "cu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_uu", "label": "uu()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "uu()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_hu", "label": "hu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_constructor", "label": "constructor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "constructor()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 101}, {"id": "o3dv_min_addeventlistener", "label": "AddEventListener()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddEventListener()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_haseventlistener", "label": "HasEventListener()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HasEventListener()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_geteventnotifier", "label": "GetEventNotifier()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetEventNotifier()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_notifyeventlisteners", "label": "NotifyEventListeners()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NotifyEventListeners()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_jm", "label": "Jm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jm()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_m", "label": "$m()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "$m()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_nt", "label": "nt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "nt()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_uo", "label": "Uo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Uo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_run", "label": "Run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_runbatch", "label": "RunBatch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunBatch()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_runonce", "label": "RunOnce()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunOnce()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_taskready", "label": "TaskReady()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TaskReady()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_il", "label": "Il()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Il()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_pu", "label": "pu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_mu", "label": "mu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gu", "label": "gu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "gu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_kr", "label": "kr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "kr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_bo", "label": "Bo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_yu", "label": "yu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "yu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_go", "label": "Go()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Go()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_vo", "label": "Vo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Vo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ut", "label": "Ut()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Ut()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_ng", "label": "ng()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ng()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_di", "label": "Di()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Di()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_br", "label": "Br()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Br()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_clone", "label": "Clone()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Clone()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 62}, {"id": "o3dv_min_ji", "label": "ji()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ji()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_ig", "label": "ig()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ig()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ms", "label": "ms()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ms()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_hs", "label": "Hs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_rl", "label": "Rl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Rl()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_set", "label": "Set()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Set()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 129}, {"id": "o3dv_min_fn", "label": "Fn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_ws", "label": "Ws()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ws()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ei", "label": "Ei()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ei()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_vr", "label": "vr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "vr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_xs", "label": "Xs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Xs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_in", "label": "In()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "In()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_xu", "label": "xu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "xu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_rg", "label": "rg()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rg()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sg", "label": "sg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_og", "label": "og()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "og()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ag", "label": "ag()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ag()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_isvalid", "label": "IsValid()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsValid()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_hastransformation", "label": "HasTransformation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HasTransformation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_isequal", "label": "IsEqual()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsEqual()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_gs", "label": "gs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_lg", "label": "lg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ho", "label": "Ho()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ho()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_zr", "label": "zr()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "zr()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_yi", "label": "Yi()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Yi()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_fi", "label": "Fi()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fi()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_pd", "label": "pd()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pd()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ug", "label": "ug()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ug()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_pi", "label": "pi()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pi()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getmaterialindex", "label": "GetMaterialIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMaterialIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_wo", "label": "Wo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_r", "label": "_r()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_r()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_rn", "label": "Rn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Rn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_tr", "label": "Tr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_u", "label": "_u()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_u()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 28}, {"id": "o3dv_min_tu", "label": "Tu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_hg", "label": "hg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_length", "label": "Length()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Length()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_multiplyscalar", "label": "MultiplyScalar()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiplyScalar()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 25}, {"id": "o3dv_min_normalize", "label": "Normalize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Normalize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 34}, {"id": "o3dv_min_offset", "label": "Offset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Offset()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_rotate", "label": "Rotate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rotate()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_bi", "label": "bi()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bi()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_eu", "label": "Eu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Eu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_un", "label": "Un()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Un()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_ni", "label": "ni()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ni()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_nl", "label": "Nl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nl()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_bu", "label": "bu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_zi", "label": "Zi()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zi()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_xo", "label": "Xo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Xo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ui", "label": "Ui()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ui()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getbounds", "label": "GetBounds()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBounds()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getbytelength", "label": "GetByteLength()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetByteLength()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_primitivecount", "label": "PrimitiveCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PrimitiveCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getprimitive", "label": "GetPrimitive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPrimitive()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_qo", "label": "qo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "qo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_sn", "label": "Sn()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Sn()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_fg", "label": "fg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_dg", "label": "dg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_jo", "label": "jo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_qs", "label": "qs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "qs()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_js", "label": "js()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "js()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_su", "label": "Su()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Su()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_au", "label": "Au()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Au()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getname", "label": "GetName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetName()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setname", "label": "SetName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SetName()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_gettextcontent", "label": "GetTextContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTextContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getbuffercontent", "label": "GetBufferContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBufferContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_settextcontent", "label": "SetTextContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetTextContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setbuffercontent", "label": "SetBufferContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetBufferContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_canexport", "label": "CanExport()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CanExport()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_export", "label": "Export()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_exportcontent", "label": "ExportContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 24}, {"id": "o3dv_min_getexportedmaterialname", "label": "GetExportedMaterialName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetExportedMaterialName()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getexportedmeshname", "label": "GetExportedMeshName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetExportedMeshName()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getexportedname", "label": "GetExportedName()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetExportedName()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_exportrhinocontent", "label": "ExportRhinoContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportRhinoContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_propertycount", "label": "PropertyCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PropertyCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_addproperty", "label": "AddProperty()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddProperty()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getproperty", "label": "GetProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_wu", "label": "wu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_wx", "label": "Wx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Wx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_exportproperties", "label": "ExportProperties()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportProperties()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getposition", "label": "GetPosition()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPosition()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_setposition", "label": "SetPosition()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetPosition()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_end", "label": "End()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "End()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getbuffer", "label": "GetBuffer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBuffer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_writearraybuffer", "label": "WriteArrayBuffer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteArrayBuffer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_writeboolean8", "label": "WriteBoolean8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteBoolean8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_writecharacter8", "label": "WriteCharacter8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteCharacter8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_writeunsignedcharacter8", "label": "WriteUnsignedCharacter8()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteUnsignedCharacter8()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_writeinteger16", "label": "WriteInteger16()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteInteger16()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_writeunsignedinteger16", "label": "WriteUnsignedInteger16()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteUnsignedInteger16()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_writeinteger32", "label": "WriteInteger32()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteInteger32()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_writeunsignedinteger32", "label": "WriteUnsignedInteger32()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteUnsignedInteger32()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_writefloat32", "label": "WriteFloat32()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteFloat32()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_writedouble64", "label": "WriteDouble64()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteDouble64()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_pg", "label": "pg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_zo", "label": "Zo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Zo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_mg", "label": "mg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_get", "label": "Get()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "Get()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 213}, {"id": "o3dv_min_createidentity", "label": "CreateIdentity()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateIdentity()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_isidentity", "label": "IsIdentity()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IsIdentity()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_createtranslation", "label": "CreateTranslation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTranslation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_createrotation", "label": "CreateRotation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRotation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_createrotationaxisangle", "label": "CreateRotationAxisAngle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRotationAxisAngle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_createscale", "label": "CreateScale()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateScale()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_composetrs", "label": "ComposeTRS()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ComposeTRS()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_decomposetrs", "label": "DecomposeTRS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DecomposeTRS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_determinant", "label": "Determinant()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determinant()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_invert", "label": "Invert()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Invert()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 18}, {"id": "o3dv_min_transpose", "label": "Transpose()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transpose()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_inverttranspose", "label": "InvertTranspose()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InvertTranspose()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_multiplyvector", "label": "MultiplyVector()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiplyVector()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_multiplymatrix", "label": "MultiplyMatrix()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MultiplyMatrix()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_iu", "label": "Iu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Iu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setmatrix", "label": "SetMatrix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMatrix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getmatrix", "label": "GetMatrix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMatrix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_appendmatrix", "label": "AppendMatrix()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AppendMatrix()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_append", "label": "Append()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Append()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 75}, {"id": "o3dv_min_transformcoord3d", "label": "TransformCoord3D()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TransformCoord3D()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gg", "label": "gg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_vs", "label": "vs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "vs()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ys", "label": "Ys()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ys()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_mr", "label": "Mr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Mr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_ru", "label": "Ru()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ru()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_vertexcount", "label": "VertexCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "VertexCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_vertexcolorcount", "label": "VertexColorCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VertexColorCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_normalcount", "label": "NormalCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NormalCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_textureuvcount", "label": "TextureUVCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TextureUVCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_linecount", "label": "LineCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LineCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_linesegmentcount", "label": "LineSegmentCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LineSegmentCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_trianglecount", "label": "TriangleCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TriangleCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_enumeratevertices", "label": "EnumerateVertices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateVertices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_enumeratetrianglevertexindices", "label": "EnumerateTriangleVertexIndices()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateTriangleVertexIndices()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_enumeratetrianglevertices", "label": "EnumerateTriangleVertices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateTriangleVertices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_propertygroupcount", "label": "PropertyGroupCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PropertyGroupCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addpropertygroup", "label": "AddPropertyGroup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddPropertyGroup()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getpropertygroup", "label": "GetPropertyGroup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPropertyGroup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_cloneproperties", "label": "CloneProperties()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CloneProperties()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getkey", "label": "GetKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetKey()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getid", "label": "GetId()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetId()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_gettransformation", "label": "GetTransformation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTransformation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getmesh", "label": "GetMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_gettransformedmesh", "label": "GetTransformedMesh()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTransformedMesh()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_exportasciicontent", "label": "ExportAsciiContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportAsciiContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_exportbinarycontent", "label": "ExportBinaryContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportBinaryContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_getmeshdata", "label": "GetMeshData()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshData()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getmainbuffer", "label": "GetMainBuffer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMainBuffer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_getmainjson", "label": "GetMainJson()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMainJson()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_exportmaterials", "label": "ExportMaterials()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportMaterials()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getmodel", "label": "GetModel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetModel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_materialcount", "label": "MaterialCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MaterialCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getmaterial", "label": "GetMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_meshcount", "label": "MeshCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MeshCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_enumeratemeshes", "label": "EnumerateMeshes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateMeshes()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_mapmeshindex", "label": "MapMeshIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MapMeshIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ismeshinstancevisible", "label": "IsMeshInstanceVisible()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsMeshInstanceVisible()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_meshinstancecount", "label": "MeshInstanceCount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MeshInstanceCount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_enumeratemeshinstances", "label": "EnumerateMeshInstances()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateMeshInstances()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 18}, {"id": "o3dv_min_enumeratetransformedmeshinstances", "label": "EnumerateTransformedMeshInstances()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateTransformedMeshInstances()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_enumerateverticesandtriangles", "label": "EnumerateVerticesAndTriangles()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateVerticesAndTriangles()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_enumeratetriangleswithnormals", "label": "EnumerateTrianglesWithNormals()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateTrianglesWithNormals()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_fillvisiblemeshcache", "label": "FillVisibleMeshCache()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FillVisibleMeshCache()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_gettext", "label": "GetText()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetText()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_indent", "label": "Indent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Indent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_writearrayline", "label": "WriteArrayLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteArrayLine()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_writeline", "label": "WriteLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteLine()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_writeindentation", "label": "WriteIndentation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WriteIndentation()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_write", "label": "Write()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getheadertext", "label": "GetHeaderText()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetHeaderText()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_exporttext", "label": "ExportText()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportText()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_exportbinary", "label": "ExportBinary()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ExportBinary()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_addexporter", "label": "AddExporter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddExporter()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getmin", "label": "GetMin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMin()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getmax", "label": "GetMax()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMax()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getcenter", "label": "GetCenter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GetCenter()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_getbox", "label": "GetBox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBox()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addpoint", "label": "AddPoint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddPoint()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_md", "label": "md()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "md()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_nu", "label": "Nu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_findpoint", "label": "FindPoint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FindPoint()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addpointdirectly", "label": "AddPointDirectly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddPointDirectly()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_findpointdirectly", "label": "FindPointDirectly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FindPointDirectly()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_findnodeforpoint", "label": "FindNodeForPoint()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FindNodeForPoint()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_createchildnodes", "label": "CreateChildNodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateChildNodes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ispointinbounds", "label": "IsPointInBounds()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsPointInBounds()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_xg", "label": "xg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "xg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_vg", "label": "vg()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vg()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_lu", "label": "Lu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_oa", "label": "oa()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "oa()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_ou", "label": "Ou()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ou()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_du", "label": "Du()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Du()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setcontent", "label": "SetContent()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetContent()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_fillfrominputfiles", "label": "FillFromInputFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FillFromInputFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_extendfromfilelist", "label": "ExtendFromFileList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ExtendFromFileList()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getfiles", "label": "GetFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getcontent", "label": "GetContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_containsfilebypath", "label": "ContainsFileByPath()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContainsFileByPath()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_findfilebypath", "label": "FindFileByPath()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FindFileByPath()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_isonlyurlsource", "label": "IsOnlyUrlSource()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsOnlyUrlSource()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addfile", "label": "AddFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddFile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getfilecontent", "label": "GetFileContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFileContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_generateid", "label": "GenerateId()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateId()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_isempty", "label": "IsEmpty()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IsEmpty()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 26}, {"id": "o3dv_min_ismeshnode", "label": "IsMeshNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsMeshNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_hasparent", "label": "HasParent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HasParent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getparent", "label": "GetParent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetParent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getworldtransformation", "label": "GetWorldTransformation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetWorldTransformation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_settransformation", "label": "SetTransformation()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetTransformation()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_addchildnode", "label": "AddChildNode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddChildNode()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_removechildnode", "label": "RemoveChildNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoveChildNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getchildnodes", "label": "GetChildNodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetChildNodes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_childnodecount", "label": "ChildNodeCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ChildNodeCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getchildnode", "label": "GetChildNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetChildNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addmeshindex", "label": "AddMeshIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddMeshIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_meshindexcount", "label": "MeshIndexCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MeshIndexCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getmeshindex", "label": "GetMeshIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_getmeshindices", "label": "GetMeshIndices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshIndices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_enumerate", "label": "Enumerate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Enumerate()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_enumeratechildren", "label": "EnumerateChildren()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateChildren()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_enumeratemeshindices", "label": "EnumerateMeshIndices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateMeshIndices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getunit", "label": "GetUnit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetUnit()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setunit", "label": "SetUnit()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetUnit()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getrootnode", "label": "GetRootNode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetRootNode()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_nodecount", "label": "NodeCount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NodeCount()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addmaterial", "label": "AddMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_addmesh", "label": "AddMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_addmeshtorootnode", "label": "AddMeshToRootNode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddMeshToRootNode()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_removemesh", "label": "RemoveMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RemoveMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getmeshinstance", "label": "GetMeshInstance()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshInstance()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_addvertex", "label": "AddVertex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AddVertex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_addtriangle", "label": "AddTriangle()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AddTriangle()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 23}, {"id": "o3dv_min_addtriangleedge", "label": "AddTriangleEdge()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddTriangleEdge()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addedge", "label": "AddEdge()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddEdge()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_ca", "label": "ca()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ca()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_yd", "label": "yd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "yd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_xd", "label": "xd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "xd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_vd", "label": "vd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "vd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_g", "label": "_g()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_g()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_tg", "label": "Tg()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tg()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setvertex", "label": "SetVertex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetVertex()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvertex", "label": "GetVertex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetVertex()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_addvertexcolor", "label": "AddVertexColor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddVertexColor()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setvertexcolor", "label": "SetVertexColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetVertexColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvertexcolor", "label": "GetVertexColor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetVertexColor()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addnormal", "label": "AddNormal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddNormal()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_setnormal", "label": "SetNormal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetNormal()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getnormal", "label": "GetNormal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetNormal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_addtextureuv", "label": "AddTextureUV()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddTextureUV()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_settextureuv", "label": "SetTextureUV()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetTextureUV()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_gettextureuv", "label": "GetTextureUV()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTextureUV()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addline", "label": "AddLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddLine()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getline", "label": "GetLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetLine()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gettriangle", "label": "GetTriangle()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTriangle()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_hasvertices", "label": "HasVertices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HasVertices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_hasvertexcolors", "label": "HasVertexColors()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HasVertexColors()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_hasnormals", "label": "HasNormals()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HasNormals()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_hastextureuvs", "label": "HasTextureUVs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HasTextureUVs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvertices", "label": "SetVertices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetVertices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvertexcolors", "label": "SetVertexColors()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetVertexColors()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setnormals", "label": "SetNormals()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetNormals()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_settextureuvs", "label": "SetTextureUVs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetTextureUVs()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setmaterial", "label": "SetMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_setcurve", "label": "SetCurve()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetCurve()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_removeeventlistener", "label": "removeEventListener()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "removeEventListener()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_dispatchevent", "label": "dispatchEvent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dispatchEvent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_us", "label": "us()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "us()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_pt", "label": "Pt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pt()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_cp", "label": "Cp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_xx", "label": "Xx()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Xx()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_qx", "label": "qx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "qx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_zl", "label": "Zl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zl()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_jx", "label": "jx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_yx", "label": "Yx()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Yx()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_kx", "label": "Kx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Kx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_zx", "label": "Zx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Zx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_x", "label": "$x()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "$x()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_ev", "label": "ev()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ev()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_tv", "label": "tv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tv()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_nv", "label": "nv()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "nv()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_iv", "label": "iv()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "iv()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_rv", "label": "rv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rv()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_sv", "label": "sv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sv()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ov", "label": "ov()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ov()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_ma", "label": "Ma()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ma()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_ri", "label": "ri()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ri()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_width", "label": "width()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "width()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_height", "label": "height()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "height()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setscalar", "label": "setScalar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setScalar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setx", "label": "setX()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setX()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sety", "label": "setY()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setY()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setcomponent", "label": "setComponent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setComponent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getcomponent", "label": "getComponent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getComponent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_copy", "label": "copy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "copy()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 77}, {"id": "o3dv_min_add", "label": "add()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "add()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 61}, {"id": "o3dv_min_addscalar", "label": "addScalar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addScalar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addvectors", "label": "addVectors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addVectors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_addscaledvector", "label": "addScaledVector()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "addScaledVector()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_sub", "label": "sub()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sub()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 17}, {"id": "o3dv_min_subscalar", "label": "subScalar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "subScalar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_subvectors", "label": "subVectors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "subVectors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_multiply", "label": "multiply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "multiply()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_divide", "label": "divide()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "divide()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_dividescalar", "label": "divideScalar()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "divideScalar()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_applymatrix3", "label": "applyMatrix3()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "applyMatrix3()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_min", "label": "min()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "min()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 34}, {"id": "o3dv_min_max", "label": "max()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "max()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 55}, {"id": "o3dv_min_clamp", "label": "clamp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clamp()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_clampscalar", "label": "clampScalar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clampScalar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_clamplength", "label": "clampLength()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clampLength()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_floor", "label": "floor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "floor()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 22}, {"id": "o3dv_min_ceil", "label": "ceil()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ceil()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_round", "label": "round()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "round()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 33}, {"id": "o3dv_min_roundtozero", "label": "roundToZero()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "roundToZero()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_negate", "label": "negate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "negate()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_dot", "label": "dot()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "dot()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 27}, {"id": "o3dv_min_cross", "label": "cross()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cross()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_lengthsq", "label": "lengthSq()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lengthSq()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_manhattanlength", "label": "manhattanLength()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "manhattanLength()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_angle", "label": "angle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "angle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_angleto", "label": "angleTo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "angleTo()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_distanceto", "label": "distanceTo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceTo()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_distancetosquared", "label": "distanceToSquared()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceToSquared()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_manhattandistanceto", "label": "manhattanDistanceTo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "manhattanDistanceTo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setlength", "label": "setLength()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setLength()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_lerp", "label": "lerp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lerp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_lerpvectors", "label": "lerpVectors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lerpVectors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_equals", "label": "equals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "equals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_fromarray", "label": "fromArray()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fromArray()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 24}, {"id": "o3dv_min_toarray", "label": "toArray()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "toArray()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_frombufferattribute", "label": "fromBufferAttribute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fromBufferAttribute()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 24}, {"id": "o3dv_min_rotatearound", "label": "rotateAround()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateAround()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_random", "label": "random()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "random()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_symbol_iterator", "label": "[Symbol.iterator]()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "[Symbol.iterator]()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_identity", "label": "identity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "identity()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_extractbasis", "label": "extractBasis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extractBasis()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setfrommatrix4", "label": "setFromMatrix4()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrix4()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_premultiply", "label": "premultiply()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "premultiply()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_multiplymatrices", "label": "multiplyMatrices()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "multiplyMatrices()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_getnormalmatrix", "label": "getNormalMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getNormalMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_transposeintoarray", "label": "transposeIntoArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "transposeIntoArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setuvtransform", "label": "setUvTransform()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setUvTransform()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_scale", "label": "scale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "scale()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_translate", "label": "translate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "translate()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_maketranslation", "label": "makeTranslation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeTranslation()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_makerotation", "label": "makeRotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotation()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makescale", "label": "makeScale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeScale()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ip", "label": "Ip()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ip()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_aa", "label": "Aa()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Aa()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_0", "label": "$0()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$0()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_oc", "label": "Oc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Oc()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_q0", "label": "Q0()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Q0()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ey", "label": "ey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ey()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ty", "label": "ty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_av", "label": "av()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "av()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_jr", "label": "Jr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ba", "label": "ba()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ba()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getdataurl", "label": "getDataURL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getDataURL()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_srgbtolinear", "label": "sRGBToLinear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sRGBToLinear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_needsupdate", "label": "needsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "needsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_tojson", "label": "toJSON()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "toJSON()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_td", "label": "Td()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Td()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_image", "label": "image()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "image()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_updatematrix", "label": "updateMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "updateMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_dispose", "label": "dispose()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dispose()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_transformuv", "label": "transformUv()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformUv()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_needspmremupdate", "label": "needsPMREMUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "needsPMREMUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setz", "label": "setZ()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setZ()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setw", "label": "setW()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setW()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_applymatrix4", "label": "applyMatrix4()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "applyMatrix4()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 46}, {"id": "o3dv_min_setaxisanglefromquaternion", "label": "setAxisAngleFromQuaternion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setAxisAngleFromQuaternion()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setaxisanglefromrotationmatrix", "label": "setAxisAngleFromRotationMatrix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setAxisAngleFromRotationMatrix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfrommatrixposition", "label": "setFromMatrixPosition()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrixPosition()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_texture", "label": "texture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "texture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_depthtexture", "label": "depthTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "depthTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setsize", "label": "setSize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setSize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_addlayerupdate", "label": "addLayerUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addLayerUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_clearlayerupdates", "label": "clearLayerUpdates()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clearLayerUpdates()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_slerpflat", "label": "slerpFlat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "slerpFlat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_multiplyquaternionsflat", "label": "multiplyQuaternionsFlat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "multiplyQuaternionsFlat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_y", "label": "y()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "y()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 28}, {"id": "o3dv_min_z", "label": "z()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "z()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_w", "label": "w()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "w()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfromeuler", "label": "setFromEuler()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromEuler()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_setfromaxisangle", "label": "setFromAxisAngle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromAxisAngle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setfromrotationmatrix", "label": "setFromRotationMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromRotationMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setfromunitvectors", "label": "setFromUnitVectors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromUnitVectors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_rotatetowards", "label": "rotateTowards()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateTowards()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_conjugate", "label": "conjugate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "conjugate()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_multiplyquaternions", "label": "multiplyQuaternions()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "multiplyQuaternions()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_slerp", "label": "slerp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "slerp()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_slerpquaternions", "label": "slerpQuaternions()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "slerpQuaternions()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_onchange", "label": "_onChange()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_onChange()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_onchangecallback", "label": "_onChangeCallback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_onChangeCallback()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 17}, {"id": "o3dv_min_multiplyvectors", "label": "multiplyVectors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "multiplyVectors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_applyeuler", "label": "applyEuler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "applyEuler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_applyaxisangle", "label": "applyAxisAngle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "applyAxisAngle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_applynormalmatrix", "label": "applyNormalMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "applyNormalMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_applyquaternion", "label": "applyQuaternion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "applyQuaternion()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_project", "label": "project()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "project()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_unproject", "label": "unproject()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "unproject()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_transformdirection", "label": "transformDirection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "transformDirection()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_crossvectors", "label": "crossVectors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "crossVectors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_projectonvector", "label": "projectOnVector()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "projectOnVector()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_projectonplane", "label": "projectOnPlane()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "projectOnPlane()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_reflect", "label": "reflect()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reflect()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setfromspherical", "label": "setFromSpherical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromSpherical()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromsphericalcoords", "label": "setFromSphericalCoords()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromSphericalCoords()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromcylindrical", "label": "setFromCylindrical()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromCylindrical()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromcylindricalcoords", "label": "setFromCylindricalCoords()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromCylindricalCoords()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfrommatrixscale", "label": "setFromMatrixScale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrixScale()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfrommatrixcolumn", "label": "setFromMatrixColumn()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrixColumn()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setfrommatrix3column", "label": "setFromMatrix3Column()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrix3Column()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setfromcolor", "label": "setFromColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_randomdirection", "label": "randomDirection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "randomDirection()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromarray", "label": "setFromArray()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromArray()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfrombufferattribute", "label": "setFromBufferAttribute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromBufferAttribute()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setfrompoints", "label": "setFromPoints()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromPoints()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_setfromcenterandsize", "label": "setFromCenterAndSize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromCenterAndSize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setfromobject", "label": "setFromObject()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromObject()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makeempty", "label": "makeEmpty()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "makeEmpty()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_getsize", "label": "getSize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getSize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_expandbypoint", "label": "expandByPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "expandByPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_expandbyvector", "label": "expandByVector()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "expandByVector()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_expandbyscalar", "label": "expandByScalar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "expandByScalar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_expandbyobject", "label": "expandByObject()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "expandByObject()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_containspoint", "label": "containsPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "containsPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_containsbox", "label": "containsBox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "containsBox()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getparameter", "label": "getParameter()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getParameter()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_intersectsbox", "label": "intersectsBox()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsBox()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_intersectssphere", "label": "intersectsSphere()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsSphere()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_intersectsplane", "label": "intersectsPlane()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsPlane()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_intersectstriangle", "label": "intersectsTriangle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsTriangle()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_clamppoint", "label": "clampPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clampPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_distancetopoint", "label": "distanceToPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceToPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_getboundingsphere", "label": "getBoundingSphere()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getBoundingSphere()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_intersect", "label": "intersect()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersect()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_union", "label": "union()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "union()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_ed", "label": "Ed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ed()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getboundingbox", "label": "getBoundingBox()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getBoundingBox()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_at", "label": "at()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "at()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_lookat", "label": "lookAt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "lookAt()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 22}, {"id": "o3dv_min_recast", "label": "recast()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "recast()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_closestpointtopoint", "label": "closestPointToPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "closestPointToPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_distancesqtopoint", "label": "distanceSqToPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceSqToPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_distancesqtosegment", "label": "distanceSqToSegment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceSqToSegment()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_intersectsphere", "label": "intersectSphere()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectSphere()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_distancetoplane", "label": "distanceToPlane()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceToPlane()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_intersectplane", "label": "intersectPlane()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectPlane()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_intersectbox", "label": "intersectBox()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectBox()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_intersecttriangle", "label": "intersectTriangle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectTriangle()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_copyposition", "label": "copyPosition()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "copyPosition()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfrommatrix3", "label": "setFromMatrix3()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromMatrix3()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_makebasis", "label": "makeBasis()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makeBasis()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_extractrotation", "label": "extractRotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extractRotation()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_makerotationfromeuler", "label": "makeRotationFromEuler()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationFromEuler()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_makerotationfromquaternion", "label": "makeRotationFromQuaternion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationFromQuaternion()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getmaxscaleonaxis", "label": "getMaxScaleOnAxis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getMaxScaleOnAxis()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makerotationx", "label": "makeRotationX()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationX()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makerotationy", "label": "makeRotationY()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationY()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makerotationz", "label": "makeRotationZ()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationZ()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makerotationaxis", "label": "makeRotationAxis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "makeRotationAxis()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_makeshear", "label": "makeShear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makeShear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_compose", "label": "compose()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "compose()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_decompose", "label": "decompose()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "decompose()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_makeperspective", "label": "makePerspective()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makePerspective()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_makeorthographic", "label": "makeOrthographic()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makeOrthographic()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_order", "label": "order()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "order()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromquaternion", "label": "setFromQuaternion()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromQuaternion()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setfromvector3", "label": "setFromVector3()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromVector3()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_reorder", "label": "reorder()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reorder()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_enable", "label": "enable()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "enable()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_enableall", "label": "enableAll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "enableAll()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_toggle", "label": "toggle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "toggle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_disable", "label": "disable()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "disable()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_disableall", "label": "disableAll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "disableAll()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_test", "label": "test()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_isenabled", "label": "isEnabled()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isEnabled()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_onbeforeshadow", "label": "onBeforeShadow()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onBeforeShadow()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_onaftershadow", "label": "onAfterShadow()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onAfterShadow()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_onbeforerender", "label": "onBeforeRender()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onBeforeRender()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_onafterrender", "label": "onAfterRender()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onAfterRender()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setrotationfromaxisangle", "label": "setRotationFromAxisAngle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setRotationFromAxisAngle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setrotationfromeuler", "label": "setRotationFromEuler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setRotationFromEuler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setrotationfrommatrix", "label": "setRotationFromMatrix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setRotationFromMatrix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setrotationfromquaternion", "label": "setRotationFromQuaternion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setRotationFromQuaternion()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_rotateonaxis", "label": "rotateOnAxis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateOnAxis()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_rotateonworldaxis", "label": "rotateOnWorldAxis()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateOnWorldAxis()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_rotatex", "label": "rotateX()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateX()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_rotatey", "label": "rotateY()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateY()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_rotatez", "label": "rotateZ()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rotateZ()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_translateonaxis", "label": "translateOnAxis()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "translateOnAxis()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_translatex", "label": "translateX()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "translateX()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_translatey", "label": "translateY()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "translateY()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_translatez", "label": "translateZ()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "translateZ()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_localtoworld", "label": "localToWorld()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "localToWorld()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_worldtolocal", "label": "worldToLocal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "worldToLocal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_remove", "label": "remove()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "remove()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_removefromparent", "label": "removeFromParent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "removeFromParent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_clear", "label": "clear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_attach", "label": "attach()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "attach()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_getobjectbyid", "label": "getObjectById()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getObjectById()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getobjectbyname", "label": "getObjectByName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getObjectByName()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getobjectbyproperty", "label": "getObjectByProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getObjectByProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getobjectsbyproperty", "label": "getObjectsByProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getObjectsByProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getworldposition", "label": "getWorldPosition()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getWorldPosition()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getworldquaternion", "label": "getWorldQuaternion()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getWorldQuaternion()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getworldscale", "label": "getWorldScale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getWorldScale()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getworlddirection", "label": "getWorldDirection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getWorldDirection()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_raycast", "label": "raycast()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "raycast()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 19}, {"id": "o3dv_min_traverse", "label": "traverse()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "traverse()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_traversevisible", "label": "traverseVisible()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "traverseVisible()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_traverseancestors", "label": "traverseAncestors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "traverseAncestors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_updatematrixworld", "label": "updateMatrixWorld()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "updateMatrixWorld()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_updateworldmatrix", "label": "updateWorldMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "updateWorldMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_getbarycoord", "label": "getBarycoord()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getBarycoord()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getinterpolation", "label": "getInterpolation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInterpolation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getinterpolatedattribute", "label": "getInterpolatedAttribute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInterpolatedAttribute()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_isfrontfacing", "label": "isFrontFacing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isFrontFacing()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfrompointsandindices", "label": "setFromPointsAndIndices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromPointsAndIndices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setfromattributeandindices", "label": "setFromAttributeAndIndices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromAttributeAndIndices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getarea", "label": "getArea()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getArea()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getmidpoint", "label": "getMidpoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getMidpoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getplane", "label": "getPlane()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getPlane()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_fd", "label": "Fd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sethex", "label": "setHex()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setHex()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setrgb", "label": "setRGB()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setRGB()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_sethsl", "label": "setHSL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setHSL()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setstyle", "label": "setStyle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setStyle()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setcolorname", "label": "setColorName()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setColorName()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_copysrgbtolinear", "label": "copySRGBToLinear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "copySRGBToLinear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_copylineartosrgb", "label": "copyLinearToSRGB()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "copyLinearToSRGB()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_convertsrgbtolinear", "label": "convertSRGBToLinear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "convertSRGBToLinear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_convertlineartosrgb", "label": "convertLinearToSRGB()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "convertLinearToSRGB()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gethex", "label": "getHex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getHex()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_gethexstring", "label": "getHexString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getHexString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gethsl", "label": "getHSL()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getHSL()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getrgb", "label": "getRGB()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getRGB()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getstyle", "label": "getStyle()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getStyle()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_offsethsl", "label": "offsetHSL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "offsetHSL()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addcolors", "label": "addColors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addColors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_lerpcolors", "label": "lerpColors()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lerpColors()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_lerphsl", "label": "lerpHSL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lerpHSL()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_alphatest", "label": "alphaTest()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "alphaTest()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_onbeforecompile", "label": "onBeforeCompile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onBeforeCompile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_customprogramcachekey", "label": "customProgramCacheKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "customProgramCacheKey()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalues", "label": "setValues()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setValues()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_onuploadcallback", "label": "onUploadCallback()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onUploadCallback()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setusage", "label": "setUsage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setUsage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addupdaterange", "label": "addUpdateRange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addUpdateRange()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_clearupdateranges", "label": "clearUpdateRanges()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clearUpdateRanges()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_copyat", "label": "copyAt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "copyAt()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_copyarray", "label": "copyArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "copyArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getx", "label": "getX()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getX()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_gety", "label": "getY()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getY()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getz", "label": "getZ()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getZ()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getw", "label": "getW()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getW()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setxy", "label": "setXY()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setXY()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setxyz", "label": "setXYZ()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setXYZ()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_setxyzw", "label": "setXYZW()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setXYZW()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_onupload", "label": "onUpload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "onUpload()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getindex", "label": "getIndex()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getIndex()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setindex", "label": "setIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setIndex()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setindirect", "label": "setIndirect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setIndirect()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getindirect", "label": "getIndirect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getIndirect()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getattribute", "label": "getAttribute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getAttribute()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_setattribute", "label": "setAttribute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "setAttribute()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_deleteattribute", "label": "deleteAttribute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteAttribute()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_hasattribute", "label": "hasAttribute()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hasAttribute()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addgroup", "label": "addGroup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addGroup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_cleargroups", "label": "clearGroups()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clearGroups()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setdrawrange", "label": "setDrawRange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setDrawRange()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_center", "label": "center()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "center()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_computeboundingbox", "label": "computeBoundingBox()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "computeBoundingBox()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_computeboundingsphere", "label": "computeBoundingSphere()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "computeBoundingSphere()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_computetangents", "label": "computeTangents()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "computeTangents()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_computevertexnormals", "label": "computeVertexNormals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "computeVertexNormals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_normalizenormals", "label": "normalizeNormals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeNormals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_tononindexed", "label": "toNonIndexed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toNonIndexed()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_updatemorphtargets", "label": "updateMorphTargets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateMorphTargets()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getvertexposition", "label": "getVertexPosition()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getVertexPosition()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_computeintersections", "label": "_computeIntersections()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_computeIntersections()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_v", "label": "_v()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_v()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 23}, {"id": "o3dv_min_ju", "label": "Ju()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ju()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_fromjson", "label": "fromJSON()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fromJSON()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_mo", "label": "Mo()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mo()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_qn", "label": "Qn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Qn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_rp", "label": "Rp()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rp()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setfocallength", "label": "setFocalLength()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFocalLength()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getfocallength", "label": "getFocalLength()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getFocalLength()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_geteffectivefov", "label": "getEffectiveFOV()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getEffectiveFOV()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getfilmwidth", "label": "getFilmWidth()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFilmWidth()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getfilmheight", "label": "getFilmHeight()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFilmHeight()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getviewbounds", "label": "getViewBounds()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getViewBounds()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getviewsize", "label": "getViewSize()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getViewSize()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setviewoffset", "label": "setViewOffset()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setViewOffset()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_clearviewoffset", "label": "clearViewOffset()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "clearViewOffset()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_updateprojectionmatrix", "label": "updateProjectionMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "updateProjectionMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_updatecoordinatesystem", "label": "updateCoordinateSystem()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "updateCoordinateSystem()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_update", "label": "update()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "update()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 30}, {"id": "o3dv_min_images", "label": "images()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "images()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_fromequirectangulartexture", "label": "fromEquirectangularTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fromEquirectangularTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gethandspace", "label": "getHandSpace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getHandSpace()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gettargetrayspace", "label": "getTargetRaySpace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getTargetRaySpace()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getgripspace", "label": "getGripSpace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getGripSpace()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_connect", "label": "connect()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "connect()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_disconnect", "label": "disconnect()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "disconnect()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gethandjoint", "label": "_getHandJoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_getHandJoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_bind", "label": "bind()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bind()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_pose", "label": "pose()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pose()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_normalizeskinweights", "label": "normalizeSkinWeights()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "normalizeSkinWeights()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_applybonetransform", "label": "applyBoneTransform()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "applyBoneTransform()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_init", "label": "init()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "init()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_calculateinverses", "label": "calculateInverses()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "calculateInverses()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_computebonetexture", "label": "computeBoneTexture()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "computeBoneTexture()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getbonebyname", "label": "getBoneByName()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getBoneByName()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setcomponents", "label": "setComponents()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setComponents()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setfromnormalandcoplanarpoint", "label": "setFromNormalAndCoplanarPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromNormalAndCoplanarPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfromcoplanarpoints", "label": "setFromCoplanarPoints()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromCoplanarPoints()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_distancetosphere", "label": "distanceToSphere()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "distanceToSphere()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_projectpoint", "label": "projectPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "projectPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_intersectline", "label": "intersectLine()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectLine()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_intersectsline", "label": "intersectsLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsLine()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_coplanarpoint", "label": "coplanarPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "coplanarPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setfromprojectionmatrix", "label": "setFromProjectionMatrix()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromProjectionMatrix()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_intersectsobject", "label": "intersectsObject()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsObject()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_intersectssprite", "label": "intersectsSprite()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectsSprite()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_computelinedistances", "label": "computeLineDistances()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "computeLineDistances()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_th", "label": "th()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "th()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_jg", "label": "Jg()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jg()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getpoint", "label": "getPoint()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getPoint()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 22}, {"id": "o3dv_min_getpointat", "label": "getPointAt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getPointAt()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getpoints", "label": "getPoints()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getPoints()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getspacedpoints", "label": "getSpacedPoints()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getSpacedPoints()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getlength", "label": "getLength()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getLength()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getlengths", "label": "getLengths()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getLengths()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_updatearclengths", "label": "updateArcLengths()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateArcLengths()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getutotmapping", "label": "getUtoTmapping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getUtoTmapping()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_gettangent", "label": "getTangent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getTangent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_gettangentat", "label": "getTangentAt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getTangentAt()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_computefrenetframes", "label": "computeFrenetFrames()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "computeFrenetFrames()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_pp", "label": "Pp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_pv", "label": "Pv()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pv()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_jl", "label": "Jl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jl()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_lv", "label": "Lv()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lv()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_dv", "label": "Dv()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dv()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_l", "label": "$l()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "$l()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_closepath", "label": "closePath()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "closePath()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getcurvelengths", "label": "getCurveLengths()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getCurveLengths()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_moveto", "label": "moveTo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "moveTo()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_lineto", "label": "lineTo()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lineTo()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_quadraticcurveto", "label": "quadraticCurveTo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quadraticCurveTo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_beziercurveto", "label": "bezierCurveTo()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bezierCurveTo()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_splinethru", "label": "splineThru()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "splineThru()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_arc", "label": "arc()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "arc()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_absarc", "label": "absarc()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "absarc()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ellipse", "label": "ellipse()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ellipse()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_absellipse", "label": "absellipse()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "absellipse()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getpointsholes", "label": "getPointsHoles()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getPointsHoles()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_extractpoints", "label": "extractPoints()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extractPoints()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_fv", "label": "Fv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_ry", "label": "ry()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ry()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_dc", "label": "dc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dc()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_uv", "label": "Uv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Uv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_kv", "label": "kv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "kv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_bv", "label": "Bv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_gv", "label": "Gv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_vv", "label": "Vv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Vv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_zv", "label": "zv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "zv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_hv", "label": "Hv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_wv", "label": "Wv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_xv", "label": "Xv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Xv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_qv", "label": "qv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "qv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_jv", "label": "jv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_yv", "label": "Yv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Yv()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sy", "label": "sy()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sy()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_kl", "label": "Kl()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Kl()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_mn", "label": "mn()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mn()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_da", "label": "Da()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Da()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_oy", "label": "oy()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "oy()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_lh", "label": "lh()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lh()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ch", "label": "ch()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ch()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_pc", "label": "pc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pc()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_ay", "label": "ay()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ay()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_qg", "label": "Qg()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Qg()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_mc", "label": "mc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mc()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_triangulate", "label": "triangulate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "triangulate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_area", "label": "area()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "area()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_isclockwise", "label": "isClockWise()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isClockWise()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_triangulateshape", "label": "triangulateShape()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "triangulateShape()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_e0", "label": "e0()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "e0()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_t0", "label": "t0()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t0()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_e", "label": "e_()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "e_()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_uh", "label": "uh()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uh()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_t", "label": "t_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "t_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_n", "label": "n_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "n_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_n0", "label": "n0()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "n0()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ly", "label": "ly()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ly()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_evaluate", "label": "evaluate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "evaluate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getsettings", "label": "getSettings_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getSettings_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_copysamplevalue", "label": "copySampleValue_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "copySampleValue_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_interpolate", "label": "interpolate_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "interpolate_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_intervalchanged", "label": "intervalChanged_()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intervalChanged_()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_interpolantfactorymethoddiscrete", "label": "InterpolantFactoryMethodDiscrete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "InterpolantFactoryMethodDiscrete()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_interpolantfactorymethodlinear", "label": "InterpolantFactoryMethodLinear()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "InterpolantFactoryMethodLinear()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_interpolantfactorymethodsmooth", "label": "InterpolantFactoryMethodSmooth()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "InterpolantFactoryMethodSmooth()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setinterpolation", "label": "setInterpolation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setInterpolation()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getvaluesize", "label": "getValueSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getValueSize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_shift", "label": "shift()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "shift()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_trim", "label": "trim()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "trim()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_validate", "label": "validate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_optimize", "label": "optimize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "optimize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_parse", "label": "parse()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "parse()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 44}, {"id": "o3dv_min_createfrommorphtargetsequence", "label": "CreateFromMorphTargetSequence()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateFromMorphTargetSequence()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_findbyname", "label": "findByName()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "findByName()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_createclipsfrommorphtargetsequences", "label": "CreateClipsFromMorphTargetSequences()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateClipsFromMorphTargetSequences()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parseanimation", "label": "parseAnimation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseAnimation()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_resetduration", "label": "resetDuration()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resetDuration()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_i", "label": "i_()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "i_()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_load", "label": "load()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "load()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_loadasync", "label": "loadAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "loadAsync()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setcrossorigin", "label": "setCrossOrigin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setCrossOrigin()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setwithcredentials", "label": "setWithCredentials()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setWithCredentials()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setpath", "label": "setPath()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setPath()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setresourcepath", "label": "setResourcePath()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setResourcePath()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setrequestheader", "label": "setRequestHeader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setRequestHeader()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setresponsetype", "label": "setResponseType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setResponseType()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setmimetype", "label": "setMimeType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setMimeType()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getviewportcount", "label": "getViewportCount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getViewportCount()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getfrustum", "label": "getFrustum()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getFrustum()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_updatematrices", "label": "updateMatrices()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "updateMatrices()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_getviewport", "label": "getViewport()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getViewport()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getframeextents", "label": "getFrameExtents()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getFrameExtents()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_power", "label": "power()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "power()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_extracturlbase", "label": "extractUrlBase()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "extractUrlBase()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_resolveurl", "label": "resolveURL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveURL()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getvalue", "label": "getValue()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getValue()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_setvalue", "label": "setValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setValue()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_unbind", "label": "unbind()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "unbind()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_create", "label": "create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sanitizenodename", "label": "sanitizeNodeName()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sanitizeNodeName()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsetrackname", "label": "parseTrackName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseTrackName()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_findnode", "label": "findNode()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "findNode()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getvalue_unavailable", "label": "_getValue_unavailable()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_unavailable()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_unavailable", "label": "_setValue_unavailable()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_unavailable()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvalue_direct", "label": "_getValue_direct()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_direct()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvalue_array", "label": "_getValue_array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvalue_arrayelement", "label": "_getValue_arrayElement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_arrayElement()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvalue_toarray", "label": "_getValue_toArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_toArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setvalue_direct", "label": "_setValue_direct()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_direct()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_direct_setneedsupdate", "label": "_setValue_direct_setNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_direct_setNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_direct_setmatrixworldneedsupdate", "label": "_setValue_direct_setMatrixWorldNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_direct_setMatrixWorldNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_array", "label": "_setValue_array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_array_setneedsupdate", "label": "_setValue_array_setNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_array_setNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_array_setmatrixworldneedsupdate", "label": "_setValue_array_setMatrixWorldNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_array_setMatrixWorldNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_arrayelement", "label": "_setValue_arrayElement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_arrayElement()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_arrayelement_setneedsupdate", "label": "_setValue_arrayElement_setNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_arrayElement_setNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_arrayelement_setmatrixworldneedsupdate", "label": "_setValue_arrayElement_setMatrixWorldNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_arrayElement_setMatrixWorldNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setvalue_fromarray", "label": "_setValue_fromArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_fromArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setvalue_fromarray_setneedsupdate", "label": "_setValue_fromArray_setNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_fromArray_setNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setvalue_fromarray_setmatrixworldneedsupdate", "label": "_setValue_fromArray_setMatrixWorldNeedsUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_fromArray_setMatrixWorldNeedsUpdate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getvalue_unbound", "label": "_getValue_unbound()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_getValue_unbound()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setvalue_unbound", "label": "_setValue_unbound()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_setValue_unbound()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setfromcamera", "label": "setFromCamera()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromCamera()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_setfromxrcontroller", "label": "setFromXRController()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setFromXRController()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_intersectobject", "label": "intersectObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_intersectobjects", "label": "intersectObjects()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "intersectObjects()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_a0", "label": "a0()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "a0()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_hp", "label": "hp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_toshapes", "label": "toShapes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "toShapes()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_op", "label": "Op()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Op()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_d", "label": "d_()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "d_()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_p", "label": "p_()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "p_()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_km", "label": "KM()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "KM()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_qm", "label": "QM()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QM()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ee", "label": "eE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_fromscene", "label": "fromScene()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fromScene()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_fromequirectangular", "label": "fromEquirectangular()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fromEquirectangular()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_fromcubemap", "label": "fromCubemap()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fromCubemap()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_compilecubemapshader", "label": "compileCubemapShader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "compileCubemapShader()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_compileequirectangularshader", "label": "compileEquirectangularShader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "compileEquirectangularShader()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_cleanup", "label": "_cleanup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_cleanup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_fromtexture", "label": "_fromTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_fromTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_allocatetargets", "label": "_allocateTargets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_allocateTargets()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_compilematerial", "label": "_compileMaterial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compileMaterial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_scenetocubeuv", "label": "_sceneToCubeUV()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_sceneToCubeUV()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_texturetocubeuv", "label": "_textureToCubeUV()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_textureToCubeUV()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_applypmrem", "label": "_applyPMREM()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_applyPMREM()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_blur", "label": "_blur()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_blur()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_halfblur", "label": "_halfBlur()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_halfBlur()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_ne", "label": "nE()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nE()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_dy", "label": "dy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_bf", "label": "bf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_ie", "label": "iE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "iE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_py", "label": "py()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "py()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_my", "label": "my()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "my()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_kp", "label": "Kp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Kp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_re", "label": "rE()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rE()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_se", "label": "sE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_oe", "label": "oE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "oE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ae", "label": "aE()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "aE()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_le", "label": "lE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ce", "label": "cE()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cE()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ue", "label": "uE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_qa", "label": "qa()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "qa()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_ln", "label": "Ln()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Ln()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_on", "label": "On()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "On()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_wf", "label": "wf()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wf()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_he", "label": "hE()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hE()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_fe", "label": "fE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_de", "label": "dE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_pe", "label": "pE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_me", "label": "mE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_ge", "label": "gE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "gE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ye", "label": "yE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "yE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_xe", "label": "xE()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "xE()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ve", "label": "vE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "vE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_te", "label": "TE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_be", "label": "bE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_we", "label": "wE()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wE()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ke", "label": "kE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "kE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ze", "label": "zE()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "zE()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_qe", "label": "qE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "qE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_je", "label": "jE()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jE()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_setoptional", "label": "setOptional()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "setOptional()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_upload", "label": "upload()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "upload()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_seqwithvalue", "label": "seqWithValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "seqWithValue()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_eb", "label": "eb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eb()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_tb", "label": "tb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tb()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_nb", "label": "nb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "nb()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 18}, {"id": "o3dv_min_ib", "label": "ib()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ib()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_rb", "label": "rb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sb", "label": "sb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ob", "label": "ob()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ob()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_ab", "label": "ab()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ab()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_wy", "label": "wy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_wp", "label": "Wp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ub", "label": "ub()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ub()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_cy", "label": "Cy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_fb", "label": "fb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_iy", "label": "Iy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Iy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_db", "label": "db()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "db()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_pb", "label": "pb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_mb", "label": "mb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gb", "label": "gb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "gb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_yb", "label": "yb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "yb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_xb", "label": "xb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "xb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 19}, {"id": "o3dv_min_getvertexshaderid", "label": "getVertexShaderID()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getVertexShaderID()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getfragmentshaderid", "label": "getFragmentShaderID()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getFragmentShaderID()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getshadercacheformaterial", "label": "_getShaderCacheForMaterial()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_getShaderCacheForMaterial()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getshaderstage", "label": "_getShaderStage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_getShaderStage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_b", "label": "_b()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_b()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_bb", "label": "bb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_wb", "label": "wb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_cb", "label": "Cb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ny", "label": "Ny()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ny()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_reset", "label": "reset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reset()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getdepthtexture", "label": "getDepthTexture()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getDepthTexture()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_vb", "label": "Vb()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Vb()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_coordinatesystem", "label": "coordinateSystem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "coordinateSystem()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_outputcolorspace", "label": "outputColorSpace()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "outputColorSpace()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_if", "label": "If()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "If()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_rf", "label": "Rf()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rf()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_convert", "label": "Convert()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_fc", "label": "Fc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fc()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_dn", "label": "Dn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_ur", "label": "ur()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ur()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_zp", "label": "Zp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_pf", "label": "Pf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_nf", "label": "Nf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nf()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_lf", "label": "Lf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_finalize", "label": "Finalize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Finalize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_finalizematerials", "label": "FinalizeMaterials()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinalizeMaterials()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_finalizemeshes", "label": "FinalizeMeshes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinalizeMeshes()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_finalizemesh", "label": "FinalizeMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinalizeMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_finalizetriangle", "label": "FinalizeTriangle()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinalizeTriangle()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_finalizenodes", "label": "FinalizeNodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinalizeNodes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getdefaultmaterialindex", "label": "GetDefaultMaterialIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDefaultMaterialIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_of", "label": "Of()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Of()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ky", "label": "ky()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ky()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_import", "label": "Import()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Import()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_createresult", "label": "CreateResult()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateResult()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_canimportextension", "label": "CanImportExtension()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CanImportExtension()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getupdirection", "label": "GetUpDirection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetUpDirection()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_clearcontent", "label": "ClearContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ClearContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_resetcontent", "label": "ResetContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResetContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_importcontent", "label": "ImportContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 31}, {"id": "o3dv_min_seterror", "label": "SetError()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetError()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_waserror", "label": "WasError()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WasError()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_geterrormessage", "label": "GetErrorMessage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetErrorMessage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getvertices", "label": "GetVertices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetVertices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_segmentcount", "label": "SegmentCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SegmentCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_importrhinocontent", "label": "ImportRhinoContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_importrhinodocument", "label": "ImportRhinoDocument()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoDocument()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_initrhinoinstances", "label": "InitRhinoInstances()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InitRhinoInstances()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_importrhinouserstrings", "label": "ImportRhinoUserStrings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoUserStrings()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_importrhinogeometry", "label": "ImportRhinoGeometry()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoGeometry()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_importrhinogeometryobject", "label": "ImportRhinoGeometryObject()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoGeometryObject()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_importrhinogeometryasmesh", "label": "ImportRhinoGeometryAsMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportRhinoGeometryAsMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 17}, {"id": "o3dv_min_skip", "label": "Skip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_readarraybuffer", "label": "ReadArrayBuffer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadArrayBuffer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readboolean8", "label": "ReadBoolean8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadBoolean8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_readcharacter8", "label": "ReadCharacter8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadCharacter8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readunsignedcharacter8", "label": "ReadUnsignedCharacter8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadUnsignedCharacter8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readinteger16", "label": "ReadInteger16()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadInteger16()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readunsignedinteger16", "label": "ReadUnsignedInteger16()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadUnsignedInteger16()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_readinteger32", "label": "ReadInteger32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadInteger32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readunsignedinteger32", "label": "ReadUnsignedInteger32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadUnsignedInteger32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_readfloat32", "label": "ReadFloat32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadFloat32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_readdouble64", "label": "ReadDouble64()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadDouble64()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addnode", "label": "AddNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AddNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_getnodes", "label": "GetNodes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetNodes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_processbinary", "label": "ProcessBinary()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessBinary()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_readmainchunk", "label": "ReadMainChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadMainChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readeditorchunk", "label": "ReadEditorChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadEditorChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readmaterialchunk", "label": "ReadMaterialChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadMaterialChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_readtexturemapchunk", "label": "ReadTextureMapChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadTextureMapChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readcolorchunk", "label": "ReadColorChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadColorChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readpercentagechunk", "label": "ReadPercentageChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadPercentageChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readobjectchunk", "label": "ReadObjectChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadObjectChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readmeshchunk", "label": "ReadMeshChunk()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadMeshChunk()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_readverticeschunk", "label": "ReadVerticesChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadVerticesChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readtextureverticeschunk", "label": "ReadTextureVerticesChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadTextureVerticesChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readfaceschunk", "label": "ReadFacesChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadFacesChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_readfacematerialschunk", "label": "ReadFaceMaterialsChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadFaceMaterialsChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_readfacesmoothinggroupschunk", "label": "ReadFaceSmoothingGroupsChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadFaceSmoothingGroupsChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readtransformationchunk", "label": "ReadTransformationChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadTransformationChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_readkeyframechunk", "label": "ReadKeyFrameChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadKeyFrameChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_buildnodehierarchy", "label": "BuildNodeHierarchy()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BuildNodeHierarchy()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_readobjectnodechunk", "label": "ReadObjectNodeChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadObjectNodeChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readname", "label": "ReadName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadName()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readvector", "label": "ReadVector()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadVector()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_readchunks", "label": "ReadChunks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadChunks()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_getchunkend", "label": "GetChunkEnd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GetChunkEnd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_skipchunk", "label": "SkipChunk()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SkipChunk()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_uc", "label": "Uc()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Uc()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_zb", "label": "zb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "zb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setcomponenttype", "label": "SetComponentType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetComponentType()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setdatatype", "label": "SetDataType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetDataType()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setbytestride", "label": "SetByteStride()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetByteStride()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setdatacount", "label": "SetDataCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetDataCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setsparsereader", "label": "SetSparseReader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetSparseReader()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getdatacount", "label": "GetDataCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDataCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_readdata", "label": "ReadData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadData()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_enumeratedata", "label": "EnumerateData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateData()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_skipbytes", "label": "SkipBytes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SkipBytes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_readcomponent", "label": "ReadComponent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadComponent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_skipbytesbystride", "label": "SkipBytesByStride()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SkipBytesByStride()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getcomponentsize", "label": "GetComponentSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetComponentSize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_loadlibraries", "label": "LoadLibraries()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadLibraries()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getunsupportedextensions", "label": "GetUnsupportedExtensions()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetUnsupportedExtensions()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_processmaterial", "label": "ProcessMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_processtexture", "label": "ProcessTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_processprimitive", "label": "ProcessPrimitive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessPrimitive()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_processgltf", "label": "ProcessGltf()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessGltf()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_processbinarygltf", "label": "ProcessBinaryGltf()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessBinaryGltf()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_processmainfile", "label": "ProcessMainFile()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessMainFile()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_importmodel", "label": "ImportModel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportModel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_importproperties", "label": "ImportProperties()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportProperties()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 17}, {"id": "o3dv_min_getdefaultscene", "label": "GetDefaultScene()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDefaultScene()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_importmaterial", "label": "ImportMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_importtexture", "label": "ImportTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_importmesh", "label": "ImportMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_importprimitive", "label": "ImportPrimitive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportPrimitive()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_importscene", "label": "ImportScene()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportScene()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_importnode", "label": "ImportNode()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportNode()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_getreaderfrombufferview", "label": "GetReaderFromBufferView()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetReaderFromBufferView()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getreaderfromaccessor", "label": "GetReaderFromAccessor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetReaderFromAccessor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_getreaderfromsparseaccessor", "label": "GetReaderFromSparseAccessor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetReaderFromSparseAccessor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_importifccontent", "label": "ImportIfcContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportIfcContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_importifcmesh", "label": "ImportIfcMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportIfcMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_getmaterialindexbycolor", "label": "GetMaterialIndexByColor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMaterialIndexByColor()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_getifcstring", "label": "GetIFCString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetIFCString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_decodeifcstring", "label": "DecodeIFCString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DecodeIFCString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_adduv", "label": "AddUV()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddUV()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_df", "label": "Df()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Df()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_processline", "label": "ProcessLine()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessLine()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 19}, {"id": "o3dv_min_addnewmesh", "label": "AddNewMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddNewMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_processmeshparameter", "label": "ProcessMeshParameter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessMeshParameter()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_processmaterialparameter", "label": "ProcessMaterialParameter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessMaterialParameter()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_processlinecommand", "label": "ProcessLineCommand()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessLineCommand()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_processfacecommand", "label": "ProcessFaceCommand()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessFaceCommand()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_getrelativeindex", "label": "GetRelativeIndex()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetRelativeIndex()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setformat", "label": "SetFormat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetFormat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addelement", "label": "AddElement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddElement()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getelements", "label": "GetElements()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetElements()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addsingleformat", "label": "AddSingleFormat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddSingleFormat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addlistformat", "label": "AddListFormat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddListFormat()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getelement", "label": "GetElement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetElement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_check", "label": "Check()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getheadercontent", "label": "GetHeaderContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetHeaderContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_readheader", "label": "ReadHeader()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadHeader()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_readasciicontent", "label": "ReadAsciiContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadAsciiContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_readbinarycontent", "label": "ReadBinaryContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReadBinaryContent()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_importresultjson", "label": "ImportResultJson()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportResultJson()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_isbinarystlfile", "label": "IsBinaryStlFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsBinaryStlFile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_importelement", "label": "ImportElement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportElement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_qb", "label": "Qb()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Qb()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_jy", "label": "jy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ns", "label": "nS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "nS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ff", "label": "Ff()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ff()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_yy", "label": "Yy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Yy()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_os", "label": "oS()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "oS()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_as", "label": "aS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "aS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ls", "label": "lS()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lS()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_cs", "label": "cS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_zy", "label": "Zy()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zy()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parseconnections", "label": "parseConnections()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseConnections()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_parseimages", "label": "parseImages()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseImages()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_parseimage", "label": "parseImage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseImage()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parsetextures", "label": "parseTextures()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseTextures()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsetexture", "label": "parseTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_loadtexture", "label": "loadTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loadTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_parsematerials", "label": "parseMaterials()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseMaterials()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsematerial", "label": "parseMaterial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseMaterial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_parseparameters", "label": "parseParameters()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseParameters()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_gettexture", "label": "getTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_parsedeformers", "label": "parseDeformers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseDeformers()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_parseskeleton", "label": "parseSkeleton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseSkeleton()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsemorphtargets", "label": "parseMorphTargets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseMorphTargets()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsescene", "label": "parseScene()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "parseScene()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_parsemodels", "label": "parseModels()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseModels()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_buildskeleton", "label": "buildSkeleton()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buildSkeleton()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_createcamera", "label": "createCamera()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createCamera()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_createlight", "label": "createLight()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createLight()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_createmesh", "label": "createMesh()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createMesh()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_createcurve", "label": "createCurve()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createCurve()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_gettransformdata", "label": "getTransformData()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getTransformData()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setlookatproperties", "label": "setLookAtProperties()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setLookAtProperties()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_bindskeleton", "label": "bindSkeleton()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bindSkeleton()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_parseposenodes", "label": "parsePoseNodes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parsePoseNodes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_addglobalscenesettings", "label": "addGlobalSceneSettings()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addGlobalSceneSettings()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsegeometry", "label": "parseGeometry()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseGeometry()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsemeshgeometry", "label": "parseMeshGeometry()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseMeshGeometry()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_gengeometry", "label": "genGeometry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "genGeometry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_parsegeonode", "label": "parseGeoNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseGeoNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_genbuffers", "label": "genBuffers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "genBuffers()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getnormalnewell", "label": "getNormalNewell()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getNormalNewell()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getnormaltangentandbitangent", "label": "getNormalTangentAndBitangent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getNormalTangentAndBitangent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_flattenvertex", "label": "flattenVertex()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "flattenVertex()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_genface", "label": "genFace()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "genFace()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_addmorphtargets", "label": "addMorphTargets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addMorphTargets()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_genmorphgeometry", "label": "genMorphGeometry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "genMorphGeometry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsenormals", "label": "parseNormals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNormals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parseuvs", "label": "parseUVs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseUVs()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parsevertexcolors", "label": "parseVertexColors()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseVertexColors()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsematerialindices", "label": "parseMaterialIndices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseMaterialIndices()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parsenurbsgeometry", "label": "parseNurbsGeometry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNurbsGeometry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_parseclips", "label": "parseClips()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseClips()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_parseanimationcurvenodes", "label": "parseAnimationCurveNodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseAnimationCurveNodes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_parseanimationcurves", "label": "parseAnimationCurves()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseAnimationCurves()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_parseanimationlayers", "label": "parseAnimationLayers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseAnimationLayers()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_parseanimstacks", "label": "parseAnimStacks()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseAnimStacks()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addclip", "label": "addClip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "addClip()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_generatetracks", "label": "generateTracks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "generateTracks()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_generatevectortrack", "label": "generateVectorTrack()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generateVectorTrack()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_generaterotationtrack", "label": "generateRotationTrack()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generateRotationTrack()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_generatemorphtrack", "label": "generateMorphTrack()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "generateMorphTrack()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gettimesforallaxes", "label": "getTimesForAllAxes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getTimesForAllAxes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getkeyframetrackvalues", "label": "getKeyframeTrackValues()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getKeyframeTrackValues()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_interpolaterotations", "label": "interpolateRotations()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "interpolateRotations()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_getprevnode", "label": "getPrevNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getPrevNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getcurrentnode", "label": "getCurrentNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getCurrentNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getcurrentprop", "label": "getCurrentProp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getCurrentProp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_pushstack", "label": "pushStack()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "pushStack()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_popstack", "label": "popStack()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "popStack()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_setcurrentprop", "label": "setCurrentProp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setCurrentProp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_parsenodebegin", "label": "parseNodeBegin()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNodeBegin()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_parsenodeattr", "label": "parseNodeAttr()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNodeAttr()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_parsenodeproperty", "label": "parseNodeProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNodeProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_parsenodepropertycontinued", "label": "parseNodePropertyContinued()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNodePropertyContinued()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsenodespecialproperty", "label": "parseNodeSpecialProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNodeSpecialProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_endofcontent", "label": "endOfContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "endOfContent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_parsenode", "label": "parseNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseNode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_parsesubnode", "label": "parseSubNode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parseSubNode()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_parseproperty", "label": "parseProperty()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parseProperty()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 17}, {"id": "o3dv_min_getoffset", "label": "getOffset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getOffset()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_size", "label": "size()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "size()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getboolean", "label": "getBoolean()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getBoolean()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getbooleanarray", "label": "getBooleanArray()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getBooleanArray()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getuint8", "label": "getUint8()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getUint8()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getint16", "label": "getInt16()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInt16()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getint32", "label": "getInt32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInt32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getint32array", "label": "getInt32Array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInt32Array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getuint32", "label": "getUint32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getUint32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getint64", "label": "getInt64()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInt64()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getint64array", "label": "getInt64Array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getInt64Array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getuint64", "label": "getUint64()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getUint64()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getfloat32", "label": "getFloat32()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFloat32()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getfloat32array", "label": "getFloat32Array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFloat32Array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getfloat64", "label": "getFloat64()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFloat64()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getfloat64array", "label": "getFloat64Array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getFloat64Array()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getarraybuffer", "label": "getArrayBuffer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getArrayBuffer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getstring", "label": "getString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_fs", "label": "fS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ds", "label": "dS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ps", "label": "pS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_kf", "label": "kf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "kf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_gc", "label": "Gc()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gc()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_pm", "label": "pm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_qy", "label": "Qy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Qy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_keys", "label": "keys()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "keys()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 31}, {"id": "o3dv_min_values", "label": "values()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "values()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_mapvalues", "label": "mapValues()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mapValues()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_map", "label": "map()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "map()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 40}, {"id": "o3dv_min_flatten", "label": "flatten()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "flatten()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 11}, {"id": "o3dv_min_first", "label": "first()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "first()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_last", "label": "last()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "last()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_foreach", "label": "forEach()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "forEach()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 58}, {"id": "o3dv_min_isstring", "label": "isString()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isString()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_isundefined", "label": "isUndefined()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isUndefined()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_isfunction", "label": "isFunction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isFunction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_drop", "label": "drop()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "drop()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_dropright", "label": "dropRight()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dropRight()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_filter", "label": "filter()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "filter()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 22}, {"id": "o3dv_min_reject", "label": "reject()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "reject()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_pick", "label": "pick()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pick()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_has", "label": "has()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "has()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 49}, {"id": "o3dv_min_contains", "label": "contains()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "contains()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 21}, {"id": "o3dv_min_clonearr", "label": "cloneArr()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "cloneArr()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_cloneobj", "label": "cloneObj()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cloneObj()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_find", "label": "find()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "find()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_findall", "label": "findAll()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "findAll()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_reduce", "label": "reduce()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "reduce()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 18}, {"id": "o3dv_min_compact", "label": "compact()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "compact()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_uniq", "label": "uniq()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uniq()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_partial", "label": "partial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "partial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_isarray", "label": "isArray()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "isArray()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 32}, {"id": "o3dv_min_isregexp", "label": "isRegExp()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isRegExp()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_isobject", "label": "isObject()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isObject()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_every", "label": "every()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "every()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_difference", "label": "difference()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "difference()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_some", "label": "some()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "some()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_indexof", "label": "indexOf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "indexOf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 31}, {"id": "o3dv_min_sortby", "label": "sortBy()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sortBy()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_zipobject", "label": "zipObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "zipObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_assign", "label": "assign()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "assign()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_assignnooverwrite", "label": "assignNoOverwrite()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "assignNoOverwrite()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_defaults", "label": "defaults()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "defaults()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_groupby", "label": "groupBy()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "groupBy()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_merge", "label": "merge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "merge()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_noop", "label": "NOOP()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NOOP()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_packarray", "label": "packArray()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "packArray()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_print_error", "label": "PRINT_ERROR()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PRINT_ERROR()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_print_warning", "label": "PRINT_WARNING()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PRINT_WARNING()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ises2015mapsupported", "label": "isES2015MapSupported()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isES2015MapSupported()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_peek", "label": "peek()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "peek()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_timer", "label": "timer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "timer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_tofastproperties", "label": "toFastProperties()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "toFastProperties()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_o", "label": "o()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "o()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_a", "label": "a()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "a()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 19}, {"id": "o3dv_min_c", "label": "c()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "c()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 25}, {"id": "o3dv_min_s", "label": "s()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "s()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 30}, {"id": "o3dv_min", "label": "_()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 150}, {"id": "o3dv_min_h", "label": "h()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "h()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 16}, {"id": "o3dv_min_f", "label": "f()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "f()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 15}, {"id": "o3dv_min_k", "label": "k()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "k()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_q", "label": "q()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "q()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_lex", "label": "lex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lex()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_addextension", "label": "addExtension()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addExtension()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_createloader", "label": "CreateLoader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateLoader()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getmainobject", "label": "GetMainObject()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMainObject()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ismeshvisible", "label": "IsMeshVisible()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsMeshVisible()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_loadmodel", "label": "LoadModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadModel()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_onthreeobjectsloaded", "label": "OnThreeObjectsLoaded()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnThreeObjectsLoaded()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_convertthreemesh", "label": "ConvertThreeMesh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ConvertThreeMesh()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_findorcreatematerial", "label": "FindOrCreateMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FindOrCreateMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_convertthreematerial", "label": "ConvertThreeMaterial()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConvertThreeMaterial()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_convertthreecolor", "label": "ConvertThreeColor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConvertThreeColor()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_zs", "label": "ZS()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ZS()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_jf", "label": "Jf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Jf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_isconvertible", "label": "IsConvertible()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsConvertible()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getobjectlisttoconvert", "label": "GetObjectListToConvert()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetObjectListToConvert()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_issupportedtype", "label": "IsSupportedType()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsSupportedType()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_hasfile", "label": "HasFile()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HasFile()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_loaddocumentxml", "label": "LoadDocumentXml()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadDocumentXml()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 13}, {"id": "o3dv_min_loadguidocumentxml", "label": "LoadGuiDocumentXml()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadGuiDocumentXml()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getpropertiesfromelement", "label": "GetPropertiesFromElement()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPropertiesFromElement()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getxmlcontent", "label": "GetXMLContent()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetXMLContent()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getfirstchildvalue", "label": "GetFirstChildValue()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFirstChildValue()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_convertobjects", "label": "ConvertObjects()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConvertObjects()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_onfileconverted", "label": "OnFileConverted()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OnFileConverted()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_getfilebuffer", "label": "GetFileBuffer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFileBuffer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_addimporter", "label": "AddImporter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddImporter()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_importfiles", "label": "ImportFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_loadfiles", "label": "LoadFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_importloadedfiles", "label": "ImportLoadedFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportLoadedFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_importloadedmainfile", "label": "ImportLoadedMainFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ImportLoadedMainFile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_decompressarchives", "label": "DecompressArchives()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DecompressArchives()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getfilelist", "label": "GetFileList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFileList()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_hasimportablefile", "label": "HasImportableFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HasImportableFile()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getimportablefiles", "label": "GetImportableFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetImportableFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_createshapes", "label": "createShapes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createShapes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getstrokestyle", "label": "getStrokeStyle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getStrokeStyle()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_pointstostroke", "label": "pointsToStroke()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pointsToStroke()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_pointstostrokewithbuffers", "label": "pointsToStrokeWithBuffers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pointsToStrokeWithBuffers()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 20}, {"id": "o3dv_min_addvertices", "label": "AddVertices()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddVertices()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_resetcurve", "label": "ResetCurve()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResetCurve()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addtriangleinverted", "label": "AddTriangleInverted()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddTriangleInverted()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addconvexpolygon", "label": "AddConvexPolygon()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddConvexPolygon()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_addconvexpolygoninverted", "label": "AddConvexPolygonInverted()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddConvexPolygonInverted()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_generatesurfacebetweenpolygons", "label": "GenerateSurfaceBetweenPolygons()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateSurfaceBetweenPolygons()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_generatetrianglefan", "label": "GenerateTriangleFan()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateTriangleFan()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_gx", "label": "gx()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "gx()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_um", "label": "Um()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Um()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 14}, {"id": "o3dv_min_vx", "label": "vx()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "vx()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_bm", "label": "Bm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Bm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_gm", "label": "Gm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_tx", "label": "Tx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_qf", "label": "Qf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Qf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setrootobject", "label": "SetRootObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetRootObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getrootobject", "label": "GetRootObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetRootObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addobject", "label": "AddObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setmainobject", "label": "SetMainObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMainObject()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_setedgesettings", "label": "SetEdgeSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetEdgeSettings()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_generateedgemodel", "label": "GenerateEdgeModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GenerateEdgeModel()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_clearedgemodel", "label": "ClearEdgeModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ClearEdgeModel()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_enumeratelines", "label": "EnumerateLines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateLines()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_enumeratemeshesandlines", "label": "EnumerateMeshesAndLines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateMeshesAndLines()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_enumerateedges", "label": "EnumerateEdges()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateEdges()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_haslinesoredges", "label": "HasLinesOrEdges()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HasLinesOrEdges()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_updatepolygonoffset", "label": "UpdatePolygonOffset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdatePolygonOffset()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_getmeshintersectionundermouse", "label": "GetMeshIntersectionUnderMouse()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshIntersectionUnderMouse()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_integertostring", "label": "IntegerToString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IntegerToString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_stringtointeger", "label": "StringToInteger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "StringToInteger()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_numbertostring", "label": "NumberToString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberToString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_stringtonumber", "label": "StringToNumber()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "StringToNumber()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_environmentsettingstostring", "label": "EnvironmentSettingsToString()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EnvironmentSettingsToString()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addmodelurls", "label": "AddModelUrls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddModelUrls()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addcamera", "label": "AddCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddCamera()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addprojectionmode", "label": "AddProjectionMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddProjectionMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addenvironmentsettings", "label": "AddEnvironmentSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddEnvironmentSettings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_addbackgroundcolor", "label": "AddBackgroundColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddBackgroundColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_adddefaultcolor", "label": "AddDefaultColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddDefaultColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_adddefaultlinecolor", "label": "AddDefaultLineColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddDefaultLineColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addedgesettings", "label": "AddEdgeSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AddEdgeSettings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_addurlpart", "label": "AddUrlPart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AddUrlPart()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_getparameterlist", "label": "GetParameterList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetParameterList()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getmodelurls", "label": "GetModelUrls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetModelUrls()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getcamera", "label": "GetCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetCamera()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_getprojectionmode", "label": "GetProjectionMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetProjectionMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getenvironmentsettings", "label": "GetEnvironmentSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetEnvironmentSettings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getbackgroundcolor", "label": "GetBackgroundColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetBackgroundColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getdefaultcolor", "label": "GetDefaultColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDefaultColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getdefaultlinecolor", "label": "GetDefaultLineColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDefaultLineColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getedgesettings", "label": "GetEdgeSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetEdgeSettings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getkeywordparams", "label": "GetKeywordParams()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetKeywordParams()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_hm", "label": "Hm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_mx", "label": "Mx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ex", "label": "Ex()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ex()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_ontextureneeded", "label": "OnTextureNeeded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OnTextureNeeded()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_ontextureloaded", "label": "OnTextureLoaded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OnTextureLoaded()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_onmodelloaded", "label": "OnModelLoaded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OnModelLoaded()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_finish", "label": "Finish()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Finish()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getnodeitems", "label": "GetNodeItems()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetNodeItems()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getthreematerial", "label": "GetThreeMaterial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetThreeMaterial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_createthreefacematerial", "label": "CreateThreeFaceMaterial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateThreeFaceMaterial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_createthreelinematerial", "label": "CreateThreeLineMaterial()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateThreeLineMaterial()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_loadfacetexture", "label": "LoadFaceTexture()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadFaceTexture()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_processitem", "label": "ProcessItem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcessItem()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_inprogress", "label": "InProgress()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "InProgress()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getimporter", "label": "GetImporter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetImporter()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getdefaultmaterials", "label": "GetDefaultMaterials()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDefaultMaterials()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_replacedefaultmaterialscolor", "label": "ReplaceDefaultMaterialsColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReplaceDefaultMaterialsColor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_revokeobjecturls", "label": "RevokeObjectUrls()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RevokeObjectUrls()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_destroy", "label": "Destroy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Destroy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_zn", "label": "zn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "zn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_nd", "label": "nd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_id", "label": "id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_rd", "label": "rd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_wm", "label": "Wm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_bx", "label": "bx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_sx", "label": "Sx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ax", "label": "Ax()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ax()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_cx", "label": "Cx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ix", "label": "Ix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_xm", "label": "Xm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Xm()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_rx", "label": "Rx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Rx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_px", "label": "Px()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Px()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_nx", "label": "Nx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Nx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_lx", "label": "Lx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Lx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ox", "label": "Ox()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ox()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_down", "label": "Down()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Down()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_move", "label": "Move()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Move()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 9}, {"id": "o3dv_min_up", "label": "Up()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Up()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_leave", "label": "Leave()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Leave()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_isbuttondown", "label": "IsButtonDown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsButtonDown()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getbutton", "label": "GetButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetButton()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getmovediff", "label": "GetMoveDiff()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMoveDiff()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getpositionfromevent", "label": "GetPositionFromEvent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetPositionFromEvent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_start", "label": "Start()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Start()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_isfingerdown", "label": "IsFingerDown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IsFingerDown()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getfingercount", "label": "GetFingerCount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFingerCount()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getdistancediff", "label": "GetDistanceDiff()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetDistanceDiff()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_gettouchdistancefromevent", "label": "GetTouchDistanceFromEvent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetTouchDistanceFromEvent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_cancel", "label": "Cancel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_isclick", "label": "IsClick()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IsClick()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setmouseclickhandler", "label": "SetMouseClickHandler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMouseClickHandler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setmousemovehandler", "label": "SetMouseMoveHandler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMouseMoveHandler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setcontextmenuhandler", "label": "SetContextMenuHandler()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SetContextMenuHandler()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getnavigationmode", "label": "GetNavigationMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetNavigationMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_setnavigationmode", "label": "SetNavigationMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetNavigationMode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setcamera", "label": "SetCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetCamera()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_movecamera", "label": "MoveCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MoveCamera()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_getfittospherecamera", "label": "GetFitToSphereCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GetFitToSphereCamera()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_onmousedown", "label": "OnMouseDown()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnMouseDown()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_onmousemove", "label": "OnMouseMove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OnMouseMove()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_onmouseup", "label": "OnMouseUp()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnMouseUp()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_onmouseleave", "label": "OnMouseLeave()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnMouseLeave()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ontouchstart", "label": "OnTouchStart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnTouchStart()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_ontouchmove", "label": "OnTouchMove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OnTouchMove()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 12}, {"id": "o3dv_min_ontouchend", "label": "OnTouchEnd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnTouchEnd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_onmousewheel", "label": "OnMouseWheel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnMouseWheel()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_oncontextmenu", "label": "OnContextMenu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnContextMenu()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_orbit", "label": "Orbit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Orbit()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 10}, {"id": "o3dv_min_pan", "label": "Pan()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Pan()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_zoom", "label": "Zoom()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Zoom()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 7}, {"id": "o3dv_min_click", "label": "Click()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Click()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_context", "label": "Context()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Context()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setshadingtype", "label": "SetShadingType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetShadingType()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setprojectionmode", "label": "SetProjectionMode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetProjectionMode()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_updateshading", "label": "UpdateShading()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateShading()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_setenvironmentmapsettings", "label": "SetEnvironmentMapSettings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetEnvironmentMapSettings()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_updatebycamera", "label": "UpdateByCamera()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateByCamera()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_sd", "label": "sd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sd()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_od", "label": "od()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "od()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_forceupdate", "label": "ForceUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ForceUpdate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_validateperspective", "label": "ValidatePerspective()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidatePerspective()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_validateorthographic", "label": "ValidateOrthographic()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidateOrthographic()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setdirection", "label": "SetDirection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SetDirection()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 8}, {"id": "o3dv_min_setfixed", "label": "SetFixed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetFixed()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_flip", "label": "Flip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flip()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setbackgroundcolor", "label": "SetBackgroundColor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetBackgroundColor()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getcanvas", "label": "GetCanvas()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetCanvas()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_resize", "label": "Resize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Resize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_resizerenderer", "label": "ResizeRenderer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResizeRenderer()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 6}, {"id": "o3dv_min_fitspheretowindow", "label": "FitSphereToWindow()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FitSphereToWindow()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_adjustclippingplanes", "label": "AdjustClippingPlanes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustClippingPlanes()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_adjustclippingplanestosphere", "label": "AdjustClippingPlanesToSphere()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustClippingPlanesToSphere()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setupvector", "label": "SetUpVector()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetUpVector()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_flipupvector", "label": "FlipUpVector()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FlipUpVector()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_render", "label": "Render()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 48}, {"id": "o3dv_min_addextraobject", "label": "AddExtraObject()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AddExtraObject()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_clearextra", "label": "ClearExtra()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ClearExtra()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_setmeshesvisibility", "label": "SetMeshesVisibility()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMeshesVisibility()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_setmesheshighlight", "label": "SetMeshesHighlight()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SetMeshesHighlight()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_getmeshuserdataundermouse", "label": "GetMeshUserDataUnderMouse()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetMeshUserDataUnderMouse()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_enumeratemeshesandlinesuserdata", "label": "EnumerateMeshesAndLinesUserData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EnumerateMeshesAndLinesUserData()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_initnavigation", "label": "InitNavigation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InitNavigation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_initshading", "label": "InitShading()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "InitShading()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getshadingtype", "label": "GetShadingType()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetShadingType()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_getimagesize", "label": "GetImageSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetImageSize()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 3}, {"id": "o3dv_min_getcanvassize", "label": "GetCanvasSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetCanvasSize()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_getimageasdataurl", "label": "GetImageAsDataUrl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GetImageAsDataUrl()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_loadmodelfromurllist", "label": "LoadModelFromUrlList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadModelFromUrlList()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_loadmodelfromfilelist", "label": "LoadModelFromFileList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadModelFromFileList()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 4}, {"id": "o3dv_min_loadmodelfrominputfiles", "label": "LoadModelFromInputFiles()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoadModelFromInputFiles()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 5}, {"id": "o3dv_min_getviewer", "label": "GetViewer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "GetViewer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "o3dv_min_ym", "label": "Ym()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ym()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_dx", "label": "Dx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 2}, {"id": "o3dv_min_fx", "label": "Fx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/o3dv.min.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "label": "occt-import-js.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "occt-import-js.js", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 173}, {"id": "occt_import_js_locatefile", "label": "locateFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "locateFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_assert", "label": "assert()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "assert()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_updatememoryviews", "label": "updateMemoryViews()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "updateMemoryViews()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_prerun", "label": "preRun()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "preRun()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_initruntime", "label": "initRuntime()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "initRuntime()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_postrun", "label": "postRun()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "postRun()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_addonprerun", "label": "addOnPreRun()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addOnPreRun()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_addoninit", "label": "addOnInit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addOnInit()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_addonpostrun", "label": "addOnPostRun()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addOnPostRun()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_getuniquerundependency", "label": "getUniqueRunDependency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getUniqueRunDependency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_addrundependency", "label": "addRunDependency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "addRunDependency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_removerundependency", "label": "removeRunDependency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "removeRunDependency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_abort", "label": "abort()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "abort()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_findwasmbinary", "label": "findWasmBinary()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "findWasmBinary()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_getbinarysync", "label": "getBinarySync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getBinarySync()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_getbinarypromise", "label": "getBinaryPromise()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getBinaryPromise()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_instantiatearraybuffer", "label": "instantiateArrayBuffer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "instantiateArrayBuffer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_instantiateasync", "label": "instantiateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "instantiateAsync()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_getwasmimports", "label": "getWasmImports()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getWasmImports()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_createwasm", "label": "createWasm()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createWasm()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_exitstatus", "label": "ExitStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ExitStatus()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_trim", "label": "trim()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "trim()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_intarrayfromstring", "label": "intArrayFromString()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "intArrayFromString()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_init", "label": "init()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "init()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_shutdown", "label": "shutdown()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "shutdown()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_register", "label": "register()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "register()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_open", "label": "open()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "open()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 19}, {"id": "occt_import_js_close", "label": "close()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "close()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 10}, {"id": "occt_import_js_fsync", "label": "fsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fsync()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_read", "label": "read()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "read()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 13}, {"id": "occt_import_js_write", "label": "write()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "write()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 237}, {"id": "occt_import_js_get_char", "label": "get_char()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_char()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_put_char", "label": "put_char()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "put_char()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_ioctl_tcgets", "label": "ioctl_tcgets()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ioctl_tcgets()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_ioctl_tcsets", "label": "ioctl_tcsets()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ioctl_tcsets()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_ioctl_tiocgwinsz", "label": "ioctl_tiocgwinsz()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ioctl_tiocgwinsz()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_mount", "label": "mount()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mount()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_createnode", "label": "createNode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createNode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 11}, {"id": "occt_import_js_getfiledataastypedarray", "label": "getFileDataAsTypedArray()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getFileDataAsTypedArray()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_expandfilestorage", "label": "expandFileStorage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "expandFileStorage()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_resizefilestorage", "label": "resizeFileStorage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resizeFileStorage()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_getattr", "label": "getattr()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getattr()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 24}, {"id": "occt_import_js_setattr", "label": "setattr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setattr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_lookup", "label": "lookup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lookup()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_mknod", "label": "mknod()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mknod()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 8}, {"id": "occt_import_js_rename", "label": "rename()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rename()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 10}, {"id": "occt_import_js_unlink", "label": "unlink()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unlink()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 18}, {"id": "occt_import_js_rmdir", "label": "rmdir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rmdir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 8}, {"id": "occt_import_js_readdir", "label": "readdir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "readdir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_symlink", "label": "symlink()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "symlink()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_readlink", "label": "readlink()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "readlink()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_llseek", "label": "llseek()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "llseek()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_allocate", "label": "allocate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "allocate()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_mmap", "label": "mmap()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mmap()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_msync", "label": "msync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "msync()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_processdata", "label": "processData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "processData()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_constructor", "label": "constructor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "constructor()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_object", "label": "object()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "object()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_isread", "label": "isRead()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isRead()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_iswrite", "label": "isWrite()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isWrite()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_isappend", "label": "isAppend()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isAppend()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_flags", "label": "flags()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "flags()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_position", "label": "position()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "position()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_isfolder", "label": "isFolder()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isFolder()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_isdevice", "label": "isDevice()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isDevice()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_lookuppath", "label": "lookupPath()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "lookupPath()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 24}, {"id": "occt_import_js_getpath", "label": "getPath()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getPath()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 9}, {"id": "occt_import_js_hashname", "label": "hashName()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hashName()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_hashaddnode", "label": "hashAddNode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hashAddNode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_hashremovenode", "label": "hashRemoveNode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hashRemoveNode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_lookupnode", "label": "lookupNode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lookupNode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 10}, {"id": "occt_import_js_destroynode", "label": "destroyNode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "destroyNode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_isroot", "label": "isRoot()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isRoot()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_ismountpoint", "label": "isMountpoint()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isMountpoint()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_isfile", "label": "isFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 8}, {"id": "occt_import_js_isdir", "label": "isDir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isDir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 15}, {"id": "occt_import_js_islink", "label": "isLink()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isLink()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_ischrdev", "label": "isChrdev()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isChrdev()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_isblkdev", "label": "isBlkdev()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isBlkdev()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_isfifo", "label": "isFIFO()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isFIFO()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_issocket", "label": "isSocket()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isSocket()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_flagstopermissionstring", "label": "flagsToPermissionString()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "flagsToPermissionString()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_nodepermissions", "label": "nodePermissions()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "nodePermissions()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 9}, {"id": "occt_import_js_maylookup", "label": "mayLookup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mayLookup()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_maycreate", "label": "mayCreate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mayCreate()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_maydelete", "label": "mayDelete()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mayDelete()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 9}, {"id": "occt_import_js_mayopen", "label": "mayOpen()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mayOpen()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_nextfd", "label": "nextfd()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "nextfd()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_getstreamchecked", "label": "getStreamChecked()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getStreamChecked()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_createstream", "label": "createStream()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createStream()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_closestream", "label": "closeStream()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "closeStream()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_dupstream", "label": "dupStream()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dupStream()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_registerdevice", "label": "registerDevice()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "registerDevice()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_getmounts", "label": "getMounts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getMounts()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syncfs", "label": "syncfs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "syncfs()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_unmount", "label": "unmount()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "unmount()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_create", "label": "create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_mkdir", "label": "mkdir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mkdir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_mkdirtree", "label": "mkdirTree()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "mkdirTree()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_mkdev", "label": "mkdev()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mkdev()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_stat", "label": "stat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "stat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_lstat", "label": "lstat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lstat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_chmod", "label": "chmod()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "chmod()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_lchmod", "label": "lchmod()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lchmod()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_fchmod", "label": "fchmod()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fchmod()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_chown", "label": "chown()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chown()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_lchown", "label": "lchown()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lchown()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_fchown", "label": "fchown()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fchown()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_truncate", "label": "truncate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "truncate()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 8}, {"id": "occt_import_js_ftruncate", "label": "ftruncate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ftruncate()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_utime", "label": "utime()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utime()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_isclosed", "label": "isClosed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isClosed()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_ioctl", "label": "ioctl()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ioctl()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_readfile", "label": "readFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "readFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_writefile", "label": "writeFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "writeFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_chdir", "label": "chdir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chdir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_createdefaultdirectories", "label": "createDefaultDirectories()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createDefaultDirectories()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_createdefaultdevices", "label": "createDefaultDevices()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createDefaultDevices()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_createspecialdirectories", "label": "createSpecialDirectories()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createSpecialDirectories()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_createstandardstreams", "label": "createStandardStreams()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createStandardStreams()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_staticinit", "label": "staticInit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "staticInit()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_quit", "label": "quit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "quit()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_findobject", "label": "findObject()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "findObject()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_analyzepath", "label": "analyzePath()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "analyzePath()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_createpath", "label": "createPath()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createPath()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_createfile", "label": "createFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_createdatafile", "label": "createDataFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createDataFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_createdevice", "label": "createDevice()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createDevice()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_forceloadfile", "label": "forceLoadFile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "forceLoadFile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_createlazyfile", "label": "createLazyFile()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createLazyFile()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_calculateat", "label": "calculateAt()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "calculateAt()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_dostat", "label": "doStat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "doStat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 7}, {"id": "occt_import_js_domsync", "label": "doMsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "doMsync()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_getstreamfromfd", "label": "getStreamFromFD()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getStreamFromFD()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 11}, {"id": "occt_import_js_getstr", "label": "getStr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getStr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 9}, {"id": "occt_import_js_syscall_chmod", "label": "___syscall_chmod()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_chmod()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_faccessat", "label": "___syscall_faccessat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_faccessat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_syscallgetvarargi", "label": "syscallGetVarargI()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "syscallGetVarargI()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_fcntl64", "label": "___syscall_fcntl64()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_fcntl64()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_syscall_fstat64", "label": "___syscall_fstat64()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_fstat64()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_ioctl", "label": "___syscall_ioctl()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_ioctl()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_syscall_lstat64", "label": "___syscall_lstat64()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_lstat64()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_newfstatat", "label": "___syscall_newfstatat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_newfstatat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_syscall_openat", "label": "___syscall_openat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_openat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_syscall_rmdir", "label": "___syscall_rmdir()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_rmdir()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_stat64", "label": "___syscall_stat64()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_stat64()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_syscall_unlinkat", "label": "___syscall_unlinkat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "___syscall_unlinkat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 6}, {"id": "occt_import_js_oncomplete", "label": "onComplete()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onComplete()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_sharedregistertype", "label": "sharedRegisterType()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sharedRegisterType()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_registertype", "label": "registerType()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "registerType()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_readpointer", "label": "readPointer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "readPointer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_usesdestructorstack", "label": "usesDestructorStack()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "usesDestructorStack()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_newfunc", "label": "newFunc()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "newFunc()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_createjsinvoker", "label": "createJsInvoker()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createJsInvoker()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_craftinvokerfunction", "label": "craftInvokerFunction()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "craftInvokerFunction()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 4}, {"id": "occt_import_js_makedyncaller", "label": "makeDynCaller()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "makeDynCaller()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_visit", "label": "visit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "visit()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_decodememoryview", "label": "decodeMemoryView()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "decodeMemoryView()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_fromwiretype", "label": "fromWireType()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fromWireType()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_towiretype", "label": "toWireType()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "toWireType()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_destructorfunction", "label": "destructorFunction()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "destructorFunction()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_lookup_name", "label": "lookup_name()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lookup_name()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_lookup_addr", "label": "lookup_addr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lookup_addr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 1}, {"id": "occt_import_js_localtime_js", "label": "__localtime_js()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__localtime_js()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_munmap_js", "label": "__munmap_js()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__munmap_js()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_jsstacktrace", "label": "jsStackTrace()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "jsStackTrace()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_getcallstack", "label": "getCallstack()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getCallstack()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_emscripten_get_callstack", "label": "_emscripten_get_callstack()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_emscripten_get_callstack()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_fd_close", "label": "_fd_close()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fd_close()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "occt_import_js_fd_read", "label": "_fd_read()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_fd_read()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_fd_seek", "label": "_fd_seek()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_fd_seek()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 5}, {"id": "occt_import_js_fd_write", "label": "_fd_write()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_fd_write()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 2}, {"id": "occt_import_js_run", "label": "run()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_worker_js", "label": "occt-import-js-worker.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "occt-import-js-worker.js", "community": 291, "community_name": "Community 291", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/lib/o3dv/libs/loaders/occt-import-js-worker.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_3d_viewer_js", "label": "fp_3d_viewer.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_3d_viewer.js", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 3}, {"id": "fp_3d_viewer_fp3dviewer", "label": "Fp3dViewer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Fp3dViewer", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 7}, {"id": "fp_3d_viewer_fp3dviewer_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 2}, {"id": "fp_3d_viewer_fp3dviewer_rawvalue", "label": ".rawValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".rawValue()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dviewer_attachmentid", "label": ".attachmentId()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".attachmentId()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 2}, {"id": "fp_3d_viewer_fp3dviewer_attachmentname", "label": ".attachmentName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".attachmentName()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 2}, {"id": "fp_3d_viewer_fp3dviewer_updatestate", "label": "._updateState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateState()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 3}, {"id": "fp_3d_viewer_fp3dviewer_onpatched", "label": ".onPatched()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPatched()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 2}, {"id": "fp_3d_viewer_fp3dviewerdialog", "label": "Fp3dViewerDialog", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fp3dViewerDialog", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 6}, {"id": "fp_3d_viewer_fp3dviewerdialog_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dviewerdialog_iframesrc", "label": ".iframeSrc()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".iframeSrc()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dviewerdialog_dialogsize", "label": ".dialogSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".dialogSize()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dviewerdialog_framestyle", "label": ".frameStyle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".frameStyle()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dviewerdialog_togglesize", "label": ".toggleSize()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleSize()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 1}, {"id": "fp_3d_viewer_fp3dvieweropenaction", "label": "fp3dViewerOpenAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp3dViewerOpenAction()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_3d_viewer.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_pdf_inline_preview_js", "label": "fp_pdf_inline_preview.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_pdf_inline_preview.js", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 1}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview", "label": "FpPdfInlinePreview", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPdfInlinePreview", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 6}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 2}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview_rawvalue", "label": ".rawValue()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".rawValue()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 1}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview_updatestate", "label": "._updateState()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateState()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 4}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview_onpatched", "label": ".onPatched()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPatched()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 3}, {"id": "fp_pdf_inline_preview_fppdfinlinepreview_openfullscreen", "label": ".openFullScreen()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openFullScreen()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_pdf_inline_preview.js", "file_type": "code", "degree": 4}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_part_process_composer_js", "label": "fp_part_process_composer.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_part_process_composer.js", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 1}, {"id": "fp_part_process_composer_fppartprocesscomposer", "label": "FpPartProcessComposer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPartProcessComposer", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 7}, {"id": "fp_part_process_composer_fppartprocesscomposer_setup", "label": ".setup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 1}, {"id": "fp_part_process_composer_fppartprocesscomposer_refresh", "label": ".refresh()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 2}, {"id": "fp_part_process_composer_fppartprocesscomposer_onselecttemplate", "label": ".onSelectTemplate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSelectTemplate()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 1}, {"id": "fp_part_process_composer_fppartprocesscomposer_onloadtemplate", "label": ".onLoadTemplate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onLoadTemplate()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 4}, {"id": "fp_part_process_composer_fppartprocesscomposer_openrecipeeditor", "label": ".openRecipeEditor()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".openRecipeEditor()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 2}, {"id": "fp_part_process_composer_fppartprocesscomposer_backtopart", "label": ".backToPart()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".backToPart()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_part_process_composer.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_drawing_preview_js", "label": "fp_drawing_preview.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_drawing_preview.js", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_drawing_preview.js", "file_type": "code", "degree": 2}, {"id": "fp_drawing_preview_fppdfpreviewbinary", "label": "FpPdfPreviewBinary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPdfPreviewBinary", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_drawing_preview.js", "file_type": "code", "degree": 3}, {"id": "fp_drawing_preview_fppdfpreviewbinary_setup", "label": ".setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_drawing_preview.js", "file_type": "code", "degree": 1}, {"id": "fp_drawing_preview_fppdfpreviewbinary_onfileclick", "label": ".onFileClick()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onFileClick()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_drawing_preview.js", "file_type": "code", "degree": 4}, {"id": "fp_drawing_preview_fppdfpreviewopenaction", "label": "fpPdfPreviewOpenAction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fpPdfPreviewOpenAction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/static/src/js/fp_drawing_preview.js", "file_type": "code", "degree": 5}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_configurator_controller_py", "label": "configurator_controller.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "configurator_controller.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "code", "degree": 4}, {"id": "configurator_controller_fpconfiguratorcontroller", "label": "FpConfiguratorController", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpConfiguratorController", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "code", "degree": 1}, {"id": "configurator_controller_viewer_3d", "label": "viewer_3d()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "viewer_3d()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "code", "degree": 3}, {"id": "configurator_controller_serve_3d_model", "label": "serve_3d_model()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "serve_3d_model()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "code", "degree": 2}, {"id": "configurator_controller_calculate_surface_area", "label": "calculate_surface_area()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "calculate_surface_area()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "code", "degree": 3}, {"id": "configurator_controller_rationale_20", "label": "Serve the standalone 3D viewer HTML page. Query params: id (attachment", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Serve the standalone 3D viewer HTML page. Query params: id (attachment", "community": 292, "community_name": "Community 292", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "rationale", "degree": 0}, {"id": "configurator_controller_rationale_40", "label": "Serve a 3D model file from ir.attachment. This bypasses the /web/conten", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Serve a 3D model file from ir.attachment. This bypasses the /web/conten", "community": 293, "community_name": "Community 293", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "rationale", "degree": 0}, {"id": "configurator_controller_rationale_69", "label": "Calculate surface area from an uploaded STL file using trimesh.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate surface area from an uploaded STL file using trimesh.", "community": 294, "community_name": "Community 294", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/configurator_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 130, "community_name": "Community 130", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "label": "fp_part_composer_controller.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_part_composer_controller.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 5}, {"id": "fp_part_composer_controller_clone_subtree", "label": "_clone_subtree()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_clone_subtree()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 4}, {"id": "fp_part_composer_controller_fppartcomposercontroller", "label": "FpPartComposerController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPartComposerController", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 2}, {"id": "fp_part_composer_controller_state", "label": "state()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "state()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 1}, {"id": "fp_part_composer_controller_templates", "label": "templates()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "templates()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 1}, {"id": "fp_part_composer_controller_load_template", "label": "load_template()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "load_template()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "code", "degree": 3}, {"id": "fp_part_composer_controller_rationale_41", "label": "Recursively clone a process node subtree for a specific part. Creates a new", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively clone a process node subtree for a specific part. Creates a new", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_composer_controller_rationale_91", "label": "JSON-RPC endpoints for the part-scoped Process Composer.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JSON-RPC endpoints for the part-scoped Process Composer.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_composer_controller_rationale_98", "label": "Return part info plus the current default_process_id tree (or None).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return part info plus the current default_process_id tree (or None).", "community": 295, "community_name": "Community 295", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "rationale", "degree": 0}, {"id": "fp_part_composer_controller_rationale_122", "label": "Return shared-template recipes (part_catalog_id IS NULL, node_type='recipe').", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return shared-template recipes (part_catalog_id IS NULL, node_type='recipe').", "community": 296, "community_name": "Community 296", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "rationale", "degree": 0}, {"id": "fp_part_composer_controller_rationale_142", "label": "Clone a shared template into a part-scoped tree. Deletes any existing p", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clone a shared template into a part-scoped tree. Deletes any existing p", "community": 297, "community_name": "Community 297", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_configurator/controllers/fp_part_composer_controller.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 131, "community_name": "Community 131", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_manifest_py", "label": "__manifest__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 298, "community_name": "Community 298", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_doc_control_py", "label": "fp_doc_control.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_doc_control.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol", "label": "FpDocControl", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpDocControl", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 11}, {"id": "fp_doc_control_compute_x_fc_document_ids", "label": "_compute_x_fc_document_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_document_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol_action_view_documents", "label": ".action_view_documents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_documents()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_doc_control.py", "file_type": "code", "degree": 3}, {"id": "fp_doc_control_fpdoccontrol_get_default_folder_id", "label": "._get_default_folder_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_folder_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_rationale_12", "label": "Bridge extension: expose Documents workspace on Controlled Documents. Doc C", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge extension: expose Documents workspace on Controlled Documents. Doc C", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_doc_control.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_ir_attachment_py", "label": "ir_attachment.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_attachment.py", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "code", "degree": 2}, {"id": "ir_attachment_irattachment", "label": "IrAttachment", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IrAttachment", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "code", "degree": 3}, {"id": "ir_attachment_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "code", "degree": 2}, {"id": "ir_attachment_irattachment_fusion_plating_bridge_promote_to_documents", "label": "._fusion_plating_bridge_promote_to_documents()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_plating_bridge_promote_to_documents()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "code", "degree": 3}, {"id": "ir_attachment_rationale_26", "label": "Bridge ir.attachment with Odoo EE `documents.document`. Whenever an attachm", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge ir.attachment with Odoo EE `documents.document`. Whenever an attachm", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "rationale", "degree": 1}, {"id": "ir_attachment_rationale_65", "label": "Create `documents.document` mirror records for quality attachments. Sil", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create `documents.document` mirror records for quality attachments. Sil", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/ir_attachment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_ncr_py", "label": "fp_ncr.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_ncr.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_compute_x_fc_document_ids", "label": "_compute_x_fc_document_ids()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_document_ids()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_action_view_documents", "label": ".action_view_documents()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_documents()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_ncr.py", "file_type": "code", "degree": 3}, {"id": "fp_ncr_fpncr_get_default_folder_id", "label": "._get_default_folder_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_folder_id()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_rationale_12", "label": "Bridge extension: expose Documents workspace on NCRs. Adds a reverse link t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge extension: expose Documents workspace on NCRs. Adds a reverse link t", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_fair_py", "label": "fp_fair.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_fair.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_compute_x_fc_document_ids", "label": "_compute_x_fc_document_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_document_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_fpfair_action_view_documents", "label": ".action_view_documents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_documents()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_fair.py", "file_type": "code", "degree": 3}, {"id": "fp_fair_fpfair_get_default_folder_id", "label": "._get_default_folder_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_folder_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_rationale_12", "label": "Bridge extension: expose Documents workspace on FAIRs.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge extension: expose Documents workspace on FAIRs.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_fair.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 132, "community_name": "Community 132", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_capa_py", "label": "fp_capa.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_capa.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa", "label": "FpCapa", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCapa", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 14}, {"id": "fp_capa_compute_x_fc_document_ids", "label": "_compute_x_fc_document_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_document_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_view_documents", "label": ".action_view_documents()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_documents()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_capa.py", "file_type": "code", "degree": 3}, {"id": "fp_capa_fpcapa_get_default_folder_id", "label": "._get_default_folder_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_folder_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_rationale_12", "label": "Bridge extension: expose Documents workspace on CAPAs.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Bridge extension: expose Documents workspace on CAPAs.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_bridge_documents/models/fp_capa.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 133, "community_name": "Community 133", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_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": 299, "community_name": "Community 299", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_portal_job_py", "label": "fp_portal_job.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_portal_job.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 2}, {"id": "fp_portal_job_fpportaljob_compute_access_url", "label": "._compute_access_url()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_access_url()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 1}, {"id": "fp_portal_job_state_progress_map", "label": "_state_progress_map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_state_progress_map()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 2}, {"id": "fp_portal_job_fpportaljob_progress_percent", "label": "._progress_percent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._progress_percent()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 4}, {"id": "fp_portal_job_fpportaljob_get_customer_visible_steps", "label": ".get_customer_visible_steps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_customer_visible_steps()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "code", "degree": 4}, {"id": "fp_portal_job_rationale_115", "label": "Return a dict mapping state -> progress percent for the portal bar.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a dict mapping state -> progress percent for the portal bar.", "community": 300, "community_name": "Community 300", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "rationale", "degree": 0}, {"id": "fp_portal_job_rationale_139", "label": "Return [{'name': str, 'icon': str, 'depth': int}] for portal display.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return [{'name': str, 'icon': str, 'depth': int}] for portal display.", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_portal_job.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_quote_request_py", "label": "fp_quote_request.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quote_request.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_fpquoterequest", "label": "FpQuoteRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQuoteRequest", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 9}, {"id": "fp_quote_request_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 4}, {"id": "fp_quote_request_fpquoterequest_compute_access_url", "label": "._compute_access_url()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_access_url()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_request_fpquoterequest_action_mark_under_review", "label": ".action_mark_under_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_under_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_fpquoterequest_action_send_quote", "label": ".action_send_quote()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_quote()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_fpquoterequest_action_mark_accepted", "label": ".action_mark_accepted()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_accepted()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": ".action_create_sale_order()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_sale_order()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 6}, {"id": "fp_quote_request_fpquoterequest_action_mark_declined", "label": ".action_mark_declined()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_declined()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_fpquoterequest_action_mark_expired", "label": ".action_mark_expired()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_expired()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_rationale_12", "label": "Customer-submitted Request for Quote (RFQ). The RFQ is the entry point for", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer-submitted Request for Quote (RFQ). The RFQ is the entry point for", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quote_request_rationale_195", "label": "Create a sale order from this accepted quote request. Populates SO line", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a sale order from this accepted quote request. Populates SO line", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 134, "community_name": "Community 134", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_quote_request_line_py", "label": "fp_quote_request_line.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quote_request_line.py", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request_line.py", "file_type": "code", "degree": 1}, {"id": "fp_quote_request_line_fpquoterequestline", "label": "FpQuoteRequestLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQuoteRequestLine", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request_line.py", "file_type": "code", "degree": 2}, {"id": "fp_quote_request_line_rationale_10", "label": "Individual part line on a customer-submitted RFQ. A quote request can conta", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Individual part line on a customer-submitted RFQ. A quote request can conta", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/fp_quote_request_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/res_partner.py", "file_type": "code", "degree": 3}, {"id": "res_partner_compute_x_fc_quote_request_count", "label": "_compute_x_fc_quote_request_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_quote_request_count()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_compute_x_fc_portal_job_count", "label": "_compute_x_fc_portal_job_count()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_x_fc_portal_job_count()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_static_src_js_fp_rfq_form_js", "label": "fp_rfq_form.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_rfq_form.js", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_el", "label": "_el()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_el()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_icon", "label": "_icon()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_icon()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 2}, {"id": "fp_rfq_form_fprfqforminteraction", "label": "FpRfqFormInteraction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpRfqFormInteraction", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 11}, {"id": "fp_rfq_form_fprfqforminteraction_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_fprfqforminteraction_onaddpart", "label": "._onAddPart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._onAddPart()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 2}, {"id": "fp_rfq_form_fprfqforminteraction_oncontainerclick", "label": "._onContainerClick()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._onContainerClick()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_fprfqforminteraction_onbillingsametoggle", "label": "._onBillingSameToggle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._onBillingSameToggle()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 1}, {"id": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "._addPartRow()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._addPartRow()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 7}, {"id": "fp_rfq_form_fprfqforminteraction_populateproductdropdown", "label": "._populateProductDropdown()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._populateProductDropdown()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 2}, {"id": "fp_rfq_form_fprfqforminteraction_setupdropzone", "label": "._setupDropZone()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._setupDropZone()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_fprfqforminteraction_updatefilelist", "label": "._updateFileList()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateFileList()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 1}, {"id": "fp_rfq_form_fprfqforminteraction_renumberparts", "label": "._renumberParts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._renumberParts()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 3}, {"id": "fp_rfq_form_fprfqforminteraction_onsubmit", "label": "._onSubmit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._onSubmit()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/static/src/js/fp_rfq_form.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "label": "portal_configurator.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 6}, {"id": "portal_configurator_fpportalconfigurator", "label": "FpPortalConfigurator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpPortalConfigurator", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 4}, {"id": "customerportal", "label": "CustomerPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomerPortal", "community": 10, "community_name": "Community 10", "source_file": "", "file_type": "code", "degree": 2}, {"id": "portal_configurator_portal_configurator_landing", "label": "portal_configurator_landing()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator_landing()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 2}, {"id": "portal_configurator_portal_configurator_step1", "label": "portal_configurator_step1()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator_step1()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 7}, {"id": "portal_configurator_portal_configurator_step2", "label": "portal_configurator_step2()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator_step2()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 3}, {"id": "portal_configurator_portal_configurator_step3", "label": "portal_configurator_step3()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator_step3()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 4}, {"id": "portal_configurator_portal_configurator_submit", "label": "portal_configurator_submit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_configurator_submit()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 6}, {"id": "portal_configurator_fpportalconfigurator_estimate_price", "label": "._estimate_price()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._estimate_price()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "code", "degree": 5}, {"id": "portal_configurator_rationale_17", "label": "Self-service configurator wizard on the customer portal. Three-step flow:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Self-service configurator wizard on the customer portal. Three-step flow:", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "portal_configurator_rationale_30", "label": "Landing page -- start new quote or view past requests.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Landing page -- start new quote or view past requests.", "community": 301, "community_name": "Community 301", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "portal_configurator_rationale_49", "label": "Step 1: upload part or enter manual measurements.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Step 1: upload part or enter manual measurements.", "community": 302, "community_name": "Community 302", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "portal_configurator_rationale_118", "label": "Step 2: select coating configuration.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Step 2: select coating configuration.", "community": 303, "community_name": "Community 303", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "portal_configurator_rationale_145", "label": "Step 3: show estimated price and submit.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Step 3: show estimated price and submit.", "community": 304, "community_name": "Community 304", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "portal_configurator_rationale_174", "label": "Submit quote request from configurator.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit quote request from configurator.", "community": 305, "community_name": "Community 305", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 0}, {"id": "portal_configurator_rationale_245", "label": "Calculate estimated price range from pricing rules. Returns a dict with", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate estimated price range from pricing rules. Returns a dict with", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal_configurator.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "label": "portal.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "portal.py", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 14}, {"id": "portal_fpcustomerportal", "label": "FpCustomerPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCustomerPortal", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 7}, {"id": "portal_fpcustomerportal_prepare_home_portal_values", "label": "._prepare_home_portal_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_home_portal_values()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 1}, {"id": "portal_fpcustomerportal_fp_quote_request_get_page_view_values", "label": "._fp_quote_request_get_page_view_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_quote_request_get_page_view_values()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "portal_fpcustomerportal_fp_portal_job_get_page_view_values", "label": "._fp_portal_job_get_page_view_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_portal_job_get_page_view_values()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "portal_fpcustomerportal_fp_get_partner_domain", "label": "._fp_get_partner_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_get_partner_domain()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "portal_portal_my_home_dashboard", "label": "portal_my_home_dashboard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_home_dashboard()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 2}, {"id": "portal_portal_my_quote_requests", "label": "portal_my_quote_requests()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_quote_requests()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_my_quote_request", "label": "portal_my_quote_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_quote_request()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_new_quote_request", "label": "portal_new_quote_request()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_new_quote_request()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_submit_quote_request", "label": "portal_submit_quote_request()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_submit_quote_request()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 7}, {"id": "portal_portal_my_jobs", "label": "portal_my_jobs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_jobs()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_my_job", "label": "portal_my_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_job()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 4}, {"id": "portal_portal_download_coc", "label": "portal_download_coc()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_download_coc()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 1}, {"id": "portal_portal_my_purchase_orders", "label": "portal_my_purchase_orders()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_purchase_orders()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_my_fp_invoices", "label": "portal_my_fp_invoices()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_fp_invoices()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_my_deliveries", "label": "portal_my_deliveries()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_deliveries()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_my_certifications", "label": "portal_my_certifications()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_my_certifications()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 3}, {"id": "portal_portal_search_products", "label": "portal_search_products()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_search_products()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "code", "degree": 1}, {"id": "portal_rationale_19", "label": "Customer portal extension for Fusion Plating. Adds a rich dashboard, Quote", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Customer portal extension for Fusion Plating. Adds a rich dashboard, Quote", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "rationale", "degree": 1}, {"id": "portal_rationale_112", "label": "Return base domain filtering to commercial partner tree.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return base domain filtering to commercial partner tree.", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "rationale", "degree": 1}, {"id": "portal_rationale_842", "label": "Search products for the RFQ part number dropdown.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Search products for the RFQ part number dropdown.", "community": 306, "community_name": "Community 306", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/portal.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 135, "community_name": "Community 135", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_portal/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 136, "community_name": "Community 136", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_manifest_py", "label": "__manifest__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 307, "community_name": "Community 307", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_doc_control_py", "label": "fp_doc_control.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_doc_control.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 1}, {"id": "fp_doc_control_fpdoccontrol_action_submit_for_review", "label": ".action_submit_for_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_submit_for_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol_action_approve", "label": ".action_approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_approve()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol_action_make_effective", "label": ".action_make_effective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_make_effective()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol_action_mark_obsolete", "label": ".action_mark_obsolete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_obsolete()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_fpdoccontrol_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "code", "degree": 2}, {"id": "fp_doc_control_rationale_10", "label": "Controlled document register. Lightweight document control without dependin", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Controlled document register. Lightweight document control without dependin", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_doc_control.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_avl_py", "label": "fp_avl.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_avl.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 3}, {"id": "fp_avl_fpavl", "label": "FpAvl", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpAvl", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 7}, {"id": "fp_avl_compute_name", "label": "_compute_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 1}, {"id": "fp_avl_compute_is_expired", "label": "_compute_is_expired()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_expired()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 1}, {"id": "fp_avl_fpavl_search_is_expired", "label": "._search_is_expired()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_is_expired()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 1}, {"id": "fp_avl_fpavl_action_approve", "label": ".action_approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_approve()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 2}, {"id": "fp_avl_fpavl_action_suspend", "label": ".action_suspend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_suspend()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 2}, {"id": "fp_avl_fpavl_action_remove", "label": ".action_remove()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_remove()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 2}, {"id": "fp_avl_fpavl_action_reinstate", "label": ".action_reinstate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reinstate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "code", "degree": 2}, {"id": "fp_avl_rationale_10", "label": "Approved Vendor List entry. The AVL ties an approval state to a res.partner", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Approved Vendor List entry. The AVL ties an approval state to a res.partner", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_avl.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_quality_hold_py", "label": "fp_quality_hold.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_quality_hold.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_hold_fpqualityhold", "label": "FpQualityHold", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FpQualityHold", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 8}, {"id": "fp_quality_hold_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 2}, {"id": "fp_quality_hold_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 4}, {"id": "fp_quality_hold_fpqualityhold_action_start_review", "label": ".action_start_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_hold_fpqualityhold_action_release", "label": ".action_release()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_release()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_hold_fpqualityhold_action_scrap", "label": ".action_scrap()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_scrap()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_hold_fpqualityhold_action_send_to_rework", "label": ".action_send_to_rework()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_to_rework()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 3}, {"id": "fp_quality_hold_fpqualityhold_action_create_ncr", "label": ".action_create_ncr()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_ncr()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 5}, {"id": "fp_quality_hold_fpqualityhold_post_state_message", "label": "._post_state_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_state_message()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "code", "degree": 6}, {"id": "fp_quality_hold_rationale_12", "label": "Quality Hold \u2014 parts pulled from production for quality review. Enables the", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Quality Hold \u2014 parts pulled from production for quality review. Enables the", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quality_hold_rationale_161", "label": "Create a linked NCR from this hold record.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a linked NCR from this hold record.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "rationale", "degree": 1}, {"id": "fp_quality_hold_rationale_33", "label": "# NOTE: workorder_id, production_id, and portal_job_id live in", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "# NOTE: workorder_id, production_id, and portal_job_id live in", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_quality_hold.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_py", "label": "fp_calibration.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_calibration.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 4}, {"id": "fp_calibration_fpcalibrationequipment", "label": "FpCalibrationEquipment", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCalibrationEquipment", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 5}, {"id": "fp_calibration_compute_cal_dates", "label": "_compute_cal_dates()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_cal_dates()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 1}, {"id": "fp_calibration_compute_state", "label": "_compute_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 1}, {"id": "fp_calibration_compute_event_count", "label": "_compute_event_count()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_event_count()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 1}, {"id": "fp_calibration_fpcalibrationequipment_action_mark_out_of_service", "label": ".action_mark_out_of_service()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_out_of_service()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 2}, {"id": "fp_calibration_fpcalibrationequipment_action_return_to_service", "label": ".action_return_to_service()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_return_to_service()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 2}, {"id": "fp_calibration_fpcalibrationequipment_action_view_events", "label": ".action_view_events()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_events()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "code", "degree": 1}, {"id": "fp_calibration_rationale_12", "label": "Equipment master for the calibration register. Holds the metadata about eac", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Equipment master for the calibration register. Holds the metadata about eac", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_contract_review_py", "label": "fp_contract_review.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_contract_review.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 3}, {"id": "fp_contract_review_fpcontractreview", "label": "FpContractReview", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FpContractReview", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 13}, {"id": "fp_contract_review_compute_name", "label": "_compute_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_compute_risk_band", "label": "_compute_risk_band()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_risk_band()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_action_sign_section_20", "label": ".action_sign_section_20()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_sign_section_20()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 5}, {"id": "fp_contract_review_fpcontractreview_action_sign_section_30", "label": ".action_sign_section_30()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_sign_section_30()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 5}, {"id": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "label": "._bulk_toggle_checklist()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._bulk_toggle_checklist()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 7}, {"id": "fp_contract_review_fpcontractreview_action_check_all_section_20", "label": ".action_check_all_section_20()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_check_all_section_20()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_action_clear_all_section_20", "label": ".action_clear_all_section_20()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_clear_all_section_20()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_action_check_all_section_30", "label": ".action_check_all_section_30()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_check_all_section_30()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_action_clear_all_section_30", "label": ".action_clear_all_section_30()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_clear_all_section_30()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_action_reopen", "label": ".action_reopen()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reopen()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 4}, {"id": "fp_contract_review_fpcontractreview_action_dismiss", "label": ".action_dismiss()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_dismiss()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 3}, {"id": "fp_contract_review_fpcontractreview_action_print_qa005", "label": ".action_print_qa005()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_print_qa005()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 2}, {"id": "fp_contract_review_fpcontractreview_check_signer", "label": "._check_signer()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_signer()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "code", "degree": 7}, {"id": "fp_contract_review_rationale_22", "label": "Contract Review (QA-005). Per-part, two-section QA review: Section 2.0 Plan", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Contract Review (QA-005). Per-part, two-section QA review: Section 2.0 Plan", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_226", "label": "Lock Section 2.0 after roster check. Advance state.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Section 2.0 after roster check. Advance state.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_245", "label": "Lock Section 3.0 after roster check. Mark complete.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Lock Section 3.0 after roster check. Mark complete.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_318", "label": "Clear all sign-off data and revert to draft. Manager only.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clear all sign-off data and revert to draft. Manager only.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_340", "label": "Cancel the review. Banner stays off on the part (dismissed flag).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the review. Banner stays off on the part (dismissed flag).", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_348", "label": "Render the 1:1 QA-005 PDF.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the 1:1 QA-005 PDF.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "fp_contract_review_rationale_357", "label": "Enforce the settings-based signer roster. Plating Managers override the", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Enforce the settings-based signer roster. Plating Managers override the", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_contract_review.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_ncr_py", "label": "fp_ncr.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_ncr.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 4}, {"id": "fp_ncr_default_name", "label": "_default_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_compute_capa_count", "label": "_compute_capa_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_capa_count()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 1}, {"id": "fp_ncr_fpncr_action_open", "label": ".action_open()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_action_containment", "label": ".action_containment()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_containment()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_action_disposition", "label": ".action_disposition()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_disposition()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_action_close", "label": ".action_close()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 5}, {"id": "fp_ncr_fpncr_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 2}, {"id": "fp_ncr_fpncr_action_view_capas", "label": ".action_view_capas()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_capas()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "code", "degree": 1}, {"id": "fp_ncr_rationale_11", "label": "Non-Conformance Report. The NCR is the entry point of the Fusion Plating QM", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Non-Conformance Report. The NCR is the entry point of the Fusion Plating QM", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "fp_ncr_rationale_160", "label": "Block close unless root_cause + containment + disposition are set. A cl", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block close unless root_cause + containment + disposition are set. A cl", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_ncr.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_part_catalog_py", "label": "fp_part_catalog.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_part_catalog.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_compute_has_confirmed_mo", "label": "._compute_has_confirmed_mo()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_has_confirmed_mo()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_compute_contract_review_banner_visible", "label": "_compute_contract_review_banner_visible()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_contract_review_banner_visible()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 1}, {"id": "fp_part_catalog_fppartcatalog_action_start_contract_review", "label": ".action_start_contract_review()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_contract_review()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 3}, {"id": "fp_part_catalog_fppartcatalog_action_dismiss_contract_review", "label": ".action_dismiss_contract_review()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_dismiss_contract_review()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 2}, {"id": "fp_part_catalog_fppartcatalog_action_undismiss_contract_review", "label": ".action_undismiss_contract_review()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_undismiss_contract_review()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "code", "degree": 3}, {"id": "fp_part_catalog_rationale_47", "label": "True if this part is referenced by at least one non-draft MO. Trace: fp", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "True if this part is referenced by at least one non-draft MO. Trace: fp", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_91", "label": "Create (if missing) + open the contract review for this part.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create (if missing) + open the contract review for this part.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_110", "label": "Hide the reminder banner. Reversible by a Plating Manager.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hide the reminder banner. Reversible by a Plating Manager.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "fp_part_catalog_rationale_116", "label": "Restore the reminder banner. Manager only.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Restore the reminder banner. Manager only.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_part_catalog.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_customer_spec_py", "label": "fp_customer_spec.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_customer_spec.py", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_customer_spec.py", "file_type": "code", "degree": 1}, {"id": "fp_customer_spec_fpcustomerspec_compute_display_name", "label": "._compute_display_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_display_name()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_customer_spec.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_fair_py", "label": "fp_fair.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_fair.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 3}, {"id": "fp_fair_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 3}, {"id": "fp_fair_fpfair_action_submit_for_review", "label": ".action_submit_for_review()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_submit_for_review()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_fpfair_action_approve", "label": ".action_approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_approve()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_fpfair_action_reject", "label": ".action_reject()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reject()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "fp_fair_fpfair_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_fair.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 137, "community_name": "Community 137", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_event_py", "label": "fp_calibration_event.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_calibration_event.py", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration_event.py", "file_type": "code", "degree": 2}, {"id": "fp_calibration_event_fpcalibrationevent", "label": "FpCalibrationEvent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FpCalibrationEvent", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration_event.py", "file_type": "code", "degree": 2}, {"id": "fp_calibration_event_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration_event.py", "file_type": "code", "degree": 1}, {"id": "fp_calibration_event_rationale_10", "label": "A single calibration event against a piece of equipment. Captures who calib", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A single calibration event against a piece of equipment. Captures who calib", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_calibration_event.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_capa_py", "label": "fp_capa.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_capa.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 4}, {"id": "fp_capa_default_name", "label": "_default_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 3}, {"id": "fp_capa_compute_is_overdue", "label": "_compute_is_overdue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_overdue()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 1}, {"id": "fp_capa_fpcapa_search_is_overdue", "label": "._search_is_overdue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._search_is_overdue()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 1}, {"id": "fp_capa_fpcapa_action_start_analysis", "label": ".action_start_analysis()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_analysis()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_start_implementation", "label": ".action_start_implementation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_implementation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_start_verification", "label": ".action_start_verification()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start_verification()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_mark_effective", "label": ".action_mark_effective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_effective()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_mark_not_effective", "label": ".action_mark_not_effective()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_not_effective()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_fpcapa_action_close", "label": ".action_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 5}, {"id": "fp_capa_fpcapa_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "code", "degree": 2}, {"id": "fp_capa_rationale_11", "label": "Corrective and Preventive Action. A CAPA carries an issue from \"we found a", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Corrective and Preventive Action. A CAPA carries an issue from "we found a", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "rationale", "degree": 1}, {"id": "fp_capa_rationale_164", "label": "Block close unless root_cause + action_plan + verification are set. A C", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Block close unless root_cause + action_plan + verification are set. A C", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_capa.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_company_py", "label": "res_company.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "res_company_rescompany_fp_get_qa_signers", "label": "._fp_get_qa_signers()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fp_get_qa_signers()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_company.py", "file_type": "code", "degree": 3}, {"id": "res_company_rationale_41", "label": "Return effective signer roster for Section 2.0 or 3.0. Central helper s", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return effective signer roster for Section 2.0 or 3.0. Central helper s", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_audit_py", "label": "fp_audit.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fp_audit.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_audit_fpaudit", "label": "FpAudit", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FpAudit", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 5}, {"id": "fp_audit_default_name", "label": "_default_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_name()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_audit_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 92}, {"id": "fp_audit_compute_capa_count", "label": "_compute_capa_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_capa_count()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 1}, {"id": "fp_audit_fpaudit_action_start", "label": ".action_start()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_start()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 4}, {"id": "fp_audit_fpaudit_action_findings", "label": ".action_findings()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_findings()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 2}, {"id": "fp_audit_fpaudit_action_close", "label": ".action_close()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_close()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "code", "degree": 8}, {"id": "fp_audit_rationale_10", "label": "Internal, customer, certification, or supplier audit. Holds the planning, e", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Internal, customer, certification, or supplier audit. Holds the planning, e", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/fp_audit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_plating/fusion_plating_quality/models/res_partner.py", "file_type": "code", "degree": 1}];
|
|
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_hooks_py", "to": "hooks_post_init_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_hooks_py", "to": "hooks_apply_report_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_hooks_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_post_init_hook", "to": "hooks_apply_report_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_post_init_hook", "to": "hooks_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_post_init_hook", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_apply_report_template", "to": "hooks_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_apply_report_template", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hooks_apply_report_template", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_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_plating_fusion_plating_notifications_models_fp_notification_log_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_notification_template_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_plating_fusion_plating_notifications_models_fp_notification_log_py", "to": "fp_notification_log_fpnotificationlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_log_fpnotificationlog", "to": "fp_notification_log_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_receiving_py", "to": "fp_receiving_fpreceiving", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_fpreceiving_action_accept", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_fpreceiving_action_start_inspection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_fpreceiving_action_flag_discrepancy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_fpreceiving_action_resolve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_fpreceiving_update_so_receiving_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving", "to": "fp_receiving_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "fp_receiving_fpreceiving_update_so_receiving_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "fp_receiving_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "fp_enforcement_audit_t_recv_accept_with_unresolved_damage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_accept", "to": "fp_enforcement_audit_t_recv_accept_qty_mismatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_account_move_py", "to": "account_move_accountmove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_get_mail_template", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_accountmove_action_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_account_move_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_account_move_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove", "to": "account_move_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_get_mail_template", "to": "account_move_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_post", "to": "account_move_rationale_51", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_post", "to": "account_move_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_accountmove_action_post", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "fp_e2e_workforce_t_inv_terms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "fp_enforcement_audit_t_inv_post_no_terms", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "fp_enforcement_audit_t_inv_post_account_hold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "fp_demo_seed_register_payment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_accountmove_action_post", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_sale_order_py", "to": "sale_order_saleorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_sale_order_py", "to": "sale_order_rationale_46", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_find_mail_template", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_sale_order_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_view_receiving", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_sale_order_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_create_deposit_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_create_full_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_create_progress_initial_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_create_final_balance_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_sale_order_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_fp_auto_create_mo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_fp_auto_create_mo_legacy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_fp_mark_inspected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_fp_accept_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_fp_assign_to_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_fp_mark_shipped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_fp_open_shop_floor", "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_productions", "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_workorders", "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_portal_jobs", "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_quality_holds", "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_certificates", "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_fp_deliveries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder", "to": "sale_order_saleorder_action_mark_signed", "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_invoices", "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_pickings", "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_ncrs", "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_files", "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_bom_items", "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_wo_perspective", "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_rfq", "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_po", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_find_mail_template", "to": "sale_order_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_find_mail_template", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_saleorder_create_deposit_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_saleorder_create_full_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_saleorder_create_progress_initial_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_rationale_31", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_saleorder_fp_auto_create_mo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "sale_order_saleorder_action_fp_assign_to_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_confirm", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_confirm", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_confirm", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_confirm", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_confirm", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_delivery_py", "to": "fp_delivery_fpdelivery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_mark_delivered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_delivery_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_compute_custody_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_log_custody_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_schedule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_start_route", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_mark_refused", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_mark_returned", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_fpdelivery_action_create_pod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_fp_delivery_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "fp_delivery_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_delivery_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_delivery_fpdelivery_log_custody_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_delivery_rationale_186", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_delivery_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "technician_task_fusiontechniciantask_action_complete_task", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_e2e_workforce_t_dlv_pod", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_enforcement_audit_t_dlv_delivered_no_pod", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "sale_order_saleorder_create_final_balance_invoice", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "sale_order_saleorder_action_fp_mark_shipped", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_delivered", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_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_plating_fusion_plating_notifications_models_account_payment_py", "to": "account_payment_accountpayment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_accountpayment", "to": "account_payment_accountpayment_action_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_accountpayment_action_post", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_mrp_production_py", "to": "mrp_production_mrpproduction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_button_mark_done", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_mrp_production_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_get_source_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_compute_consumption_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_compute_receiving_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_workorders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_receiving", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_consumption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_compute_rework_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_reworks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_create_rework", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_configure_recipe_steps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_generate_workorders_from_recipe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_auto_assign_recipe_from_so", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_fp_qc_gate_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_open_active_qc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_action_view_qc_checks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_resolve_mo_process_tree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_fp_resolve_cert_requirement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_fp_build_delivery_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_fp_generate_cert_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction", "to": "mrp_production_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "mrp_production_mrpproduction_fp_qc_gate_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "mrp_production_mrpproduction_fp_build_delivery_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "mrp_production_mrpproduction_fp_resolve_cert_requirement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "mrp_production_mrpproduction_fp_generate_cert_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "mrp_production_rationale_898", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "fp_notification_template_dispatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_button_mark_done", "to": "fp_certificate_fpcertificate_action_issue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_notification_template_py", "to": "fp_notification_template_fpnotificationtemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_notifications_models_fp_notification_template_py", "to": "fp_notification_template_dispatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_template_fpnotificationtemplate", "to": "fp_notification_template_fpnotificationtemplate_collect_attachments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_template_fpnotificationtemplate", "to": "fp_notification_template_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_template_dispatch", "to": "fp_notification_template_fpnotificationtemplate_collect_attachments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_template_dispatch", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_notification_template_dispatch", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_notification_template_dispatch", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_notification_template_fpnotificationtemplate_collect_attachments", "to": "fp_notification_template_rationale_118", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_notification_template_fpnotificationtemplate_collect_attachments", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_notification_template_fpnotificationtemplate_collect_attachments", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_notification_template_fpnotificationtemplate_collect_attachments", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_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_plating_fusion_plating_batch_models_fp_batch_chemistry_py", "to": "fp_batch_chemistry_fpbatchchemistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_fp_batch_chemistry_py", "to": "fp_batch_chemistry_compute_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_chemistry_fpbatchchemistry", "to": "fp_batch_chemistry_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_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_plating_fusion_plating_batch_models_fp_batch_py", "to": "fp_batch_fpbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_fp_batch_py", "to": "fp_batch_compute_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_batch_models_fp_batch_py", "to": "fp_batch_compute_chemistry_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_action_start_loading", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_action_start_process", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_action_start_unloading", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_action_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_batch_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch", "to": "fp_batch_fpbatch_compute_workorder_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_batch_fpbatch_action_start_loading", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_batch_fpbatch_action_start_process", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_batch_fpbatch_action_start_unloading", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_batch_fpbatch_action_complete", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_batch_fpbatch_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_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_plating_fusion_plating_compliance_models_fp_discharge_sample_line_py", "to": "fp_discharge_sample_line_fpdischargesampleline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_line_py", "to": "fp_discharge_sample_line_compute_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_regulator_py", "to": "fp_regulator_fpregulator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_py", "to": "fp_permit_fppermit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_py", "to": "fp_permit_compute_days_until_expiry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_py", "to": "fp_permit_compute_condition_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit", "to": "fp_permit_fppermit_search_is_expiring_soon", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit", "to": "fp_permit_fppermit_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit", "to": "fp_permit_fppermit_action_set_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit", "to": "fp_permit_fppermit_action_revoke", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit", "to": "fp_permit_fppermit_action_mark_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_permit_fppermit_search_is_expiring_soon", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_permit_fppermit_action_activate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_permit_fppermit_action_set_pending", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_permit_fppermit_action_revoke", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_permit_fppermit_action_mark_expired", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_permit_condition_py", "to": "fp_permit_condition_fppermitcondition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_compliance_event_py", "to": "fp_compliance_event_fpcomplianceevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_compliance_event_py", "to": "fp_compliance_event_cron_refresh_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_compliance_event_fpcomplianceevent", "to": "fp_compliance_event_fpcomplianceevent_action_mark_done", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_compliance_event_fpcomplianceevent", "to": "fp_compliance_event_fpcomplianceevent_action_skip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_compliance_event_fpcomplianceevent_action_mark_done", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_compliance_event_fpcomplianceevent_action_skip", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_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_plating_fusion_plating_compliance_models_fp_waste_stream_py", "to": "fp_waste_stream_fpwastestream", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_waste_manifest_py", "to": "fp_waste_manifest_fpwastemanifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_waste_manifest_py", "to": "fp_waste_manifest_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_waste_manifest_fpwastemanifest", "to": "fp_waste_manifest_fpwastemanifest_action_ship", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_waste_manifest_fpwastemanifest", "to": "fp_waste_manifest_fpwastemanifest_action_receive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_waste_manifest_fpwastemanifest", "to": "fp_waste_manifest_fpwastemanifest_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_waste_manifest_fpwastemanifest_action_ship", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_waste_manifest_fpwastemanifest_action_receive", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_waste_manifest_fpwastemanifest_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_py", "to": "fp_discharge_sample_fpdischargesample", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_py", "to": "fp_discharge_sample_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_sample_py", "to": "fp_discharge_sample_compute_worst_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample", "to": "fp_discharge_sample_fpdischargesample_action_send_to_lab", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample", "to": "fp_discharge_sample_fpdischargesample_action_results_in", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample", "to": "fp_discharge_sample_fpdischargesample_action_escalate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample", "to": "fp_discharge_sample_fpdischargesample_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample_action_send_to_lab", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_discharge_sample_fpdischargesample_action_results_in", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_discharge_sample_fpdischargesample_action_escalate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_discharge_sample_fpdischargesample_action_close", "to": "fp_discharge_sample_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_discharge_sample_fpdischargesample_action_close", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_discharge_sample_fpdischargesample_action_close", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_discharge_sample_fpdischargesample_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_jurisdiction_py", "to": "fp_jurisdiction_fpjurisdiction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_jurisdiction_py", "to": "fp_jurisdiction_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_discharge_limit_py", "to": "fp_discharge_limit_fpdischargelimit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_facility_py", "to": "fp_facility_fpfacility", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_facility_py", "to": "fp_facility_compute_compliance_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_facility_fpfacility", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_facility_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_facility_fpfacility", "to": "fp_facility_fpfacility_compute_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_facility_fpfacility", "to": "fp_facility_fpfacility_name_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_facility_fpfacility", "to": "fp_facility_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_spill_register_py", "to": "fp_spill_register_fpspillregister", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_spill_register_py", "to": "fp_spill_register_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_spill_register_fpspillregister", "to": "fp_spill_register_fpspillregister_action_contain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_spill_register_fpspillregister", "to": "fp_spill_register_fpspillregister_action_investigate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_spill_register_fpspillregister", "to": "fp_spill_register_fpspillregister_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_spill_register_fpspillregister_action_contain", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_spill_register_fpspillregister_action_investigate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_spill_register_fpspillregister_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_pollutant_inventory_py", "to": "fp_pollutant_inventory_fppollutantinventory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_pollutant_inventory_py", "to": "fp_pollutant_inventory_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_compliance_models_fp_pollutant_inventory_py", "to": "fp_pollutant_inventory_compute_threshold_exceeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pollutant_inventory_compute_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_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_plating_fusion_plating_cgp_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_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_plating_fusion_plating_cgp_models_fp_cgp_access_log_py", "to": "fp_cgp_access_log_fpcgpaccesslog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_access_log_fpcgpaccesslog", "to": "fp_cgp_access_log_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_visitor_py", "to": "fp_cgp_visitor_fpcgpvisitor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor", "to": "fp_cgp_visitor_fpcgpvisitor_action_check_in", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor", "to": "fp_cgp_visitor_fpcgpvisitor_action_check_out", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor", "to": "fp_cgp_visitor_fpcgpvisitor_action_deny", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor", "to": "fp_cgp_visitor_fpcgpvisitor_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor", "to": "fp_cgp_visitor_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_visitor_fpcgpvisitor_action_check_in", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_visitor_fpcgpvisitor_action_check_out", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_visitor_fpcgpvisitor_action_deny", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_visitor_fpcgpvisitor_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_psa_py", "to": "fp_cgp_psa_fpcgppsa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_psa_py", "to": "fp_cgp_psa_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_psa_py", "to": "fp_cgp_psa_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_psa_py", "to": "fp_cgp_psa_onchange_assessment_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_fpcgppsa", "to": "fp_cgp_psa_fpcgppsa_action_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_fpcgppsa", "to": "fp_cgp_psa_fpcgppsa_action_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_fpcgppsa", "to": "fp_cgp_psa_fpcgppsa_action_expire", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_fpcgppsa", "to": "fp_cgp_psa_fpcgppsa_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_fpcgppsa", "to": "fp_cgp_psa_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_default_name", "to": "fp_cgp_psa_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_psa_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_psa_fpcgppsa_action_start", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_psa_fpcgppsa_action_complete", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_psa_fpcgppsa_action_expire", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_psa_fpcgppsa_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_receipt_shipment_py", "to": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_receipt_shipment_py", "to": "fp_cgp_receipt_shipment_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_receipt_shipment_py", "to": "fp_cgp_receipt_shipment_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "to": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_authorize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "to": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_execute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "to": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "to": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment", "to": "fp_cgp_receipt_shipment_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_default_name", "to": "fp_cgp_receipt_shipment_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_receipt_shipment_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_authorize", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_execute", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_receipt_shipment_fpcgpreceiptshipment_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_res_company_py", "to": "res_company_rescompany", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_res_company_py", "to": "res_company_compute_x_fc_cgp_registered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_company_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_res_company_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_compute_x_fc_facility_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_res_company_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_company_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_fp_get_qa_signers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rationale_10", "to": "res_company_fp_tz_get", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_authorized_individual_py", "to": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_authorized_individual_py", "to": "fp_cgp_authorized_individual_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "to": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "to": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_suspend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "to": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_revoke", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "to": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_deactivate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual", "to": "fp_cgp_authorized_individual_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_activate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_suspend", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_revoke", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_authorized_individual_fpcgpauthorizedindividual_action_deactivate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_controlled_good_py", "to": "fp_cgp_controlled_good_fpcgpcontrolledgood", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood", "to": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_process", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood", "to": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_storage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood", "to": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_shipped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood", "to": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_destroyed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood", "to": "fp_cgp_controlled_good_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_process", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_in_storage", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_shipped", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_controlled_good_fpcgpcontrolledgood_action_mark_destroyed", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_registration_py", "to": "fp_cgp_registration_fpcgpregistration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_registration_py", "to": "fp_cgp_registration_onchange_registration_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_fpcgpregistration_action_mark_registered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_fpcgpregistration_action_suspend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_fpcgpregistration_action_expire", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_fpcgpregistration_action_revoke", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_fpcgpregistration_action_reset_to_pending", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration", "to": "fp_cgp_registration_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_registration_fpcgpregistration_action_mark_registered", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_registration_fpcgpregistration_action_suspend", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_registration_fpcgpregistration_action_expire", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_registration_fpcgpregistration_action_revoke", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_registration_fpcgpregistration_action_reset_to_pending", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_hr_employee_py", "to": "hr_employee_hremployee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_hr_employee_py", "to": "hr_employee_compute_x_fc_cgp_psa_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_hr_employee_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_hr_employee_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_compute_x_fc_safety_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_hr_employee_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_compute_logistics_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_hr_employee_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_compute_x_fc_is_clocked_in", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_search_x_fc_is_clocked_in", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_security_incident_py", "to": "fp_cgp_security_incident_fpcgpsecurityincident", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_security_incident_py", "to": "fp_cgp_security_incident_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_cgp_models_fp_cgp_security_incident_py", "to": "fp_cgp_security_incident_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident", "to": "fp_cgp_security_incident_fpcgpsecurityincident_action_investigate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident", "to": "fp_cgp_security_incident_fpcgpsecurityincident_action_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident", "to": "fp_cgp_security_incident_fpcgpsecurityincident_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident", "to": "fp_cgp_security_incident_fpcgpsecurityincident_action_reset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident", "to": "fp_cgp_security_incident_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_default_name", "to": "fp_cgp_security_incident_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cgp_security_incident_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident_action_investigate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident_action_report", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_cgp_security_incident_fpcgpsecurityincident_action_reset", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_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_plating_fusion_tasks_init_py", "to": "init_fusion_tasks_post_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_tasks_post_init", "to": "init_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_tasks_post_init", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_location_py", "to": "technician_location_fusiontechnicianlocation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_location_py", "to": "technician_location_log_location", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_location_py", "to": "technician_location_get_latest_locations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_location_py", "to": "technician_location_cron_cleanup_old_locations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_location_log_location", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_location_get_latest_locations", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_location_get_latest_locations", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_location_get_latest_locations", "to": "technician_task_get_map_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_location_cron_cleanup_old_locations", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_location_cron_cleanup_old_locations", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_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_plating_fusion_tasks_models_push_subscription_py", "to": "push_subscription_fusionpushsubscription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_push_subscription_py", "to": "push_subscription_register_subscription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "push_subscription_register_subscription", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "push_subscription_register_subscription", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_users_py", "to": "res_users_resusers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_res_config_settings_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_res_config_settings_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_config_settings_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_fusiontechniciantask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_client_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_all_technician_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_get_time_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_time_12h", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_time_displays", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_onchange_task_type_duration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_onchange_compute_end_time", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_datetimes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_schedule_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_prev_task_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_compute_address_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_onchange_is_in_store", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_onchange_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_check_address_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_check_no_overlap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_onchange_technician_date_autoset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_fill_address_vals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_get_map_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_get_tech_start_locations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_get_clock_in_locations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_cron_calculate_travel_times", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_cron_check_late_arrivals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_cron_send_push_notifications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_technician_task_py", "to": "technician_task_float_to_time_str", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_compute_display_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_store_hours", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_find_next_available_slot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_available_gaps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_inverse_time_start_12h", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_inverse_time_end_12h", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_inverse_datetime_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_inverse_datetime_end", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_quick_travel_time", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_fill_address_from_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_snap_if_overlap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_snap_to_quarter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_create_vals_fill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_on_create_post_actions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_sync_calendar_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_post_task_created_to_linked_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_mark_sale_order_ready_for_delivery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_technician_start_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_geocode_address_string", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_tech_current_location", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_write_action_location", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_start_en_route", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_start_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_complete_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_check_completion_requirements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_on_complete_extra", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_cancel_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_on_cancel_extra", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_reschedule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_reset_to_scheduled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_post_completion_to_linked_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_task_email_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_task_email_recipients", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_task_cancelled_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_task_scheduled_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_task_rescheduled_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_email_builder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_is_email_notifications_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_linked_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_next_task_for_technician", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_google_maps_api_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_geocode_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_action_calculate_travel_times", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_technician_tasks_for_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_next_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_current_task", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_send_push_notification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_local_tz", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_utc_to_local", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_local_now", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask", "to": "technician_task_fusiontechniciantask_get_google_maps_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_compute_display_name", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_compute_display_name", "to": "technician_task_rationale_32", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_compute_display_name", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_fusiontechniciantask_find_next_available_slot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_fusiontechniciantask_get_available_gaps", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_onchange_task_type_duration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_onchange_compute_end_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_compute_datetimes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_compute_schedule_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_compute_prev_task_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_check_no_overlap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_onchange_technician_date_autoset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_fusiontechniciantask_snap_to_quarter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_default_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_fusiontechniciantask_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_store_hours", "to": "technician_task_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "to": "technician_task_fusiontechniciantask_get_local_tz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "to": "technician_task_fusiontechniciantask_find_next_available_slot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "to": "technician_task_check_no_overlap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "to": "technician_task_rationale_455", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_calendar_busy_intervals", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "technician_task_onchange_technician_date_autoset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "technician_task_fusiontechniciantask_snap_if_overlap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "technician_task_rationale_506", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_find_next_available_slot", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_available_gaps", "to": "technician_task_compute_schedule_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_available_gaps", "to": "technician_task_rationale_624", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_available_gaps", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_available_gaps", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_available_gaps", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_get_time_selection", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_compute_time_displays", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_onchange_task_type_duration", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_onchange_task_type_duration", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_onchange_compute_end_time", "to": "technician_task_fusiontechniciantask_snap_if_overlap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_onchange_compute_end_time", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_compute_datetimes", "to": "technician_task_fusiontechniciantask_get_local_tz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_inverse_datetime_start", "to": "technician_task_rationale_741", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_inverse_datetime_end", "to": "technician_task_rationale_751", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_compute_schedule_info", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_compute_schedule_info", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_compute_schedule_info", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_compute_prev_task_summary", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_compute_prev_task_summary", "to": "technician_task_fusiontechniciantask_quick_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_compute_prev_task_summary", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_quick_travel_time", "to": "technician_task_check_no_overlap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_quick_travel_time", "to": "technician_task_rationale_940", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_quick_travel_time", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_quick_travel_time", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_compute_color", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_onchange_is_in_store", "to": "technician_task_fusiontechniciantask_fill_address_from_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_fill_address_from_partner", "to": "technician_task_rationale_1043", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_check_address_required", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_check_no_overlap", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_check_no_overlap", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_check_no_overlap", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_onchange_technician_date_autoset", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_snap_if_overlap", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_snap_if_overlap", "to": "technician_task_rationale_1236", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_snap_if_overlap", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_snap_if_overlap", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_snap_to_quarter", "to": "technician_task_default_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_snap_to_quarter", "to": "technician_task_rationale_1296", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_snap_to_quarter", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_snap_to_quarter", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_snap_to_quarter", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_default_get", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_default_get", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_create", "to": "technician_task_fill_address_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_create_vals_fill", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_on_create_post_actions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_send_task_scheduled_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_sync_calendar_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_create", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_create_vals_fill", "to": "technician_task_fill_address_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_create_vals_fill", "to": "technician_task_rationale_1389", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_create_vals_fill", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_on_create_post_actions", "to": "technician_task_rationale_1400", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_send_task_rescheduled_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_sync_calendar_event", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_write_action_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_action_complete_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_get_tech_start_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_geocode_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_cron_check_late_arrivals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "technician_task_fusiontechniciantask_send_push_notification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_sync_calendar_event", "to": "technician_task_fusiontechniciantask_get_linked_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_sync_calendar_event", "to": "technician_task_rationale_1478", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_sync_calendar_event", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_sync_calendar_event", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_sync_calendar_event", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fill_address_vals", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_post_task_created_to_linked_order", "to": "technician_task_rationale_1561", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_mark_sale_order_ready_for_delivery", "to": "technician_task_rationale_1566", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "to": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "to": "technician_task_rationale_1571", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_recalculate_day_travel_chains", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_technician_start_address", "to": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_technician_start_address", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_technician_start_address", "to": "technician_task_rationale_1586", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address_string", "to": "technician_task_fusiontechniciantask_recalculate_combos_travel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address_string", "to": "technician_task_get_tech_start_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address_string", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address_string", "to": "technician_task_rationale_1601", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address_string", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_fusiontechniciantask_get_google_maps_api_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_get_clock_in_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_fusiontechniciantask_get_tech_current_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_fusiontechniciantask_geocode_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "technician_task_rationale_1617", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_combos_travel", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_tech_current_location", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_tech_current_location", "to": "technician_task_get_clock_in_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_tech_current_location", "to": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_tech_current_location", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_tech_current_location", "to": "technician_task_rationale_1692", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "to": "technician_task_fusiontechniciantask_action_start_en_route", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_travel_from_current_location", "to": "technician_task_rationale_1731", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "to": "technician_task_fusiontechniciantask_geocode_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "to": "technician_task_fusiontechniciantask_action_complete_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "to": "technician_task_rationale_1750", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_recalculate_remaining_tasks_travel", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "to": "technician_task_fusiontechniciantask_action_start_en_route", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "to": "technician_task_fusiontechniciantask_action_start_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "to": "technician_task_rationale_1810", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_check_previous_tasks_completed", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "technician_task_fusiontechniciantask_action_start_en_route", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "technician_task_fusiontechniciantask_action_start_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "technician_task_fusiontechniciantask_action_cancel_task", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "technician_task_rationale_1830", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_write_action_location", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "technician_task_fusiontechniciantask_send_push_notification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "technician_task_rationale_1846", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_start_en_route", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_start_task", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_task", "to": "technician_task_rationale_1876", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_start_task", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_start_task", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_check_completion_requirements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_post_completion_to_linked_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_fusiontechniciantask_on_complete_extra", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "technician_task_rationale_1890", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_complete_task", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_check_completion_requirements", "to": "technician_task_rationale_1925", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_on_complete_extra", "to": "technician_task_rationale_1930", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_cancel_task", "to": "technician_task_fusiontechniciantask_post_status_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_cancel_task", "to": "technician_task_fusiontechniciantask_on_cancel_extra", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_cancel_task", "to": "technician_task_rationale_1935", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_cancel_task", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_on_cancel_extra", "to": "technician_task_fusiontechniciantask_send_task_cancelled_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_on_cancel_extra", "to": "technician_task_rationale_1945", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_reschedule", "to": "technician_task_rationale_1950", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_reset_to_scheduled", "to": "technician_task_rationale_1969", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_post_status_message", "to": "technician_task_rationale_1978", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_post_status_message", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_post_completion_to_linked_order", "to": "technician_task_rationale_1997", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "to": "technician_task_fusiontechniciantask_get_linked_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "to": "technician_task_rationale_2002", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_notify_scheduler_on_completion", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_details", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_details", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_details", "to": "technician_task_rationale_2061", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_details", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_details", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_recipients", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_recipients", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_recipients", "to": "technician_task_rationale_2081", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_recipients", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_task_email_recipients", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_cancelled_email", "to": "technician_task_rationale_2099", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_scheduled_email", "to": "technician_task_rationale_2103", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_rescheduled_email", "to": "technician_task_rationale_2107", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_email_builder", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_email_builder", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_email_builder", "to": "technician_task_rationale_2115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_is_email_notifications_enabled", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_is_email_notifications_enabled", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_is_email_notifications_enabled", "to": "technician_task_rationale_2123", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_linked_order", "to": "technician_task_fusiontechniciantask_send_task_en_route_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_linked_order", "to": "technician_task_fusiontechniciantask_send_task_completion_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_linked_order", "to": "technician_task_cron_check_late_arrivals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_linked_order", "to": "technician_task_rationale_2131", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_en_route_email", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_en_route_email", "to": "technician_task_rationale_2139", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_en_route_email", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_en_route_email", "to": "email_builder_mixin_fusionemailbuildermixin_email_build", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_completion_email", "to": "technician_task_rationale_2222", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_task_completion_email", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_completion_email", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_completion_email", "to": "email_builder_mixin_fusionemailbuildermixin_email_note", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_send_task_completion_email", "to": "email_builder_mixin_fusionemailbuildermixin_email_build", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_next_task_for_technician", "to": "technician_task_rationale_2327", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_google_maps_api_key", "to": "technician_task_fusiontechniciantask_geocode_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_google_maps_api_key", "to": "technician_task_fusiontechniciantask_calculate_travel_time", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_google_maps_api_key", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_google_maps_api_key", "to": "technician_task_rationale_2347", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_get_map_data", "to": "technician_task_get_tech_start_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_get_tech_start_locations", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_get_tech_start_locations", "to": "technician_task_get_clock_in_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_get_tech_start_locations", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_get_clock_in_locations", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_get_clock_in_locations", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_geocode_address", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address", "to": "technician_task_rationale_2537", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_geocode_address", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_calculate_travel_time", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_calculate_travel_time", "to": "technician_task_rationale_2564", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_calculate_travel_time", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_calculate_travel_time", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_action_calculate_travel_times", "to": "technician_task_fusiontechniciantask_do_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_action_calculate_travel_times", "to": "technician_task_rationale_2600", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_do_calculate_travel_times", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_do_calculate_travel_times", "to": "technician_task_cron_calculate_travel_times", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_do_calculate_travel_times", "to": "technician_task_rationale_2606", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_do_calculate_travel_times", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_cron_check_late_arrivals", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_cron_check_late_arrivals", "to": "technician_task_fusiontechniciantask_send_push_notification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_cron_check_late_arrivals", "to": "technician_task_float_to_time_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_cron_check_late_arrivals", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_technician_tasks_for_date", "to": "technician_task_rationale_2773", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_next_task", "to": "technician_task_rationale_2781", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_current_task", "to": "technician_task_rationale_2790", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_push_notification", "to": "technician_task_cron_send_push_notifications", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_send_push_notification", "to": "technician_task_rationale_2803", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_cron_send_push_notifications", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_cron_send_push_notifications", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_local_tz", "to": "technician_task_fusiontechniciantask_utc_to_local", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_get_local_tz", "to": "technician_task_rationale_2895", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_utc_to_local", "to": "technician_task_fusiontechniciantask_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_utc_to_local", "to": "technician_task_rationale_2909", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_fusiontechniciantask_local_now", "to": "technician_task_rationale_2916", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "technician_task_float_to_time_str", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "technician_task_fusiontechniciantask_get_google_maps_url", "to": "technician_task_rationale_2931", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_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_plating_fusion_tasks_models_res_partner_py", "to": "res_partner_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_geocode_start_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_compute_part_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_view_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_fp_import_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "res_partner_respartner_action_fp_new_direct_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_res_partner_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_geocode_start_address", "to": "res_partner_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_geocode_start_address", "to": "res_partner_respartner_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_geocode_start_address", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_create", "to": "res_partner_respartner_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_models_email_builder_mixin_py", "to": "email_builder_mixin_fusionemailbuildermixin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_build", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_section", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_note", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_button", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_attachment_note", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_status_badge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_get_company_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin", "to": "email_builder_mixin_fusionemailbuildermixin_email_is_enabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_fusionemailbuildermixin_get_company_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_fusionemailbuildermixin_email_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_fusionemailbuildermixin_email_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_fusionemailbuildermixin_email_attachment_note", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_fusionemailbuildermixin_email_button", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "email_builder_mixin_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_build", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_section", "to": "email_builder_mixin_rationale_146", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_note", "to": "email_builder_mixin_rationale_178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_button", "to": "email_builder_mixin_rationale_187", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_attachment_note", "to": "email_builder_mixin_rationale_196", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_status_badge", "to": "email_builder_mixin_rationale_210", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_status_badge", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_get_company_info", "to": "email_builder_mixin_rationale_229", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_get_company_info", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "email_builder_mixin_fusionemailbuildermixin_email_is_enabled", "to": "email_builder_mixin_rationale_238", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_numberedpinsvg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_numberedpinuri", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_loadgooglemaps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_initialsof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_localdatestr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_floattotime12", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_classifytask", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_classifydate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_extracttechnicians", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_grouptasks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_fusiontaskmapcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_tasks_static_src_js_fusion_task_map_view_js", "to": "fusion_task_map_view_fusionmaparchparser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_numberedpinsvg", "to": "fusion_task_map_view_numberedpinuri", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_numberedpinuri", "to": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_loadgooglemaps", "to": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_initialsof", "to": "fusion_task_map_view_extracttechnicians", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_initialsof", "to": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_initialsof", "to": "occt_import_js_trim", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_localdatestr", "to": "fusion_task_map_view_classifydate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_floattotime12", "to": "fusion_task_map_view_grouptasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_floattotime12", "to": "o3dv_min_floor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_floattotime12", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_classifytask", "to": "fusion_task_map_view_classifydate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_classifytask", "to": "fusion_task_map_view_grouptasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_extracttechnicians", "to": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_extracttechnicians", "to": "o3dv_min_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_grouptasks", "to": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_grouptasks", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_grouptasks", "to": "o3dv_min_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_grouptasks", "to": "o3dv_min_map", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_meta", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_onmodelupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_initmap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_clearmarkers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_clearroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_pointalongleg", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_haversine", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_createtravellabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_startrouteanimation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_opentaskpopup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_togglesidebar", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_togglegroup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_isgroupcollapsed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_focustask", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggledayfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_isgroupvisible", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_showalldays", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_showtodayonly", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletechfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_istechvisible", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_showalltechs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletraffic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletasks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletechnicians", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggleroute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_onrefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_opentask", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller", "to": "fusion_task_map_view_fusiontaskmapcontroller_createnewtask", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_setup", "to": "fp_pdf_inline_preview_fppdfinlinepreview_onpatched", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_meta", "to": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "to": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "to": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_getdomain", "to": "fusion_task_map_view_fusiontaskmapcontroller_onmodelupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "to": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "to": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "to": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_storeresult", "to": "fusion_task_map_view_fusiontaskmapcontroller_onmodelupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletechfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "to": "fusion_task_map_view_fusiontaskmapcontroller_showalltechs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rebuildgroups", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "to": "fusion_task_map_view_fusiontaskmapcontroller_initmap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_loadandrender", "to": "fusion_task_map_view_fusiontaskmapcontroller_onrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "to": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_softrefresh", "to": "o3dv_min_getcenter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_onmodelupdate", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_initmap", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_clearroute", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_clearroute", "to": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_clearroute", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggleroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_placemarkers", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggledayfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_showalldays", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_showtodayonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletechfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_showalltechs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletasks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_rendermarkers", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggletechnicians", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "to": "fusion_task_map_view_fusiontaskmapcontroller_toggleroute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_renderroute", "to": "o3dv_min_map", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_pointalongleg", "to": "fusion_task_map_view_fusiontaskmapcontroller_haversine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_createtravellabel", "to": "o3dv_min_floor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_opentaskpopup", "to": "fusion_task_map_view_fusiontaskmapcontroller_focustask", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_opentaskpopup", "to": "o3dv_min_setcontent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_opentaskpopup", "to": "occt_import_js_open", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_focustask", "to": "o3dv_min_getposition", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_showalldays", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_showtodayonly", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusiontaskmapcontroller_istechvisible", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fusion_task_map_view_fusionmaparchparser", "to": "fusion_task_map_view_fusionmaparchparser_parse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_task_map_view_fusionmaparchparser_parse", "to": "o3dv_min_getattribute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_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_plating_fusion_plating_culture_models_fp_value_py", "to": "fp_value_fpvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_py", "to": "fp_value_compute_recognition_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_fpvalue", "to": "fp_value_fpvalue_name_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_fpvalue", "to": "fp_value_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_fpvalue_name_get", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_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_plating_fusion_plating_culture_models_hr_employee_py", "to": "hr_employee_compute_x_fc_recognition_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_compute_x_fc_recognition_stats", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_rotation_py", "to": "fp_value_rotation_fpvaluerotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_rotation_py", "to": "fp_value_rotation_compute_next_rotation_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_rotation_py", "to": "fp_value_rotation_cron_advance_rotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation", "to": "fp_value_rotation_fpvaluerotation_action_advance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation", "to": "fp_value_rotation_fpvaluerotation_advance_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation", "to": "fp_value_rotation_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_compute_next_rotation_date", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_value_rotation_fpvaluerotation_action_advance", "to": "fp_value_rotation_fpvaluerotation_advance_one", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation_action_advance", "to": "fp_value_rotation_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation_advance_one", "to": "fp_value_rotation_cron_advance_rotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation_advance_one", "to": "fp_value_rotation_rationale_104", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_rotation_fpvaluerotation_advance_one", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_value_rotation_fpvaluerotation_advance_one", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_recognition_py", "to": "fp_value_recognition_fpvaluerecognition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_recognition_py", "to": "fp_value_recognition_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_recognition_fpvaluerecognition", "to": "fp_value_recognition_fpvaluerecognition_action_publish", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_recognition_fpvaluerecognition", "to": "fp_value_recognition_fpvaluerecognition_action_archive_recognition", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_recognition_fpvaluerecognition", "to": "fp_value_recognition_fpvaluerecognition_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_recognition_fpvaluerecognition", "to": "fp_value_recognition_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_recognition_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_value_recognition_create", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_value_recognition_fpvaluerecognition_action_publish", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_value_recognition_fpvaluerecognition_action_archive_recognition", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_set_py", "to": "fp_value_set_fpvalueset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_set_py", "to": "fp_value_set_compute_value_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_culture_models_fp_value_set_py", "to": "fp_value_set_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_set_fpvalueset", "to": "fp_value_set_fpvalueset_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_set_fpvalueset", "to": "fp_value_set_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_set_fpvalueset_write", "to": "fp_value_set_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_set_fpvalueset_write", "to": "fp_value_set_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_value_set_fpvalueset_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_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_plating_fusion_plating_reports_models_ir_actions_report_py", "to": "ir_actions_report_iractionsreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_ir_actions_report_py", "to": "ir_actions_report_iractionsactions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_ir_actions_report_py", "to": "ir_actions_report_get_bindings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_actions_report_get_bindings", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_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_plating_fusion_plating_reports_models_report_wo_margin_py", "to": "report_wo_margin_reportwomargin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_reports_models_report_wo_margin_py", "to": "report_wo_margin_get_report_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin", "to": "report_wo_margin_reportwomargin_get_station_costs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin", "to": "report_wo_margin_reportwomargin_get_part_margins", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin", "to": "report_wo_margin_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin_get_station_costs", "to": "report_wo_margin_get_report_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin_get_station_costs", "to": "report_wo_margin_rationale_22", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin_get_station_costs", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "report_wo_margin_reportwomargin_get_part_margins", "to": "report_wo_margin_get_report_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin_get_part_margins", "to": "report_wo_margin_rationale_54", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_wo_margin_reportwomargin_get_part_margins", "to": "o3dv_min_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "report_wo_margin_get_report_values", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_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_plating_fusion_plating_bridge_maintenance_models_maintenance_equipment_py", "to": "maintenance_equipment_maintenanceequipment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_equipment_maintenanceequipment", "to": "maintenance_equipment_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_label_py", "to": "fp_maintenance_label_fpmaintenancelabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_label_fpmaintenancelabel", "to": "fp_maintenance_label_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_maintenance_request_py", "to": "maintenance_request_maintenancerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest", "to": "maintenance_request_maintenancerequest_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest", "to": "maintenance_request_maintenancerequest_maybe_schedule_from_last", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest", "to": "maintenance_request_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest_write", "to": "maintenance_request_maintenancerequest_maybe_schedule_from_last", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest_maybe_schedule_from_last", "to": "maintenance_request_rationale_61", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "maintenance_request_maintenancerequest_maybe_schedule_from_last", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_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_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_plan_py", "to": "fp_maintenance_plan_fpmaintenanceplan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_plan_fpmaintenanceplan", "to": "fp_maintenance_plan_fpmaintenanceplan_compute_node_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_plan_fpmaintenanceplan", "to": "fp_maintenance_plan_fpmaintenanceplan_action_view_nodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_plan_fpmaintenanceplan", "to": "fp_maintenance_plan_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_node_py", "to": "fp_maintenance_node_fpmaintenancenode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_maintenance_models_fp_maintenance_node_py", "to": "fp_maintenance_node_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_node_fpmaintenancenode", "to": "fp_maintenance_node_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_maintenance_node_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_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_plating_fusion_plating_certificates_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_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_plating_fusion_plating_certificates_models_fp_thickness_reading_py", "to": "fp_thickness_reading_fpthicknessreading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_thickness_reading_fpthicknessreading", "to": "fp_thickness_reading_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_thickness_reading_fpthicknessreading", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_thickness_reading_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_certificate_py", "to": "fp_certificate_fpcertificate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_certificate_py", "to": "fp_certificate_compute_batch_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_certificate_py", "to": "fp_certificate_compute_reading_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_certificates_models_fp_certificate_py", "to": "fp_certificate_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate", "to": "fp_certificate_fpcertificate_action_issue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate", "to": "fp_certificate_fpcertificate_action_void", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate", "to": "fp_certificate_fpcertificate_action_view_traceability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate", "to": "fp_certificate_fpcertificate_action_send_to_customer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate", "to": "fp_certificate_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_compute_batch_ids", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_compute_reading_stats", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_compute_reading_stats", "to": "o3dv_min_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_compute_reading_stats", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_create", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_issue", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_issue", "to": "fp_e2e_workforce_t_cert_spec", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_issue", "to": "fp_enforcement_audit_t_cert_issue_no_spec", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_issue", "to": "fp_enforcement_audit_t_cert_issue_no_readings_aero", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_issue", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_void", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_view_traceability", "to": "fp_certificate_rationale_312", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_certificate_fpcertificate_action_view_traceability", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_certificate_fpcertificate_action_send_to_customer", "to": "fp_certificate_rationale_325", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_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_plating_fusion_plating_safety_models_fp_exposure_monitoring_py", "to": "fp_exposure_monitoring_fpexposuremonitoring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_exposure_monitoring_py", "to": "fp_exposure_monitoring_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_exposure_monitoring_py", "to": "fp_exposure_monitoring_compute_percent_of_oel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_exposure_monitoring_py", "to": "fp_exposure_monitoring_compute_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_exposure_monitoring_fpexposuremonitoring", "to": "fp_exposure_monitoring_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_type_py", "to": "fp_training_type_fptrainingtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_training_type_fptrainingtype", "to": "fp_training_type_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_incident_py", "to": "fp_incident_fpincident", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_incident_py", "to": "fp_incident_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_incident_fpincident", "to": "fp_incident_fpincident_action_start_investigation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_incident_fpincident", "to": "fp_incident_fpincident_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_incident_fpincident", "to": "fp_incident_fpincident_action_reopen", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_incident_fpincident", "to": "fp_incident_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_incident_fpincident_action_start_investigation", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_incident_fpincident_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_incident_fpincident_action_reopen", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_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_plating_fusion_plating_safety_models_fp_jhsc_py", "to": "fp_jhsc_fpjhsc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_fpjhsc", "to": "fp_jhsc_fpjhsc_compute_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_fpjhsc", "to": "fp_jhsc_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_jhsc_meeting_py", "to": "fp_jhsc_meeting_fpjhscmeeting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting", "to": "fp_jhsc_meeting_fpjhscmeeting_action_mark_held", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting", "to": "fp_jhsc_meeting_fpjhscmeeting_action_post_minutes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting", "to": "fp_jhsc_meeting_fpjhscmeeting_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting", "to": "fp_jhsc_meeting_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting_action_mark_held", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting_action_post_minutes", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_jhsc_meeting_fpjhscmeeting_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_ppe_issuance_py", "to": "fp_ppe_issuance_fpppeissuance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_ppe_issuance_py", "to": "fp_ppe_issuance_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ppe_issuance_fpppeissuance", "to": "fp_ppe_issuance_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ppe_issuance_compute_display_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ppe_issuance_compute_display_name", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_sds_py", "to": "fp_sds_fpsds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_sds_py", "to": "fp_sds_compute_expiry_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_sds_py", "to": "fp_sds_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sds_fpsds", "to": "fp_sds_fpsds_compute_chemical_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sds_fpsds", "to": "fp_sds_fpsds_action_mark_withdrawn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sds_fpsds", "to": "fp_sds_fpsds_action_mark_active", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sds_fpsds", "to": "fp_sds_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sds_fpsds_action_mark_withdrawn", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_sds_fpsds_action_mark_active", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_hr_employee_py", "to": "hr_employee_compute_x_fc_training_current", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_record_py", "to": "fp_training_record_fptrainingrecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_record_py", "to": "fp_training_record_compute_expiry_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_record_py", "to": "fp_training_record_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_training_record_py", "to": "fp_training_record_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_training_record_fptrainingrecord", "to": "fp_training_record_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_training_record_compute_display_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_chemical_py", "to": "fp_chemical_fpchemical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_safety_models_fp_chemical_py", "to": "fp_chemical_compute_needs_reorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_chemical_fpchemical", "to": "fp_chemical_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_docs_superpowers_tests_2026_04_22_sub4_smoke_py", "to": "2026_04_22_sub4_smoke_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_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_plating_fusion_plating_init_py", "to": "init_post_init_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_post_init_hook", "to": "init_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_post_init_hook", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_init_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_post_init_hook", "to": "init_backfill_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_post_init_hook", "to": "fp_tz_detect_default_tz", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_rack_py", "to": "fp_rack_fprack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_rack_py", "to": "fp_rack_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_rack_py", "to": "fp_rack_compute_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack", "to": "fp_rack_fprack_action_start_strip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack", "to": "fp_rack_fprack_action_mark_stripped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack", "to": "fp_rack_fprack_action_retire", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack", "to": "fp_rack_fprack_increment_mto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack", "to": "fp_rack_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_compute_status_color", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_rack_fprack_action_start_strip", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_rack_fprack_action_mark_stripped", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_rack_fprack_action_mark_stripped", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_rack_fprack_action_retire", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_rack_fprack_increment_mto", "to": "fp_rack_rationale_115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rack_fprack_increment_mto", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_fp_user_tz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_fp_to_user_tz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_fp_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_fp_isoformat_utc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_fp_time_ago", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "fp_tz_detect_default_tz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tz_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_user_tz", "to": "fp_tz_fp_to_user_tz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_user_tz", "to": "fp_tz_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_to_user_tz", "to": "fp_tz_fp_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_to_user_tz", "to": "fp_tz_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_format", "to": "fp_tz_rationale_53", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_scan", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_start_bake", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_end_bake", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_tablet_overview", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_format", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_isoformat_utc", "to": "fp_tz_rationale_64", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_isoformat_utc", "to": "fp_process_node_fpprocessnode_node_to_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_time_ago", "to": "fp_tz_rationale_81", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_fp_time_ago", "to": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_fp_time_ago", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_detect_default_tz", "to": "fp_tz_rationale_123", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tz_detect_default_tz", "to": "occt_import_js_open", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tz_detect_default_tz", "to": "occt_import_js_read", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_line_py", "to": "fp_bath_log_line_fpbathlogline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_line_py", "to": "fp_bath_log_line_compute_targets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_line_py", "to": "fp_bath_log_line_compute_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_line_py", "to": "fp_bath_log_line_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_line_fpbathlogline", "to": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_line_fpbathlogline", "to": "fp_bath_log_line_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_line_compute_status", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_line_create", "to": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "to": "fp_bath_log_line_rationale_126", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "to": "fp_bath_replenishment_rule_find_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_line_fpbathlogline_spawn_replenishment_suggestions", "to": "fp_bath_replenishment_rule_fpbathreplenishmentrule_compute_dose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_fpbath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_compute_last_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_compute_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_py", "to": "fp_bath_fpbathtarget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_fpbath_compute_log_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_fpbath_action_make_operational", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_fpbath_action_mark_under_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_fpbath_action_schedule_dump", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_fpbath_action_dump", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_fpbath", "to": "fp_bath_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_compute_display_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_fpbath_action_make_operational", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_fpbath_action_mark_under_review", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_fpbath_action_schedule_dump", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_fpbath_action_dump", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_fpbathtarget", "to": "fp_bath_rationale_238", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_type_py", "to": "fp_process_type_fpprocesstype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_type_fpprocesstype", "to": "fp_process_type_fpprocesstype_name_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_type_fpprocesstype", "to": "fp_process_type_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_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_plating_fusion_plating_models_fp_work_center_py", "to": "fp_work_center_fpworkcenter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter", "to": "fp_work_center_fpworkcenter_compute_tank_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter", "to": "fp_work_center_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_work_center_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter", "to": "fp_work_center_fpworkcenter_action_sync_to_mrp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter", "to": "fp_work_center_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_category_py", "to": "fp_process_category_fpprocesscategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_category_fpprocesscategory", "to": "fp_process_category_fpprocesscategory_compute_process_type_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_category_fpprocesscategory", "to": "fp_process_category_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_res_company_py", "to": "res_company_fp_tz_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_replenishment_rule_py", "to": "fp_bath_replenishment_rule_fpbathreplenishmentrule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_replenishment_rule_py", "to": "fp_bath_replenishment_rule_find_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_replenishment_rule_py", "to": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentrule", "to": "fp_bath_replenishment_rule_fpbathreplenishmentrule_compute_dose", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentrule", "to": "fp_bath_replenishment_rule_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentrule_compute_dose", "to": "fp_bath_replenishment_rule_rationale_91", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentrule_compute_dose", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion", "to": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion", "to": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_dismiss", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion", "to": "fp_bath_replenishment_rule_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_apply", "to": "fp_bath_replenishment_rule_rationale_154", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_apply", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_replenishment_rule_fpbathreplenishmentsuggestion_action_dismiss", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_fpoperatorcertification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_check_single_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_has_active_cert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_hremployee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_operator_certification_py", "to": "fp_operator_certification_compute_certified_processes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_operator_certification_fpoperatorcertification", "to": "fp_operator_certification_fpoperatorcertification_action_revoke", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_operator_certification_fpoperatorcertification", "to": "fp_operator_certification_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_operator_certification_check_single_active", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_certification_fpoperatorcertification_action_revoke", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_certification_has_active_cert", "to": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_parameter_py", "to": "fp_bath_parameter_fpbathparameter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_parameter_fpbathparameter", "to": "fp_bath_parameter_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_fpprocessnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_compute_depth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_compute_child_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_compute_recipe_root_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_check_recursion_constraint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_process_node_py", "to": "fp_process_node_fpprocessnodeinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_get_tree_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_node_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_action_open_tree_editor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_fpprocessnode_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_process_node_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "fp_process_node_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_process_node_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_check_recursion_constraint", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "to": "fp_process_node_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "to": "fp_process_node_fpprocessnode_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "to": "fp_process_node_fpprocessnode_unlink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_fp_bump_recipe_versions", "to": "fp_process_node_rationale_332", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_write", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnode_write", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnode_get_tree_data", "to": "fp_process_node_fpprocessnode_node_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_get_tree_data", "to": "fp_process_node_rationale_386", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_get_tree_data", "to": "recipe_controller_get_tree", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnode_node_to_dict", "to": "fp_process_node_rationale_395", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_node_to_dict", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnode_action_open_tree_editor", "to": "fp_process_node_rationale_439", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_copy", "to": "fp_process_node_rationale_452", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_process_node_fpprocessnode_copy", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_process_node_fpprocessnodeinput", "to": "fp_process_node_rationale_464", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tank_py", "to": "fp_tank_fptank", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tank_py", "to": "fp_tank_compute_current_bath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_tank_py", "to": "fp_tank_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_fptank", "to": "fp_tank_fptank_compute_bath_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_fptank", "to": "fp_tank_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_fptank", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_tank_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_fptank", "to": "fp_tank_fptank_compute_shopfloor_queue_size", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_fptank", "to": "fp_tank_fptank_action_open_tablet_view", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_tank_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_fpbathlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_check_has_readings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_compute_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_models_fp_bath_log_py", "to": "fp_bath_log_compute_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_fpbathlog", "to": "fp_bath_log_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bath_log_check_has_readings", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_create", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_compute_display_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_compute_status", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bath_log_compute_status_color", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_static_src_js_recipe_tree_editor_js", "to": "recipe_tree_editor_guessicon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_static_src_js_recipe_tree_editor_js", "to": "recipe_tree_editor_recipetreeeditor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_guessicon", "to": "recipe_tree_editor_recipetreeeditor_confirmadd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_guessicon", "to": "o3dv_min_test", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_loadtree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_findnode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_isexpanded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_toggleexpand", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_selectnode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_closepanel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_savenode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_startaddchild", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_canceladd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_confirmadd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onaddnamekey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_deletenode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onnodedragstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onnodedragend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onnodedragover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onnodedragleave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onnodedrop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onbacktolist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onopenform", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_onduplicate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_getnodetypemeta", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_getnodetypeoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_geticonoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_formattimeago", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor", "to": "recipe_tree_editor_recipetreeeditor_formatduration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_findnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_savenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_confirmadd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_deletenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_onnodedrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "recipe_tree_editor_recipetreeeditor_onduplicate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_loadtree", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_findnode", "to": "recipe_tree_editor_recipetreeeditor_deletenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_closepanel", "to": "recipe_tree_editor_recipetreeeditor_deletenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_savenode", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_canceladd", "to": "recipe_tree_editor_recipetreeeditor_onaddnamekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_confirmadd", "to": "recipe_tree_editor_recipetreeeditor_onaddnamekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_tree_editor_recipetreeeditor_confirmadd", "to": "occt_import_js_trim", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_confirmadd", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_deletenode", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedragend", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedragend", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedragover", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedragleave", "to": "o3dv_min_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedragleave", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedrop", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedrop", "to": "o3dv_min_map", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedrop", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onnodedrop", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_onduplicate", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_formattimeago", "to": "o3dv_min_floor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_formatduration", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_tree_editor_recipetreeeditor_formatduration", "to": "o3dv_min_floor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_fprecipecontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_get_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_create_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_write_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_unlink_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_reorder_nodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_move_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_controllers_recipe_controller_py", "to": "recipe_controller_duplicate_recipe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_controller_fprecipecontroller", "to": "recipe_controller_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "recipe_controller_create_node", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_create_node", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_create_node", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_write_node", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_unlink_node", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_reorder_nodes", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_reorder_nodes", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_move_node", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_move_node", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "recipe_controller_duplicate_recipe", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_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_plating_fusion_plating_nuclear_models_fp_ncr_py", "to": "fp_ncr_fpncr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_open_cfr21_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_models_fp_ncr_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_fp_bridge_strip_html", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_fp_bridge_team", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_fp_bridge_stage_for_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_prepare_quality_alert_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_fp_bridge_quality_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_sync_to_quality_alert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_sync_to_quality", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_view_quality_alert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_rationale_37", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_ncr_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_view_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_get_default_folder_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_ncr_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_open", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_containment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_disposition", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_fpncr_action_view_capas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr", "to": "fp_ncr_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_open_cfr21_report", "to": "fp_ncr_rationale_42", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_open_cfr21_report", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_action_open_cfr21_report", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_customer_spec_py", "to": "fp_customer_spec_fpcustomerspec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_spec_fpcustomerspec", "to": "fp_customer_spec_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_spec_fpcustomerspec", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_customer_spec_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_spec_fpcustomerspec", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_customer_spec_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_spec_fpcustomerspec", "to": "fp_customer_spec_fpcustomerspec_compute_display_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_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_plating_fusion_plating_nuclear_models_fp_n299_level_py", "to": "fp_n299_level_fpn299level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_n299_level_fpn299level", "to": "fp_n299_level_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_10cfr21_report_py", "to": "fp_10cfr21_report_fp10cfr21report", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_10cfr21_report_py", "to": "fp_10cfr21_report_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_10cfr21_report_py", "to": "fp_10cfr21_report_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_10cfr21_report_py", "to": "fp_10cfr21_report_compute_days_since_discovery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_search_days_since_discovery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_start_evaluation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_mark_reportable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_mark_not_reportable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_file_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_fp10cfr21report_action_reset_to_discovery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_fp10cfr21report", "to": "fp_10cfr21_report_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_default_name", "to": "fp_10cfr21_report_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_10cfr21_report_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_start_evaluation", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_mark_reportable", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_mark_not_reportable", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_file_report", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_10cfr21_report_fp10cfr21report_action_reset_to_discovery", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_pedigree_py", "to": "fp_nuclear_pedigree_fpnuclearpedigree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_pedigree_py", "to": "fp_nuclear_pedigree_compute_retention_until_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_pedigree_fpnuclearpedigree", "to": "fp_nuclear_pedigree_fpnuclearpedigree_action_lock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_pedigree_fpnuclearpedigree", "to": "fp_nuclear_pedigree_fpnuclearpedigree_action_unlock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_pedigree_fpnuclearpedigree", "to": "fp_nuclear_pedigree_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_pedigree_fpnuclearpedigree_action_lock", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_pedigree_fpnuclearpedigree_action_unlock", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_itp_py", "to": "fp_nuclear_itp_fpnuclearitp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_itp_py", "to": "fp_nuclear_itp_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_itp_py", "to": "fp_nuclear_itp_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_fpnuclearitp_action_submit_for_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_fpnuclearitp_action_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_fpnuclearitp_action_put_in_use", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_fpnuclearitp_action_supersede", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_fpnuclearitp_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_fpnuclearitp", "to": "fp_nuclear_itp_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_default_name", "to": "fp_nuclear_itp_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_itp_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_itp_fpnuclearitp_action_submit_for_review", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_itp_fpnuclearitp_action_approve", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_itp_fpnuclearitp_action_put_in_use", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_itp_fpnuclearitp_action_supersede", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_itp_fpnuclearitp_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_nuclear_program_py", "to": "fp_nuclear_program_fpnuclearprogram", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram", "to": "fp_nuclear_program_fpnuclearprogram_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram", "to": "fp_nuclear_program_fpnuclearprogram_action_suspend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram", "to": "fp_nuclear_program_fpnuclearprogram_action_withdraw", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram", "to": "fp_nuclear_program_fpnuclearprogram_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram", "to": "fp_nuclear_program_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nuclear_program_fpnuclearprogram_action_activate", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_program_fpnuclearprogram_action_suspend", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_program_fpnuclearprogram_action_withdraw", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nuclear_program_fpnuclearprogram_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_nuclear_models_fp_cnsc_licence_py", "to": "fp_cnsc_licence_fpcnsclicence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_cnsc_licence_fpcnsclicence", "to": "fp_cnsc_licence_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_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_plating_fusion_plating_kpi_models_fp_kpi_py", "to": "fp_kpi_fpkpi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_fp_kpi_py", "to": "fp_kpi_compute_current_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_fp_kpi_py", "to": "fp_kpi_cron_compute_daily", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_compute_kpi_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_company_clause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_otd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_dock_to_dock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_throughput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_quality_yield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_bath_uptime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_rework_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_failed_spec_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_processed_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_shipped_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_fpkpi_kpi_cost_per_part", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi", "to": "fp_kpi_rationale_35", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_cron_compute_daily", "to": "fp_kpi_fpkpi_compute_kpi_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_cron_compute_daily", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_compute_kpi_value", "to": "fp_kpi_rationale_172", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_compute_kpi_value", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_otd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_dock_to_dock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_throughput", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_quality_yield", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_bath_uptime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_rework_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_failed_spec_count", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_processed_parts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_shipped_parts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_fpkpi_kpi_cost_per_part", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_company_clause", "to": "fp_kpi_rationale_180", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_otd", "to": "fp_kpi_rationale_185", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_otd", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_kpi_dock_to_dock", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_kpi_quality_yield", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_kpi_bath_uptime", "to": "fp_kpi_rationale_272", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_bath_uptime", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_kpi_fpkpi_kpi_rework_count", "to": "fp_kpi_rationale_297", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_failed_spec_count", "to": "fp_kpi_rationale_314", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_processed_parts", "to": "fp_kpi_rationale_330", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_shipped_parts", "to": "fp_kpi_rationale_344", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_cost_per_part", "to": "fp_kpi_rationale_359", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_fpkpi_kpi_cost_per_part", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_kpi_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_plating_fusion_plating_kpi_models_fp_kpi_value_py", "to": "fp_kpi_value_fpkpivalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_kpi_value_fpkpivalue", "to": "fp_kpi_value_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_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_plating_fusion_plating_shopfloor_models_fp_shopfloor_station_py", "to": "fp_shopfloor_station_fpshopfloorstation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_shopfloor_station_py", "to": "fp_shopfloor_station_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_shopfloor_station_fpshopfloorstation", "to": "fp_shopfloor_station_fpshopfloorstation_action_ping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_shopfloor_station_fpshopfloorstation", "to": "fp_shopfloor_station_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_shopfloor_station_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_shopfloor_station_fpshopfloorstation_action_ping", "to": "fp_shopfloor_station_rationale_92", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_shopfloor_station_fpshopfloorstation_action_ping", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_shopfloor_station_fpshopfloorstation_action_ping", "to": "shopfloor_controller_scan", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_fpbakewindow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_compute_required_by", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_compute_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_compute_time_remaining", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_bake_window_py", "to": "fp_bake_window_cron_update_states", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_window_fpbakewindow", "to": "fp_bake_window_fpbakewindow_action_start_bake", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_window_fpbakewindow", "to": "fp_bake_window_fpbakewindow_action_end_bake", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_window_fpbakewindow", "to": "fp_bake_window_fpbakewindow_action_scrap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_window_fpbakewindow", "to": "fp_bake_window_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_window_fpbakewindow_action_start_bake", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bake_window_fpbakewindow_action_start_bake", "to": "shopfloor_controller_start_bake", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bake_window_fpbakewindow_action_end_bake", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bake_window_fpbakewindow_action_end_bake", "to": "shopfloor_controller_end_bake", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bake_window_fpbakewindow_action_scrap", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_bake_window_cron_update_states", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_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_plating_fusion_plating_shopfloor_models_fp_bake_oven_py", "to": "fp_bake_oven_fpbakeoven", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bake_oven_fpbakeoven", "to": "fp_bake_oven_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_operator_queue_py", "to": "fp_operator_queue_fpoperatorqueue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_operator_queue_py", "to": "fp_operator_queue_build_for_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_operator_queue_fpoperatorqueue", "to": "fp_operator_queue_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_operator_queue_build_for_user", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "shopfloor_controller_tablet_overview", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_operator_queue_build_for_user", "to": "shopfloor_controller_queue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_tank_fptank_action_open_tablet_view", "to": "fp_tank_rationale_43", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_first_piece_gate_py", "to": "fp_first_piece_gate_fpfirstpiecegate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_first_piece_gate_py", "to": "fp_first_piece_gate_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_models_fp_first_piece_gate_py", "to": "fp_first_piece_gate_compute_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate", "to": "fp_first_piece_gate_fpfirstpiecegate_action_mark_pass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate", "to": "fp_first_piece_gate_fpfirstpiecegate_action_mark_fail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate", "to": "fp_first_piece_gate_fpfirstpiecegate_action_release_lot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate", "to": "fp_first_piece_gate_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate_action_mark_pass", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate_action_mark_fail", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_first_piece_gate_fpfirstpiecegate_action_release_lot", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_process_tree_js", "to": "process_tree_processtree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_ctx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_productionid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_backworkorderid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_backlabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_loadtree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_onnodeclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_onback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_getcardclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_ishighlight", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_getkindbadge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_qtylabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree", "to": "process_tree_processtree_nodeicon", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "process_tree_processtree_loadtree", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "process_tree_processtree_getcardclass", "to": "process_tree_processtree_ishighlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_plant_overview_js", "to": "plant_overview_plantoverview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_loaddata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_onsearchinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_debouncedsearch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_onsearchkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_onsearchclear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_onrefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_getorcreateplaceholder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_removeplaceholder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncarddragstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncarddragend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncoldragover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncoldragleave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncoldrop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_oncardclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_gettagclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview", "to": "plant_overview_plantoverview_getstateclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_loaddata", "to": "plant_overview_plantoverview_onsearchkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_loaddata", "to": "plant_overview_plantoverview_onsearchclear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_loaddata", "to": "plant_overview_plantoverview_onrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_loaddata", "to": "plant_overview_plantoverview_oncoldrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_loaddata", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_onsearchinput", "to": "plant_overview_plantoverview_debouncedsearch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_onsearchkey", "to": "plant_overview_plantoverview_onsearchclear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_getorcreateplaceholder", "to": "plant_overview_plantoverview_oncoldragover", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_removeplaceholder", "to": "plant_overview_plantoverview_oncarddragend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_removeplaceholder", "to": "plant_overview_plantoverview_oncoldragleave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_removeplaceholder", "to": "plant_overview_plantoverview_oncoldrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "plant_overview_plantoverview_removeplaceholder", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncarddragend", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncarddragend", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldragover", "to": "o3dv_min_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldragover", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldragleave", "to": "o3dv_min_contains", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldragleave", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldrop", "to": "o3dv_min_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "plant_overview_plantoverview_oncoldrop", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_shopfloor_tablet_js", "to": "shopfloor_tablet_shopfloortablet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_setmessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_refresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onpickstation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_togglescan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onscan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onscankey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_openrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onstartbake", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onendbake", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_ongateresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onqueueitemclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onstartwo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_onfinishwo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet", "to": "shopfloor_tablet_shopfloortablet_statebadge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onpickstation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onscan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onstartbake", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onendbake", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_ongateresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onstartwo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_setmessage", "to": "shopfloor_tablet_shopfloortablet_onfinishwo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onpickstation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onscan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onstartbake", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onendbake", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_ongateresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onstartwo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_refresh", "to": "shopfloor_tablet_shopfloortablet_onfinishwo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_onscan", "to": "shopfloor_tablet_shopfloortablet_onscankey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_tablet_shopfloortablet_onscan", "to": "occt_import_js_trim", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_tablet_shopfloortablet_openrecord", "to": "shopfloor_tablet_shopfloortablet_onqueueitemclick", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_static_src_js_manager_dashboard_js", "to": "manager_dashboard_managerdashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_refresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_mergeoverview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_lastupdatedlabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_setmessage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_togglemode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_togglecard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_toggleoffshift", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_operatorsforwo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_operatorbadge", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_onassignworker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_onassigntank", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_ontakeover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_openrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_openoperatorqueue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_prioritylabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard", "to": "manager_dashboard_managerdashboard_prioritytone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_refresh", "to": "manager_dashboard_managerdashboard_mergeoverview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_refresh", "to": "manager_dashboard_managerdashboard_onassignworker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_refresh", "to": "manager_dashboard_managerdashboard_onassigntank", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_refresh", "to": "manager_dashboard_managerdashboard_ontakeover", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_mergeoverview", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manager_dashboard_managerdashboard_lastupdatedlabel", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manager_dashboard_managerdashboard_setmessage", "to": "manager_dashboard_managerdashboard_onassignworker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_setmessage", "to": "manager_dashboard_managerdashboard_onassigntank", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_dashboard_managerdashboard_setmessage", "to": "manager_dashboard_managerdashboard_ontakeover", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_fpshopfloorcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_scan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_log_chemistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_start_bake", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_end_bake", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_start_wo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_stop_wo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_log_thickness_reading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_quality_hold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_tablet_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_pair_station", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_mark_gate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_plant_overview_move_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_plant_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_wo_process_flow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_wo_cost_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_shopfloor_controller_py", "to": "shopfloor_controller_process_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller", "to": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller", "to": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller", "to": "shopfloor_controller_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_scan", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_log_chemistry", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_log_chemistry", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_log_chemistry", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_start_wo", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_start_wo", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_stop_wo", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_stop_wo", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_log_thickness_reading", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_log_thickness_reading", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_quality_hold", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_quality_hold", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_tablet_overview", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_tablet_overview", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_tablet_overview", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_tablet_overview", "to": "o3dv_min_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_tablet_overview", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_pair_station", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_mark_gate", "to": "fp_quality_check_fpqualitycheckline_action_mark_pass", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_mark_gate", "to": "fp_quality_check_fpqualitycheckline_action_mark_fail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_plant_overview_move_card", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_plant_overview_move_card", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_plant_overview", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_plant_overview", "to": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_plant_overview", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "to": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "to": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "to": "shopfloor_controller_rationale_844", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_mrp", "to": "o3dv_min_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "to": "shopfloor_controller_rationale_877", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_wo_to_card", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "to": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "to": "shopfloor_controller_rationale_974", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_plant_overview_fallback", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "to": "shopfloor_controller_rationale_1045", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "shopfloor_controller_fpshopfloorcontroller_card_matches_search", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_wo_process_flow", "to": "mrp_workorder_mrpworkorder_get_process_flow", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_wo_cost_summary", "to": "mrp_workorder_mrpworkorder_get_cost_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_process_tree", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_process_tree", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "shopfloor_controller_process_tree", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "to": "manager_controller_fpmanagerdashboardcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "to": "manager_controller_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "to": "manager_controller_assign_worker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "to": "manager_controller_assign_tank", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_shopfloor_controllers_manager_controller_py", "to": "manager_controller_take_over", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_controller_fpmanagerdashboardcontroller", "to": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_controller_fpmanagerdashboardcontroller", "to": "manager_controller_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_controller_overview", "to": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "to": "hr_employee_fp_clocked_in_user_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "manager_controller_fpmanagerdashboardcontroller_overview_payload", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_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_plating_fusion_plating_receiving_models_fp_receiving_py", "to": "fp_receiving_compute_qty_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_py", "to": "fp_receiving_compute_damage_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_py", "to": "fp_receiving_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_start_inspection", "to": "fp_receiving_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_start_inspection", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_start_inspection", "to": "fp_enforcement_audit_t_recv_accept_with_unresolved_damage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_start_inspection", "to": "fp_enforcement_audit_t_recv_accept_qty_mismatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_flag_discrepancy", "to": "fp_receiving_fpreceiving_update_so_receiving_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_flag_discrepancy", "to": "fp_receiving_rationale_142", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_flag_discrepancy", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_action_resolve", "to": "fp_receiving_fpreceiving_update_so_receiving_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_resolve", "to": "fp_receiving_rationale_158", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_fpreceiving_action_resolve", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_receiving_fpreceiving_update_so_receiving_status", "to": "fp_receiving_rationale_167", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_sale_order_py", "to": "sale_order_compute_receiving_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_view_receiving", "to": "sale_order_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_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_plating_fusion_plating_receiving_models_fp_receiving_damage_py", "to": "fp_receiving_damage_fpreceivingdamage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_damage_fpreceivingdamage", "to": "fp_receiving_damage_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "mrp_production_mrpproduction_get_source_sale_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "mrp_production_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "mrp_production_mrpproduction_auto_assign_recipe_from_so", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "mrp_production_mrpproduction_generate_workorders_from_recipe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "mrp_production_rationale_781", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_e2e_workforce_t_mo_facility", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_demo_stage_filler_seed_fresh_mos", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_enforcement_audit_t_so_confirm_account_hold", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_enforcement_audit_t_mo_confirm_no_facility", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_enforcement_audit_t_so_confirm_no_po", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_demo_seed_quick_so", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_confirm", "to": "fp_quality_check_create_for_production", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_get_source_sale_order", "to": "mrp_production_rationale_42", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_receiving_models_fp_receiving_line_py", "to": "fp_receiving_line_fpreceivingline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_receiving_line_fpreceivingline", "to": "fp_receiving_line_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_audit_workorders_py", "to": "fp_audit_workorders_walk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_workorders_walk", "to": "fp_portal_job_fpportaljob_get_customer_visible_steps", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_banner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_step", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_show", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_finding", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_neg_test", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_mo_facility", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_cert_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_dlv_pod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_inv_terms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_thickness_cal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_ncr_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_capa_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_workforce_py", "to": "fp_e2e_workforce_t_discharge_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_workforce_show", "to": "fp_e2e_workforce_neg_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_workforce_finding", "to": "fp_e2e_workforce_neg_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_workforce_finding", "to": "fp_e2e_workforce_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_workforce_finding", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_neg_test", "to": "fp_e2e_workforce_rationale_377", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_workforce_neg_test", "to": "o3dv_min_fn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_mo_facility", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_mo_facility", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_cert_spec", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_dlv_pod", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_inv_terms", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_thickness_cal", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_ncr_close", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_ncr_close", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_capa_close", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_capa_close", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_discharge_close", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_e2e_workforce_t_discharge_close", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_bol_measure_py", "to": "fp_bol_measure_find_block", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_bol_measure_find_block", "to": "o3dv_min_find", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_fill_wo_roles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_backfill_timer_audit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_seed_team", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_redistribute_completed_wos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_seed_proficiency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_clock_in_team", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_add_quality_holds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_add_paused_wo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_seed_fresh_mos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_populate_active_wos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_mark_so_awaiting_manager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_mark_quote_sent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_add_quote_requests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_stage_filler_py", "to": "fp_demo_stage_filler_safe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_fill_wo_roles", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_backfill_timer_audit", "to": "fp_demo_stage_filler_rationale_81", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_backfill_timer_audit", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_team", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_team", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_redistribute_completed_wos", "to": "fp_demo_stage_filler_rationale_247", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_redistribute_completed_wos", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "fp_demo_stage_filler_rationale_296", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "fp_proficiency_fpoperatorproficiency_maybe_promote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_proficiency", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_clock_in_team", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_clock_in_team", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_clock_in_team", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_add_quality_holds", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_add_paused_wo", "to": "fp_demo_stage_filler_rationale_428", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_add_paused_wo", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_fresh_mos", "to": "fp_demo_stage_filler_rationale_455", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_seed_fresh_mos", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_fresh_mos", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_seed_fresh_mos", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_populate_active_wos", "to": "fp_demo_stage_filler_rationale_561", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_mark_so_awaiting_manager", "to": "fp_demo_stage_filler_rationale_613", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_mark_so_awaiting_manager", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_mark_quote_sent", "to": "fp_demo_stage_filler_rationale_648", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_mark_quote_sent", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_add_quote_requests", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_add_quote_requests", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_stage_filler_safe", "to": "fp_demo_stage_filler_rationale_715", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_stage_filler_safe", "to": "o3dv_min_fn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_human_py", "to": "fp_e2e_human_step", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_human_py", "to": "fp_e2e_human_show", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_human_py", "to": "fp_e2e_human_hr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_full_py", "to": "fp_e2e_full_banner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_full_py", "to": "fp_e2e_full_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_e2e_full_py", "to": "fp_e2e_full_expect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_full_check", "to": "fp_e2e_full_expect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_e2e_full_expect", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_gate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_so_no_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_so_confirm_account_hold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_mo_confirm_no_facility", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_wo_start_no_operator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_find_wo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_wet_no_bath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_bake_no_oven", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_bake_finish_no_actuals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_rack_no_rack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_mask_no_material", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_recv_accept_with_unresolved_damage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_cert_issue_no_spec", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_dlv_delivered_no_pod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_inv_post_no_terms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_inv_post_account_hold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_ncr_close_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_capa_close_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_discharge_close_missing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_so_confirm_no_po", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_recv_accept_qty_mismatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_cert_issue_no_readings_aero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_dlv_start_no_driver", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_inspect_finish_no_readings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_bath_log_no_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_enforcement_audit_py", "to": "fp_enforcement_audit_t_hold_no_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_enforcement_audit_gate", "to": "fp_enforcement_audit_rationale_20", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_enforcement_audit_gate", "to": "o3dv_min_fn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_gate", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_so_no_partner", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_so_confirm_account_hold", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_so_confirm_account_hold", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_mo_confirm_no_facility", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_mo_confirm_no_facility", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_wo_start_no_operator", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_find_wo", "to": "mrp_workorder_mrpworkorder_fp_classify_kind", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_wet_no_bath", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_wet_no_bath", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_bake_no_oven", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_bake_finish_no_actuals", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_bake_finish_no_actuals", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_rack_no_rack", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_mask_no_material", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_recv_accept_with_unresolved_damage", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_cert_issue_no_spec", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_dlv_delivered_no_pod", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_inv_post_no_terms", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_inv_post_account_hold", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_inv_post_account_hold", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_ncr_close_missing", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_ncr_close_missing", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_capa_close_missing", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_capa_close_missing", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_discharge_close_missing", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_discharge_close_missing", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_so_confirm_no_po", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_so_confirm_no_po", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_recv_accept_qty_mismatch", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_cert_issue_no_readings_aero", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_dlv_start_no_driver", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_dlv_start_no_driver", "to": "fp_pickup_request_fppickuprequest_action_start_route", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_inspect_finish_no_readings", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_inspect_finish_no_readings", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_bath_log_no_lines", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_enforcement_audit_t_hold_no_data", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_log", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_soc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_backdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_set_date_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_make_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_make_signature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_process_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_coating", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_strategy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_tank", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_bath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_param", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_ensure_rack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_create_so_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_register_payment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_make_closed_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_quick_so", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_make_quote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_demo_seed_py", "to": "fp_demo_seed_populate_workorders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_log", "to": "fp_demo_seed_make_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_log", "to": "o3dv_min_ug", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_log", "to": "o3dv_min_rv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_log", "to": "o3dv_min_sv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_soc", "to": "fp_demo_seed_rationale_31", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_soc", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_soc", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_backdate", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_backdate", "to": "fp_demo_seed_make_quote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_backdate", "to": "fp_demo_seed_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_set_date_field", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_set_date_field", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_badge", "to": "fp_demo_seed_rationale_66", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_make_badge", "to": "o3dv_min_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_signature", "to": "fp_demo_seed_rationale_127", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_make_signature", "to": "o3dv_min_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_partner", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_partner", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_process_type", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_coating", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_coating", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_coating", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_strategy", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_strategy", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_strategy", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_tank", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_bath", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_param", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_ensure_rack", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_create_so_line", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_create_so_line", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_register_payment", "to": "fp_demo_seed_make_closed_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_register_payment", "to": "fp_demo_seed_rationale_710", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_register_payment", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_closed_job", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_closed_job", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_closed_job", "to": "fp_pickup_request_fppickuprequest_action_schedule", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_closed_job", "to": "fp_pickup_request_fppickuprequest_action_start_route", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_closed_job", "to": "o3dv_min_random", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_quick_so", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_quote", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_make_quote", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_demo_seed_populate_workorders", "to": "fp_demo_seed_rationale_1297", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_demo_seed_populate_workorders", "to": "mrp_production_mrpproduction_generate_workorders_from_recipe", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_required_fields_audit_py", "to": "fp_required_fields_audit_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_required_fields_audit_py", "to": "fp_required_fields_audit_show_field_audit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_required_fields_audit_show_field_audit", "to": "fp_required_fields_audit_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_required_fields_audit_show_field_audit", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_per_step_audit_py", "to": "fp_per_step_audit_banner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_scripts_fp_per_step_audit_py", "to": "fp_per_step_audit_check_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_per_step_audit_check_field", "to": "fp_per_step_audit_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_per_step_audit_check_field", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_per_step_audit_check_field", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_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_plating_fusion_plating_logistics_models_fp_chain_of_custody_py", "to": "fp_chain_of_custody_fpchainofcustody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_chain_of_custody_py", "to": "fp_chain_of_custody_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_chain_of_custody_fpchainofcustody", "to": "fp_chain_of_custody_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_chain_of_custody_compute_display_name", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_route_stop_py", "to": "fp_route_stop_fproutestop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_stop_fproutestop", "to": "fp_route_stop_fproutestop_action_mark_arrived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_stop_fproutestop", "to": "fp_route_stop_fproutestop_action_mark_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_stop_fproutestop", "to": "fp_route_stop_fproutestop_action_mark_skipped", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_stop_fproutestop", "to": "fp_route_stop_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_stop_fproutestop_action_mark_arrived", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_stop_fproutestop_action_mark_completed", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_stop_fproutestop_action_mark_skipped", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_proof_of_delivery_py", "to": "fp_proof_of_delivery_fpproofofdelivery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_proof_of_delivery_py", "to": "fp_proof_of_delivery_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_proof_of_delivery_fpproofofdelivery", "to": "fp_proof_of_delivery_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_delivery_py", "to": "fp_delivery_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_log_custody_event", "to": "fp_delivery_fpdelivery_action_start_route", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_log_custody_event", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_schedule", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_start_route", "to": "fp_delivery_rationale_162", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_start_route", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_start_route", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_refused", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_mark_returned", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_delivery_fpdelivery_action_create_pod", "to": "fp_delivery_rationale_226", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_delivery_fpdelivery_action_create_pod", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_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_plating_fusion_plating_logistics_models_fp_pickup_request_py", "to": "fp_pickup_request_fppickuprequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_pickup_request_py", "to": "fp_pickup_request_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_compute_custody_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_log_custody_event", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_schedule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_start_route", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_mark_picked_up", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_mark_received", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_fppickuprequest_action_reset_to_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest", "to": "fp_pickup_request_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest_log_custody_event", "to": "fp_pickup_request_fppickuprequest_action_mark_picked_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest_log_custody_event", "to": "fp_pickup_request_fppickuprequest_action_mark_received", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pickup_request_fppickuprequest_log_custody_event", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_schedule", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_start_route", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_mark_picked_up", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_mark_received", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_pickup_request_fppickuprequest_action_reset_to_new", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_route_py", "to": "fp_route_fproute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_route_py", "to": "fp_route_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_compute_stop_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_action_plan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_action_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_action_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_fproute_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute", "to": "fp_route_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_route_fproute_action_plan", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_fproute_action_start", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_fproute_action_complete", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_fproute_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_route_fproute_action_reset_to_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_logistics_models_fp_vehicle_py", "to": "fp_vehicle_fpvehicle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle", "to": "fp_vehicle_fpvehicle_action_mark_available", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle", "to": "fp_vehicle_fpvehicle_action_mark_in_use", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle", "to": "fp_vehicle_fpvehicle_action_mark_maintenance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle", "to": "fp_vehicle_fpvehicle_action_mark_out_of_service", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle", "to": "fp_vehicle_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_vehicle_fpvehicle_action_mark_available", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_vehicle_fpvehicle_action_mark_in_use", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_vehicle_fpvehicle_action_mark_maintenance", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_vehicle_fpvehicle_action_mark_out_of_service", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_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_plating_fusion_plating_bridge_quality_models_fp_ncr_py", "to": "fp_ncr_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_strip_html", "to": "fp_ncr_fpncr_prepare_quality_alert_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_strip_html", "to": "fp_ncr_rationale_69", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_team", "to": "fp_ncr_fpncr_prepare_quality_alert_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_team", "to": "fp_ncr_rationale_81", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_stage_for_state", "to": "fp_ncr_fpncr_prepare_quality_alert_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_stage_for_state", "to": "fp_ncr_rationale_88", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_stage_for_state", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_prepare_quality_alert_vals", "to": "fp_ncr_fpncr_sync_to_quality_alert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_prepare_quality_alert_vals", "to": "fp_ncr_rationale_109", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_prepare_quality_alert_vals", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_prepare_quality_alert_vals", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_fp_bridge_quality_available", "to": "fp_ncr_fpncr_sync_to_quality_alert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_quality_available", "to": "fp_ncr_rationale_205", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_fp_bridge_quality_available", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_sync_to_quality_alert", "to": "fp_ncr_fpncr_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_sync_to_quality_alert", "to": "fp_ncr_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_sync_to_quality_alert", "to": "fp_ncr_fpncr_action_sync_to_quality", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_sync_to_quality_alert", "to": "fp_ncr_rationale_210", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_sync_to_quality", "to": "fp_ncr_rationale_244", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_view_quality_alert", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_create", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_ncr_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_create", "to": "fp_ncr_default_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_write", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_ncr_fpncr_write", "to": "o3dv_min_keys", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_quality_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_plating_fusion_plating_invoicing_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_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_plating_fusion_plating_invoicing_models_fp_invoice_strategy_default_py", "to": "fp_invoice_strategy_default_fpinvoicestrategydefault", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_invoice_strategy_default_fpinvoicestrategydefault", "to": "fp_invoice_strategy_default_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_account_move_py", "to": "account_move_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_sale_order_py", "to": "sale_order_onchange_partner_id_invoice_strategy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_create_deposit_invoice", "to": "sale_order_rationale_95", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_create_deposit_invoice", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_deposit_invoice", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_full_invoice", "to": "sale_order_rationale_123", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_create_full_invoice", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_progress_initial_invoice", "to": "sale_order_rationale_138", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_create_progress_initial_invoice", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_progress_initial_invoice", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_final_balance_invoice", "to": "sale_order_rationale_170", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_create_final_balance_invoice", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_create_final_balance_invoice", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_invoicing_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_plating_fusion_plating_bridge_sign_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_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_plating_fusion_plating_bridge_sign_models_fp_fair_py", "to": "fp_fair_fpfair", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_send_for_signature", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_view_signed_document", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_view_sign_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_fair_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_fair_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_view_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_get_default_folder_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_fair_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_submit_for_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_reject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair", "to": "fp_fair_fpfair_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair_action_send_for_signature", "to": "fp_fair_rationale_55", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair_action_send_for_signature", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_fair_fpfair_action_view_signed_document", "to": "fp_fair_rationale_98", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair_action_view_sign_request", "to": "fp_fair_rationale_109", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_sign_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_plating_fusion_plating_bridge_mrp_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_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_plating_fusion_plating_bridge_mrp_wizard_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_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_plating_fusion_plating_bridge_mrp_wizard_fp_recipe_config_wizard_py", "to": "fp_recipe_config_wizard_fprecipeconfigwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_wizard_fp_recipe_config_wizard_py", "to": "fp_recipe_config_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_wizard_fp_recipe_config_wizard_py", "to": "fp_recipe_config_wizard_fprecipeconfigwizardline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard", "to": "fp_recipe_config_wizard_fprecipeconfigwizard_get_optional_nodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard", "to": "fp_recipe_config_wizard_fprecipeconfigwizard_action_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard", "to": "fp_recipe_config_wizard_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_default_get", "to": "fp_recipe_config_wizard_fprecipeconfigwizard_get_optional_nodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_default_get", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_recipe_config_wizard_default_get", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard_get_optional_nodes", "to": "fp_recipe_config_wizard_rationale_74", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard_get_optional_nodes", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard_action_confirm", "to": "fp_recipe_config_wizard_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard_action_confirm", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizard_action_confirm", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_recipe_config_wizard_fprecipeconfigwizardline", "to": "fp_recipe_config_wizard_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_portal_job_py", "to": "fp_portal_job_fpportaljob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob", "to": "fp_portal_job_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_portal_job_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob", "to": "fp_portal_job_fpportaljob_compute_access_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob", "to": "fp_portal_job_fpportaljob_progress_percent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob", "to": "fp_portal_job_fpportaljob_get_customer_visible_steps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_hold_py", "to": "fp_quality_hold_fpqualityholdmrp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityholdmrp", "to": "fp_quality_hold_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_sale_order_py", "to": "sale_order_compute_workflow_stage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_sale_order_py", "to": "sale_order_compute_fp_related_records", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "sale_order_saleorder_fp_auto_create_mo_legacy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "sale_order_rationale_97", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo_legacy", "to": "sale_order_rationale_270", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_fp_auto_create_mo_legacy", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_fp_auto_create_mo_legacy", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_compute_workflow_stage", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_mark_inspected", "to": "sale_order_rationale_397", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_fp_mark_inspected", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_mark_inspected", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_accept_parts", "to": "sale_order_rationale_409", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_fp_accept_parts", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_accept_parts", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_assign_to_me", "to": "sale_order_rationale_424", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_fp_assign_to_me", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_mark_shipped", "to": "sale_order_rationale_442", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_fp_mark_shipped", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_mark_shipped", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_fp_open_shop_floor", "to": "sale_order_rationale_462", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_fp_open_shop_floor", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_compute_fp_related_records", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_productions", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_productions", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_workorders", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_workorders", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_portal_jobs", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_portal_jobs", "to": "o3dv_min_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_quality_holds", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_certificates", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_fp_deliveries", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter_action_sync_to_mrp", "to": "fp_work_center_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_center_fpworkcenter_action_sync_to_mrp", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_work_center_fpworkcenter_action_sync_to_mrp", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_node_override_py", "to": "fp_job_node_override_fpjobnodeoverride", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_job_node_override_fpjobnodeoverride", "to": "fp_job_node_override_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_qc_template_py", "to": "fp_qc_template_fpqcchecklisttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_qc_template_py", "to": "fp_qc_template_resolve_for_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_qc_template_py", "to": "fp_qc_template_fpqcchecklisttemplateline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_template_fpqcchecklisttemplate", "to": "fp_qc_template_fpqcchecklisttemplate_compute_check_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_template_fpqcchecklisttemplate", "to": "fp_qc_template_fpqcchecklisttemplate_action_view_checks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_template_resolve_for_partner", "to": "fp_quality_check_create_for_production", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_template_fpqcchecklisttemplate_action_view_checks", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_proficiency_py", "to": "fp_proficiency_fpoperatorproficiency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_proficiency_py", "to": "fp_proficiency_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_proficiency_py", "to": "fp_proficiency_compute_progress_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_proficiency_py", "to": "fp_proficiency_record_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_proficiency_fpoperatorproficiency", "to": "fp_proficiency_fpoperatorproficiency_maybe_promote", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_proficiency_record_completion", "to": "fp_proficiency_fpoperatorproficiency_maybe_promote", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_proficiency_record_completion", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_proficiency_record_completion", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_proficiency_record_completion", "to": "mrp_workorder_mrpworkorder_fp_record_proficiency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_proficiency_fpoperatorproficiency_maybe_promote", "to": "fp_proficiency_rationale_132", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_proficiency_fpoperatorproficiency_maybe_promote", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_proficiency_fpoperatorproficiency_maybe_promote", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_hr_employee_py", "to": "hr_employee_fp_clocked_in_user_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_compute_x_fc_is_clocked_in", "to": "hr_employee_rationale_70", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_compute_x_fc_is_clocked_in", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_compute_x_fc_is_clocked_in", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_search_x_fc_is_clocked_in", "to": "hr_employee_rationale_91", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_search_x_fc_is_clocked_in", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_search_x_fc_is_clocked_in", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_search_x_fc_is_clocked_in", "to": "o3dv_min_map", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_fp_clocked_in_user_ids", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_fp_clocked_in_user_ids", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_consumption_py", "to": "fp_job_consumption_fpjobconsumption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_consumption_py", "to": "fp_job_consumption_compute_total_cost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_job_consumption_py", "to": "fp_job_consumption_onchange_product", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_job_consumption_fpjobconsumption", "to": "fp_job_consumption_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_job_consumption_compute_total_cost", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_work_role_py", "to": "fp_work_role_fpworkrole", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_work_role_py", "to": "fp_work_role_default_mastery_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_work_role_fpworkrole", "to": "fp_work_role_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_sale_order_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_workorder_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_job_costs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_override_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_active_qc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_qc_check_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_qc_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_compute_current_location", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_production_py", "to": "mrp_production_fp_pick_worker_for_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_compute_receiving_count", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_sale_order", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_workorders", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_receiving", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_receiving", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_compute_job_costs", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_consumption", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_compute_current_location", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_reworks", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_create_rework", "to": "mrp_production_rationale_412", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_create_rework", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_create_rework", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_configure_recipe_steps", "to": "mrp_production_rationale_440", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_configure_recipe_steps", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "mrp_production_mrpproduction_resolve_mo_process_tree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "mrp_production_rationale_490", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_generate_workorders_from_recipe", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_auto_assign_recipe_from_so", "to": "mrp_production_rationale_713", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_auto_assign_recipe_from_so", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_qc_gate_check", "to": "mrp_production_rationale_1044", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_qc_gate_check", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_qc_gate_check", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_open_active_qc", "to": "mrp_production_rationale_1129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_open_active_qc", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_open_active_qc", "to": "fp_quality_check_fpqualitycheck_action_open_tablet", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_action_view_qc_checks", "to": "mrp_production_rationale_1141", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_action_view_qc_checks", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_resolve_mo_process_tree", "to": "mrp_production_rationale_1157", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_resolve_cert_requirement", "to": "mrp_production_rationale_1188", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_build_delivery_vals", "to": "mrp_production_rationale_1260", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_build_delivery_vals", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_generate_cert_pdf", "to": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_generate_cert_pdf", "to": "mrp_production_rationale_1306", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_generate_cert_pdf", "to": "o3dv_min_sub", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_generate_cert_pdf", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "mrp_production_rationale_1379", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "occt_import_js_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "o3dv_min_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_production_mrpproduction_fp_merge_thickness_into_cert", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_mrpworkorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_facility_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_contract_review_approvers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_step_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_customer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_wo_kind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_compute_is_release_ready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_onchange_autofill_equipment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workorder_py", "to": "mrp_workorder_fp_cron_auto_finish_completed_wos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_compute_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_compute_portal_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_compute_quality_hold_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_compute_delivery_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_manufacturing_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_portal_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_quality_holds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_deliveries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_view_process_tree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_get_process_flow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_get_cost_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_get_quality_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_notify_assignee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_classify_kind", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_is_wet_process", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_button_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_record_proficiency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_mrpworkorder_action_signoff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder", "to": "mrp_workorder_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_compute_step_info", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_compute_quality_hold_count", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_compute_delivery_count", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_action_view_process_tree", "to": "mrp_workorder_rationale_435", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_get_process_flow", "to": "mrp_workorder_rationale_457", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_get_process_flow", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_process_flow", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_cost_summary", "to": "mrp_workorder_rationale_505", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_get_cost_summary", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_cost_summary", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_cost_summary", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_quality_data", "to": "mrp_workorder_rationale_594", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_get_quality_data", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_get_quality_data", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_write", "to": "mrp_workorder_mrpworkorder_fp_notify_assignee", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_write", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_write", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_write", "to": "mrp_workorder_mrpworkorder_action_signoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_notify_assignee", "to": "mrp_workorder_rationale_644", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_notify_assignee", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_notify_assignee", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_compute_wo_kind", "to": "mrp_workorder_mrpworkorder_fp_classify_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_compute_is_release_ready", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_onchange_autofill_equipment", "to": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "to": "mrp_workorder_mrpworkorder_fp_classify_kind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "to": "mrp_workorder_rationale_745", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_autofill_default_equipment", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_classify_kind", "to": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_classify_kind", "to": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_classify_kind", "to": "mrp_workorder_rationale_785", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_classify_kind", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_classify_kind", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_is_wet_process", "to": "mrp_workorder_rationale_822", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_is_wet_process", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_is_wet_process", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "to": "mrp_workorder_mrpworkorder_button_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "to": "mrp_workorder_rationale_842", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_start", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_button_start", "to": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_button_start", "to": "mrp_workorder_rationale_887", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "to": "mrp_workorder_rationale_908", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_operator_certification", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "to": "mrp_workorder_mrpworkorder_button_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "to": "mrp_workorder_rationale_935", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_check_required_fields_before_finish", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_button_finish", "to": "mrp_workorder_mrpworkorder_fp_record_proficiency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_button_finish", "to": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_button_finish", "to": "mrp_workorder_fp_cron_auto_finish_completed_wos", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_button_finish", "to": "mrp_workorder_rationale_1021", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_record_proficiency", "to": "mrp_workorder_rationale_1053", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_record_proficiency", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "to": "mrp_workorder_rationale_1074", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_fp_spawn_bake_window_if_needed", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_mrpworkorder_action_signoff", "to": "mrp_workorder_rationale_1119", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workorder_mrpworkorder_action_signoff", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "mrp_workorder_fp_cron_auto_finish_completed_wos", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_mrp_workcenter_py", "to": "mrp_workcenter_mrpworkcenter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mrp_workcenter_mrpworkcenter", "to": "mrp_workcenter_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_fpqualitycheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_compute_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_compute_line_stats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_compute_thickness_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_create_for_production", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_extract_pdf_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_parse_fischerscope_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_fpqualitycheckline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_models_fp_quality_check_py", "to": "fp_quality_check_compute_value_in_range", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_pass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_fail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_rework", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_spawn_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_ensure_all_required_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck", "to": "fp_quality_check_fpqualitycheck_action_open_tablet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_default_name", "to": "fp_quality_check_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_create", "to": "fp_quality_check_create_for_production", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_create", "to": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_create_for_production", "to": "fp_quality_check_fpqualitycheck_action_spawn_retry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_create_for_production", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_start", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_start", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_pass", "to": "fp_quality_check_fpqualitycheck_ensure_all_required_complete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_pass", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_pass", "to": "fp_qc_controller_finalize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_fail", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_fail", "to": "fp_qc_controller_finalize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_rework", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_rework", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_rework", "to": "fp_qc_controller_finalize", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_reset_to_draft", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_spawn_retry", "to": "fp_quality_check_fpqualitycheck_action_open_tablet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_spawn_retry", "to": "fp_quality_check_rationale_297", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_spawn_retry", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_ensure_all_required_complete", "to": "fp_quality_check_rationale_320", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_ensure_all_required_complete", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "fp_quality_check_extract_pdf_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "fp_quality_check_parse_fischerscope_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "fp_quality_check_rationale_348", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_on_thickness_pdf_uploaded", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_extract_pdf_text", "to": "fp_quality_check_fpqualitycheck_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_extract_pdf_text", "to": "occt_import_js_run", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_parse_fischerscope_text", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_parse_fischerscope_text", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_parse_fischerscope_text", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_write", "to": "fp_quality_check_fpqualitycheckline_action_mark_pass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_write", "to": "fp_quality_check_fpqualitycheckline_action_mark_fail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_write", "to": "fp_quality_check_fpqualitycheckline_action_mark_na", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheck_action_open_tablet", "to": "fp_quality_check_rationale_509", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheck_action_open_tablet", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheckline", "to": "fp_quality_check_fpqualitycheckline_action_mark_pass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheckline", "to": "fp_quality_check_fpqualitycheckline_action_mark_fail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheckline", "to": "fp_quality_check_fpqualitycheckline_action_mark_na", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_check_fpqualitycheckline_action_mark_pass", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheckline_action_mark_pass", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheckline_action_mark_fail", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheckline_action_mark_na", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quality_check_fpqualitycheckline_action_mark_na", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_static_src_js_fp_qc_checklist_js", "to": "fp_qc_checklist_fpqcchecklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_refresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_markline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_onvalueinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_onnotesinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_toggleexpanded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_triggerphoto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_onphotoselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_triggerpdfupload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_onpdfselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_openfinalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_closefinalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_finalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_openproduction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_resultbadgeclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_checktypeicon", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_progresspercent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_canfinalize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist", "to": "fp_qc_checklist_fpqcchecklist_anyfailed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist_refresh", "to": "fp_qc_checklist_fpqcchecklist_onphotoselected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist_refresh", "to": "fp_qc_checklist_fpqcchecklist_onpdfselected", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist_refresh", "to": "fp_qc_checklist_fpqcchecklist_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_checklist_fpqcchecklist_markline", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_triggerphoto", "to": "o3dv_min_click", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_onphotoselected", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_onphotoselected", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_triggerpdfupload", "to": "o3dv_min_click", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_onpdfselected", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_onpdfselected", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_finalize", "to": "o3dv_min_add", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_progresspercent", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_canfinalize", "to": "o3dv_min_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_checklist_fpqcchecklist_anyfailed", "to": "o3dv_min_some", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_fpqccontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_line_payload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_check_payload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_get_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_line_mark", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_line_photo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_thickness_pdf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_finalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_mrp_controllers_fp_qc_controller_py", "to": "fp_qc_controller_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check", "to": "fp_qc_controller_get_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check", "to": "fp_qc_controller_thickness_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check", "to": "fp_qc_controller_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check", "to": "fp_qc_controller_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_line_payload", "to": "fp_qc_controller_get_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_line_payload", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check_payload", "to": "fp_qc_controller_get_state", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check_payload", "to": "fp_qc_controller_line_mark", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check_payload", "to": "fp_qc_controller_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_check_payload", "to": "fp_qc_controller_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_qc_controller_line_mark", "to": "fp_audit_fpaudit_action_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_line_mark", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_line_photo", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_line_photo", "to": "occt_import_js_read", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_line_photo", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_line_photo", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_thickness_pdf", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_thickness_pdf", "to": "occt_import_js_read", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_thickness_pdf", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_thickness_pdf", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_finalize", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_qc_controller_start", "to": "fp_audit_fpaudit_action_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_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_plating_fusion_plating_aerospace_models_fp_as9100_clause_py", "to": "fp_as9100_clause_fpas9100clause", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_as9100_clause_py", "to": "fp_as9100_clause_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_as9100_clause_fpas9100clause", "to": "fp_as9100_clause_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_as9100_clause_compute_display_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_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_plating_fusion_plating_aerospace_models_fp_risk_py", "to": "fp_risk_fprisk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_risk_py", "to": "fp_risk_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_risk_py", "to": "fp_risk_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_risk_py", "to": "fp_risk_compute_risk_score", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_risk_py", "to": "fp_risk_compute_risk_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_fprisk", "to": "fp_risk_fprisk_action_assess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_fprisk", "to": "fp_risk_fprisk_action_treat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_fprisk", "to": "fp_risk_fprisk_action_monitor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_fprisk", "to": "fp_risk_fprisk_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_fprisk", "to": "fp_risk_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_default_name", "to": "fp_risk_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_risk_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_risk_fprisk_action_assess", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_risk_fprisk_action_treat", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_risk_fprisk_action_monitor", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_risk_fprisk_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_counterfeit_prevention_py", "to": "fp_counterfeit_prevention_fpcounterfeitprevention", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_counterfeit_prevention_py", "to": "fp_counterfeit_prevention_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_counterfeit_prevention_py", "to": "fp_counterfeit_prevention_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_counterfeit_prevention_fpcounterfeitprevention", "to": "fp_counterfeit_prevention_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_counterfeit_prevention_default_name", "to": "fp_counterfeit_prevention_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_counterfeit_prevention_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_config_item_py", "to": "fp_config_item_fpconfigitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_config_item_fpconfigitem", "to": "fp_config_item_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_nadcap_audit_py", "to": "fp_nadcap_audit_fpnadcapaudit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_nadcap_audit_py", "to": "fp_nadcap_audit_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_aerospace_models_fp_nadcap_audit_py", "to": "fp_nadcap_audit_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_fpnadcapaudit", "to": "fp_nadcap_audit_fpnadcapaudit_action_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_fpnadcapaudit", "to": "fp_nadcap_audit_fpnadcapaudit_action_issue_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_fpnadcapaudit", "to": "fp_nadcap_audit_fpnadcapaudit_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_fpnadcapaudit", "to": "fp_nadcap_audit_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_default_name", "to": "fp_nadcap_audit_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_nadcap_audit_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nadcap_audit_fpnadcapaudit_action_start", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nadcap_audit_fpnadcapaudit_action_issue_report", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_nadcap_audit_fpnadcapaudit_action_close", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_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_plating_fusion_plating_configurator_init_py", "to": "init_backfill_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_init_py", "to": "init_post_upgrade_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_backfill_currency", "to": "init_post_upgrade_hook", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_backfill_currency", "to": "init_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_backfill_currency", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_backfill_currency", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_migrations_19_0_9_0_0_post_migration_py", "to": "post_migration_migrate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_add_from_so_wizard_py", "to": "fp_add_from_so_wizard_fpaddfromsowizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_add_from_so_wizard_py", "to": "fp_add_from_so_wizard_onchange_source_order_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_so_wizard_fpaddfromsowizard", "to": "fp_add_from_so_wizard_fpaddfromsowizard_action_copy_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_so_wizard_fpaddfromsowizard", "to": "fp_add_from_so_wizard_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_so_wizard_fpaddfromsowizard_action_copy_lines", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_add_from_so_wizard_fpaddfromsowizard_action_copy_lines", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_part_catalog_import_wizard_py", "to": "fp_part_catalog_import_wizard_to_float", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_part_catalog_import_wizard_py", "to": "fp_part_catalog_import_wizard_to_int", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_part_catalog_import_wizard_py", "to": "fp_part_catalog_import_wizard_to_bool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_part_catalog_import_wizard_py", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_to_float", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_to_int", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_to_bool", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_download_template", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_open_imported_parts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_find_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard", "to": "fp_part_catalog_import_wizard_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_download_template", "to": "fp_part_catalog_import_wizard_rationale_146", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_download_template", "to": "o3dv_min_getvalue", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_download_template", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_find_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "fp_part_catalog_import_wizard_rationale_174", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_preview", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_find_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "fp_part_catalog_import_wizard_rationale_310", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_import", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_open_imported_parts", "to": "fp_part_catalog_import_wizard_rationale_369", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_open_imported_parts", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_action_open_imported_parts", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "to": "fp_part_catalog_import_wizard_rationale_387", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_parse_csv", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_find_partner", "to": "fp_part_catalog_import_wizard_rationale_432", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "to": "fp_part_catalog_import_wizard_rationale_459", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_import_wizard_fppartcatalogimportwizard_build_preview_html", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_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_plating_fusion_plating_configurator_wizard_fp_add_from_quote_wizard_py", "to": "fp_add_from_quote_wizard_fpaddfromquotewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_quote_wizard_fpaddfromquotewizard", "to": "fp_add_from_quote_wizard_fpaddfromquotewizard_action_copy_quotes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_quote_wizard_fpaddfromquotewizard", "to": "fp_add_from_quote_wizard_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_add_from_quote_wizard_fpaddfromquotewizard_action_copy_quotes", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_add_from_quote_wizard_fpaddfromquotewizard_action_copy_quotes", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_wizard_py", "to": "fp_direct_order_wizard_fpdirectorderwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_wizard_py", "to": "fp_direct_order_wizard_compute_totals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_wizard_py", "to": "fp_direct_order_wizard_compute_missing_info_msg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_wizard_py", "to": "fp_direct_order_wizard_onchange_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard", "to": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_prior_so", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard", "to": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_quotes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard", "to": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard", "to": "fp_direct_order_wizard_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_onchange_partner_id", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_prior_so", "to": "fp_direct_order_wizard_rationale_152", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_prior_so", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_prior_so", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_quotes", "to": "fp_direct_order_wizard_rationale_169", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_quotes", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_add_from_quotes", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "fp_direct_order_wizard_rationale_186", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "fp_sale_description_template_fpsaledescriptiontemplate_register_usage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_wizard_fpdirectorderwizard_action_create_order", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_fpdirectorderline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_compute_line_subtotal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_compute_is_missing_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_onchange_quote_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_onchange_part_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_onchange_lookup_price", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_onchange_description_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_wizard_fp_direct_order_line_py", "to": "fp_direct_order_line_onchange_suggest_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_line_fpdirectorderline", "to": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_line_onchange_lookup_price", "to": "fp_customer_price_list_find_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "to": "fp_direct_order_line_rationale_271", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "to": "fp_part_catalog_fppartcatalog_action_create_revision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_direct_order_line_fpdirectorderline_get_or_bump_revision", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_coating_config_py", "to": "fp_coating_config_fpcoatingconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_coating_config_fpcoatingconfig", "to": "fp_coating_config_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_pricing_rule_py", "to": "fp_pricing_rule_fppricingrule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pricing_rule_fppricingrule", "to": "fp_pricing_rule_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_fpquoteconfigurator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_compute_material_weight_kg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_compute_effective_area_sqin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_compute_drawing_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_compute_first_drawing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_part_catalog_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_coating_config_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_compute_price", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_upload_3d_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_upload_drawing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_upload_rfq_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_quote_configurator_py", "to": "fp_quote_configurator_onchange_upload_po_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_inverse_first_drawing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_find_matching_rule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_normalize_surface_area_to_sqin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_view_rfq", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_view_po", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_reset_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_mark_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_open_3d_fullscreen", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_view_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_view_part_catalog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_save_to_catalog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_fpquoteconfigurator_action_view_drawings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator", "to": "fp_quote_configurator_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_compute_material_weight_kg", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_compute_material_weight_kg", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_compute_effective_area_sqin", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_inverse_first_drawing", "to": "fp_quote_configurator_rationale_175", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_inverse_first_drawing", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_compute_price", "to": "fp_quote_configurator_fpquoteconfigurator_find_matching_rule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_compute_price", "to": "fp_quote_configurator_fpquoteconfigurator_normalize_surface_area_to_sqin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_compute_price", "to": "o3dv_min_ceil", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_compute_price", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_compute_price", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_find_matching_rule", "to": "fp_quote_configurator_rationale_438", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_normalize_surface_area_to_sqin", "to": "fp_quote_configurator_rationale_491", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "fp_quote_configurator_onchange_upload_3d_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "fp_quote_configurator_onchange_upload_drawing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "fp_quote_configurator_onchange_upload_rfq_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "fp_quote_configurator_onchange_upload_po_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "to": "fp_quote_configurator_rationale_514", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_create_quotation", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_3d_file", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_3d_file", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_3d_file", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_3d_file", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_drawing", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_onchange_upload_drawing", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_view_rfq", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_view_po", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "to": "fp_quote_configurator_rationale_755", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_recalculate_price", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_cancel", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_reset_draft", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "to": "fp_quote_configurator_rationale_785", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_mark_lost", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_mark_expired", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_open_3d_fullscreen", "to": "fp_quote_configurator_rationale_808", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_save_to_catalog", "to": "fp_quote_configurator_rationale_843", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_save_to_catalog", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_save_to_catalog", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_view_drawings", "to": "fp_quote_configurator_rationale_877", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_configurator_fpquoteconfigurator_action_view_drawings", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_wo_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_is_signed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_email_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_part_numbers_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_invoiced_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_workorder_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_nav_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_deadline_countdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_compute_margin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_onchange_upload_rfq_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_py", "to": "sale_order_onchange_upload_po_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_compute_wo_completion", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_mark_signed", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_compute_workorder_count", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_compute_nav_counts", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_saleorder_action_view_bom_items", "to": "sale_order_rationale_428", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_saleorder_action_view_wo_perspective", "to": "sale_order_rationale_444", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_compute_deadline_countdown", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_onchange_upload_rfq_file", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_onchange_upload_po_file", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_fppartcatalog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_compute_material_weight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_compute_bbox_summary_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_compute_effective_area", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_onchange_model_attachment_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_part_catalog_py", "to": "fp_part_catalog_onchange_model_upload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_sale_order_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_configurator_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_workorder_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_revision_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_description_template_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_open_part_composer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_view_customer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_view_workorders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_view_revisions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_view_sale_orders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_view_configurators", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_create_revision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_part_catalog_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_compute_has_confirmed_mo", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_start_contract_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_dismiss_contract_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog", "to": "fp_part_catalog_fppartcatalog_action_undismiss_contract_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_compute_material_weight", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_compute_material_weight", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_compute_effective_area", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "fp_part_catalog_rationale_260", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "o3dv_min_set", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_write", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_workorder_count", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_compute_display_name", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_open_part_composer", "to": "fp_part_catalog_rationale_394", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_view_workorders", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_view_revisions", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_view_sale_orders", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_view_configurators", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_create_revision", "to": "fp_part_catalog_rationale_486", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_create_revision", "to": "o3dv_min_max", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_create_revision", "to": "o3dv_min_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_onchange_model_attachment_id", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_onchange_model_upload", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_onchange_model_upload", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "to": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "to": "fp_part_catalog_rationale_545", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_calculate_surface_area", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "fp_part_catalog_rationale_566", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "occt_import_js_readfile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_isvalid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_y", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_z", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_round", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "occt_import_js_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_compute_surface_area_from_model", "to": "o3dv_min_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_account_move_line_py", "to": "account_move_line_accountmoveline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_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_plating_fusion_plating_configurator_models_sale_order_line_py", "to": "sale_order_line_saleorderline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_line_py", "to": "sale_order_line_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_sale_order_line_py", "to": "sale_order_line_onchange_description_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_line_saleorderline", "to": "sale_order_line_saleorderline_action_archive_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_line_saleorderline", "to": "sale_order_line_saleorderline_action_unarchive_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_line_saleorderline", "to": "sale_order_line_saleorderline_prepare_invoice_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sale_order_line_create", "to": "o3dv_min_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_line_saleorderline_action_archive_line", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_line_saleorderline_action_unarchive_line", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "sale_order_line_saleorderline_prepare_invoice_line", "to": "sale_order_line_rationale_125", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_treatment_py", "to": "fp_treatment_fptreatment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_treatment_fptreatment", "to": "fp_treatment_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_description_template_py", "to": "fp_sale_description_template_fpsaledescriptiontemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sale_description_template_fpsaledescriptiontemplate", "to": "fp_sale_description_template_fpsaledescriptiontemplate_register_usage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sale_description_template_fpsaledescriptiontemplate", "to": "fp_sale_description_template_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sale_description_template_fpsaledescriptiontemplate_register_usage", "to": "fp_sale_description_template_rationale_85", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_customer_price_list_py", "to": "fp_customer_price_list_fpcustomerpricelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_customer_price_list_py", "to": "fp_customer_price_list_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_customer_price_list_py", "to": "fp_customer_price_list_find_price", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_price_list_fpcustomerpricelist", "to": "fp_customer_price_list_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_customer_price_list_compute_name", "to": "o3dv_min_append", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_assembly_py", "to": "fp_sale_assembly_fpsaleassembly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_assembly_py", "to": "fp_sale_assembly_compute_procured_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_sale_assembly_py", "to": "fp_sale_assembly_fpsaleassemblyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_sale_assembly_fpsaleassembly", "to": "fp_sale_assembly_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_action_fp_import_parts", "to": "res_partner_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_action_fp_import_parts", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_respartner_action_fp_new_direct_order", "to": "res_partner_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_respartner_action_fp_new_direct_order", "to": "o3dv_min", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_models_fp_pricing_complexity_surcharge_py", "to": "fp_pricing_complexity_surcharge_fppricingcomplexitysurcharge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pricing_complexity_surcharge_fppricingcomplexitysurcharge", "to": "fp_pricing_complexity_surcharge_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_do", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_constructor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addeventlistener", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_haseventlistener", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_geteventnotifier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_notifyeventlisteners", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_m", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_runbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_runonce", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_taskready", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_il", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_go", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ut", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ng", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_di", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_br", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ji", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ws", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ei", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_og", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isvalid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hastransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isequal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ho", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ug", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmaterialindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_r", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_u", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_length", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplyscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_normalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_offset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_eu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_un", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ni", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbounds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbytelength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_primitivecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getprimitive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_su", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_au", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettextcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbuffercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_settextcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setbuffercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_canexport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_export", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getexportedmaterialname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getexportedmeshname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getexportedname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportrhinocontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_propertycount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_end", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writearraybuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeboolean8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writecharacter8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeunsignedcharacter8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeinteger16", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeunsignedinteger16", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeinteger32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeunsignedinteger32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writefloat32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writedouble64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createidentity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isidentity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createtranslation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createrotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createrotationaxisangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createscale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_composetrs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_decomposetrs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_determinant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_invert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_transpose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_inverttranspose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplyvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplymatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_iu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_appendmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_append", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_transformcoord3d", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ru", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vertexcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vertexcolorcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_normalcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_textureuvcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_linecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_linesegmentcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_trianglecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratevertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratetrianglevertexindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratetrianglevertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_propertygroupcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addpropertygroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpropertygroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cloneproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettransformedmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportasciicontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportbinarycontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmainbuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmainjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportmaterials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_materialcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_meshcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratemeshes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mapmeshindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ismeshinstancevisible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_meshinstancecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratemeshinstances", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratetransformedmeshinstances", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumerateverticesandtriangles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratetriangleswithnormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fillvisiblemeshcache", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_indent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writearrayline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_writeindentation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_write", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getheadertext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exporttext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_exportbinary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addexporter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcenter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_md", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addpointdirectly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findpointdirectly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findnodeforpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createchildnodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ispointinbounds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_oa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ou", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_du", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fillfrominputfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_extendfromfilelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_containsfilebypath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findfilebypath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isonlyurlsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfilecontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generateid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isempty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ismeshnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasparent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getparent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getworldtransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_settransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addchildnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_removechildnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getchildnodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_childnodecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getchildnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmeshindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_meshindexcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumerate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratechildren", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratemeshindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getunit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setunit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getrootnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nodecount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmeshtorootnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_removemesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addvertex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addtriangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addtriangleedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ca", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_g", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvertex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvertex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addvertexcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvertexcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvertexcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addnormal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setnormal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnormal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addtextureuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_settextureuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettextureuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettriangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasvertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasvertexcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasnormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hastextureuvs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvertexcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setnormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_settextureuvs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcurve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_removeeventlistener", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dispatchevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_us", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_x", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_iv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ov", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ma", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ri", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_width", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_height", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sety", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_add", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addscaledvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_subscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_subvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiply", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_divide", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dividescalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applymatrix3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_min", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_max", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clamp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clampscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clamplength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_floor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ceil", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_round", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_roundtozero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_negate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cross", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lengthsq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_manhattanlength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_angle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_angleto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distanceto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancetosquared", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_manhattandistanceto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setlength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lerp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lerpvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_equals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_toarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_frombufferattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotatearound", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_random", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_symbol_iterator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_identity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_extractbasis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrix4", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_premultiply", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplymatrices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnormalmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_transposeintoarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setuvtransform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_scale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_translate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_maketranslation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makescale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_aa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_oc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_q0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_av", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ba", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdataurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_srgbtolinear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_needsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tojson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_td", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_image", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatematrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dispose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_transformuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_needspmremupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applymatrix4", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setaxisanglefromquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setaxisanglefromrotationmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrixposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_texture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_depthtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addlayerupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearlayerupdates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_slerpflat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplyquaternionsflat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_y", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_z", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_w", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromeuler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromaxisangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromrotationmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromunitvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotatetowards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_conjugate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplyquaternions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_slerp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_slerpquaternions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onchange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onchangecallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_multiplyvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applyeuler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applyaxisangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applynormalmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applyquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_unproject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_transformdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_crossvectors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_projectonvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_projectonplane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_reflect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromspherical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromsphericalcoords", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcylindrical", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcylindricalcoords", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrixscale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrixcolumn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrix3column", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_randomdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrombufferattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrompoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcenterandsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makeempty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_expandbypoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_expandbyvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_expandbyscalar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_expandbyobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_containspoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_containsbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getparameter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectsbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectssphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectsplane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectstriangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clamppoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancetopoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getboundingsphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_union", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getboundingbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lookat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_recast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_closestpointtopoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancesqtopoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancesqtosegment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectsphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancetoplane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectplane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersecttriangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copyposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrommatrix3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makebasis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_extractrotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationfromeuler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationfromquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmaxscaleonaxis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makerotationaxis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makeshear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_compose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_decompose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makeperspective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_makeorthographic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromvector3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_reorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enableall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_toggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_disable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_disableall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_test", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isenabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onbeforeshadow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onaftershadow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onbeforerender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onafterrender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrotationfromaxisangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrotationfromeuler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrotationfrommatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrotationfromquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotateonaxis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotateonworldaxis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotatex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotatey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rotatez", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_translateonaxis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_translatex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_translatey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_translatez", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_localtoworld", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_worldtolocal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_remove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_removefromparent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_attach", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getobjectbyid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getobjectbyname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getobjectbyproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getobjectsbyproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getworldposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getworldquaternion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getworldscale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getworlddirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_raycast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_traverse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_traversevisible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_traverseancestors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatematrixworld", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updateworldmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbarycoord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getinterpolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getinterpolatedattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isfrontfacing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfrompointsandindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromattributeandindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmidpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getplane", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sethex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrgb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sethsl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setstyle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcolorname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copysrgbtolinear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copylineartosrgb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertsrgbtolinear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertlineartosrgb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gethex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gethexstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gethsl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getrgb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getstyle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_offsethsl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lerpcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lerphsl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_alphatest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onbeforecompile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_customprogramcachekey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onuploadcallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setusage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addupdaterange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearupdateranges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copyat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copyarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gety", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setxy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setxyz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setxyzw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setindirect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getindirect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_deleteattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cleargroups", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setdrawrange", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_center", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computeboundingbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computeboundingsphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computetangents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computevertexnormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_normalizenormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tononindexed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatemorphtargets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvertexposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computeintersections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_v", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ju", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfocallength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfocallength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_geteffectivefov", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfilmwidth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfilmheight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getviewbounds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getviewsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setviewoffset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearviewoffset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updateprojectionmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatecoordinatesystem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_update", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_images", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromequirectangulartexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gethandspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettargetrayspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getgripspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_connect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_disconnect", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gethandjoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_normalizeskinweights", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applybonetransform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_calculateinverses", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computebonetexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbonebyname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcomponents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromnormalandcoplanarpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcoplanarpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_distancetosphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_projectpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectsline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_coplanarpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromprojectionmatrix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectsobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectssprite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computelinedistances", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_th", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpointat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getspacedpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getlength", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getlengths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatearclengths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getutotmapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettangent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettangentat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_computefrenetframes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_l", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_closepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcurvelengths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_moveto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lineto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_quadraticcurveto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_beziercurveto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_splinethru", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_arc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_absarc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ellipse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_absellipse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpointsholes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_extractpoints", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_da", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_oy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qg", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_triangulate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_area", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isclockwise", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_triangulateshape", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_e0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_t0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_e", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_n", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_n0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_evaluate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_copysamplevalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_interpolate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intervalchanged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_interpolantfactorymethoddiscrete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_interpolantfactorymethodlinear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_interpolantfactorymethodsmooth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setinterpolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvaluesize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_shift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_trim", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_validate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_optimize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createfrommorphtargetsequence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findbyname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createclipsfrommorphtargetsequences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseanimation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resetduration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_i", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_load", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadasync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcrossorigin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setwithcredentials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setpath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setresourcepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrequestheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setresponsetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmimetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getviewportcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfrustum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatematrices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getviewport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getframeextents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_power", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_extracturlbase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resolveurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_unbind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sanitizenodename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsetrackname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_unavailable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_unavailable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_direct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_arrayelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_toarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_direct", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_direct_setneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_direct_setmatrixworldneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_array_setneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_array_setmatrixworldneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_arrayelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_arrayelement_setneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_arrayelement_setmatrixworldneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_fromarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_fromarray_setneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_fromarray_setmatrixworldneedsupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvalue_unbound", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setvalue_unbound", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromcamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfromxrcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_intersectobjects", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_a0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_toshapes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_op", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_d", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_p", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_km", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromscene", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromequirectangular", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromcubemap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_compilecubemapshader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_compileequirectangularshader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fromtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_allocatetargets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_compilematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_scenetocubeuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_texturetocubeuv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_applypmrem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_blur", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_halfblur", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ne", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ie", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_my", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_re", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_se", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_oe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ae", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_le", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ce", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ln", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_on", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_he", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_de", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_me", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ye", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_te", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_be", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_we", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ke", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ze", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_je", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setoptional", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_upload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_seqwithvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_eb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_iy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_db", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvertexshaderid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfragmentshaderid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getshadercacheformaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getshaderstage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_b", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ny", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_reset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdepthtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_coordinatesystem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_outputcolorspace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_if", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ur", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalizematerials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalizemeshes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalizemesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalizetriangle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finalizenodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdefaultmaterialindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_of", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ky", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_import", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_canimportextension", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getupdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resetcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_seterror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_waserror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_geterrormessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getvertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_segmentcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinocontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinodocument", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_initrhinoinstances", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinouserstrings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinogeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinogeometryobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importrhinogeometryasmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_skip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readarraybuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readboolean8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readcharacter8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readunsignedcharacter8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readinteger16", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readunsignedinteger16", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readinteger32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readunsignedinteger32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readfloat32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readdouble64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processbinary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readmainchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readeditorchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readmaterialchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readtexturemapchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readcolorchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readpercentagechunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readobjectchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readmeshchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readverticeschunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readtextureverticeschunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readfaceschunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readfacematerialschunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readfacesmoothinggroupschunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readtransformationchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readkeyframechunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_buildnodehierarchy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readobjectnodechunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readchunks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getchunkend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_skipchunk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcomponenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setdatatype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setbytestride", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setdatacount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setsparsereader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdatacount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_skipbytes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readcomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_skipbytesbystride", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcomponentsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadlibraries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getunsupportedextensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processmaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processprimitive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processgltf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processbinarygltf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processmainfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdefaultscene", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importmaterial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importprimitive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importscene", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getreaderfrombufferview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getreaderfromaccessor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importifccontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importifcmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmaterialindexbycolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getifcstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_decodeifcstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_adduv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_df", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addnewmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processmeshparameter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processmaterialparameter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processlinecommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processfacecommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getrelativeindex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setformat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getelements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addsingleformat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addlistformat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getheadercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readasciicontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_readbinarycontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importresultjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isbinarystlfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_yy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_os", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_as", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseconnections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseimages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseimage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsetextures", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsetexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadtexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsematerials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseparameters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsedeformers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsemorphtargets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsescene", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsemodels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_buildskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createcamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createlight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createmesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createcurve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettransformdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setlookatproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bindskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseposenodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addglobalscenesettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsegeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsemeshgeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gengeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsegeonode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_genbuffers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnormalnewell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnormaltangentandbitangent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_flattenvertex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_genface", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmorphtargets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_genmorphgeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenormals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseuvs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsevertexcolors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsematerialindices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenurbsgeometry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseclips", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseanimationcurvenodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseanimationcurves", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseanimationlayers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseanimstacks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addclip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generatetracks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generatevectortrack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generaterotationtrack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generatemorphtrack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettimesforallaxes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getkeyframetrackvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_interpolaterotations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getprevnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcurrentnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcurrentprop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pushstack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_popstack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcurrentprop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenodebegin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenodeattr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenodeproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenodepropertycontinued", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenodespecialproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_endofcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsenode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parsesubnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_parseproperty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getoffset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_size", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getboolean", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbooleanarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getuint8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getint16", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getint32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getint32array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getuint32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getint64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getint64array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getuint64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfloat32", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfloat32array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfloat64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfloat64array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getarraybuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ds", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_kf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mapvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_map", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_flatten", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_last", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_foreach", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isundefined", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isfunction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_drop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dropright", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_filter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_reject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_has", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_contains", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clonearr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cloneobj", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_find", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_reduce", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_compact", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_uniq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_partial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isregexp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_every", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_difference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_some", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_indexof", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sortby", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zipobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_assign", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_assignnooverwrite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_groupby", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_noop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_packarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_print_error", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_print_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ises2015mapsupported", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_peek", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_timer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tofastproperties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_o", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_c", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_s", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_h", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_f", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_k", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_q", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addextension", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createloader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmainobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ismeshvisible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onthreeobjectsloaded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertthreemesh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_findorcreatematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertthreematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertthreecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_jf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isconvertible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getobjectlisttoconvert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_issupportedtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loaddocumentxml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadguidocumentxml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpropertiesfromelement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getxmlcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfirstchildvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_convertobjects", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onfileconverted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfilebuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addimporter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importloadedfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_importloadedmainfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_decompressarchives", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfilelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hasimportablefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getimportablefiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createshapes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getstrokestyle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pointstostroke", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pointstostrokewithbuffers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addvertices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resetcurve", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addtriangleinverted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addconvexpolygon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addconvexpolygoninverted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generatesurfacebetweenpolygons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generatetrianglefan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_um", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_vx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_tx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_qf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setrootobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getrootobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmainobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setedgesettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_generateedgemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearedgemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratelines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratemeshesandlines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumerateedges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_haslinesoredges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatepolygonoffset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshintersectionundermouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_integertostring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_stringtointeger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_numbertostring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_stringtonumber", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_environmentsettingstostring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addmodelurls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addcamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addprojectionmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addenvironmentsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addbackgroundcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_adddefaultcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_adddefaultlinecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addedgesettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addurlpart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getparameterlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmodelurls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getprojectionmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getenvironmentsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbackgroundcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdefaultcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdefaultlinecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getedgesettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getkeywordparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_hm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_mx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ex", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ontextureneeded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ontextureloaded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmodelloaded", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_finish", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnodeitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getthreematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createthreefacematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_createthreelinematerial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadfacetexture", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_processitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_inprogress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getimporter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdefaultmaterials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_replacedefaultmaterialscolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_revokeobjecturls", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_destroy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_wm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_bx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_xm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_rx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_px", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_nx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_lx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_down", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_move", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_up", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_leave", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isbuttondown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmovediff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getpositionfromevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isfingerdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfingercount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getdistancediff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_gettouchdistancefromevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_cancel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_isclick", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmouseclickhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmousemovehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcontextmenuhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getnavigationmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setnavigationmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setcamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_movecamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getfittospherecamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmousedown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmousemove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmouseup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmouseleave", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ontouchstart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ontouchmove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ontouchend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_onmousewheel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_oncontextmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_orbit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_pan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_zoom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_click", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_context", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setshadingtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setprojectionmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updateshading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setenvironmentmapsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_updatebycamera", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_sd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_od", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_forceupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_validateperspective", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_validateorthographic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setfixed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_flip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setbackgroundcolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcanvas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_resizerenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fitspheretowindow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_adjustclippingplanes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_adjustclippingplanestosphere", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setupvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_flipupvector", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_render", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_addextraobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_clearextra", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmeshesvisibility", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_setmesheshighlight", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getmeshuserdataundermouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_enumeratemeshesandlinesuserdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_initnavigation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_initshading", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getshadingtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getimagesize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getcanvassize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getimageasdataurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadmodelfromurllist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadmodelfromfilelist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_loadmodelfrominputfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_getviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_ym", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_dx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_o3dv_min_js", "to": "o3dv_min_fx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_do", "to": "o3dv_min_fo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_do", "to": "o3dv_min_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zm", "to": "o3dv_min_getparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zm", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_constructor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_da", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_mn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_mc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_dc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_bv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_gv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fo", "to": "o3dv_min_hv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cu", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cu", "to": "o3dv_min_createrotationaxisangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cu", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uu", "to": "o3dv_min_uo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hu", "to": "o3dv_min_wu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_createidentity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_rn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_tr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_generateid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_us", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_clone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_onchange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_updatemorphtargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_floor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_dispatchevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_frombufferattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_round", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_dot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_copy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_uh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setinterpolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_resetduration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_updatematrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_parsetrackname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_findnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_compilematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_re", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_ze", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_je", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_gettargetrayspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getgripspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_gethandspace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_addeventlistener", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getdepthtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_le", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_ae", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_multiplyscalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_removeeventlistener", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_dispose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_determinant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_oc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_traversevisible", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_traverse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_fe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_updatematrixworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_onbeforerender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_multiplymatrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setfromprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_onafterrender", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_convert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_q0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_getrootnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_rf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_if", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_bind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_resize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setprojectionmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setbackgroundcolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setedgesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "o3dv_min_setenvironmentmapsettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_constructor", "to": "fp_rfq_form_fprfqforminteraction_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_addeventlistener", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addeventlistener", "to": "o3dv_min_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addeventlistener", "to": "o3dv_min_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addeventlistener", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addeventlistener", "to": "o3dv_min_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addeventlistener", "to": "fp_rfq_form_fprfqforminteraction_setupdropzone", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_haseventlistener", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_haseventlistener", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_notifyeventlisteners", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_notifyeventlisteners", "to": "o3dv_min_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jm", "to": "o3dv_min_od", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jm", "to": "o3dv_min_setmainobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_getparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_isundefined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_pick", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_isempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_clonearr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_m", "to": "o3dv_min_flatten", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_uo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_getexportedmaterialname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_getexportedmeshname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_wu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_createresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importrhinouserstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importscene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nt", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uo", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uo", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_run", "to": "o3dv_min_taskready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_run", "to": "o3dv_min_runonce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_run", "to": "o3dv_min_runbatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_run", "to": "o3dv_min_pu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_runbatch", "to": "o3dv_min_mu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_runonce", "to": "o3dv_min_taskready", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pu", "to": "o3dv_min_getcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mu", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mu", "to": "o3dv_min_loadmodelfromurllist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kr", "to": "o3dv_min_md", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kr", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kr", "to": "o3dv_min_getfittospherecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bo", "to": "o3dv_min_pi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bo", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yu", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_go", "to": "o3dv_min_ispointinbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vo", "to": "o3dv_min_ispointinbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_ji", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_hastransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_isequal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_lg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_bi", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_pg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_isidentity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_invert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_iu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_qf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_createthreefacematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ut", "to": "o3dv_min_validateorthographic", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_yx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_di", "to": "o3dv_min_x", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_br", "to": "o3dv_min_decomposetrs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_br", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_offset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_rotate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_bu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_cloneproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_gettransformedmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_md", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_oa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_vertexcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getvertex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addvertex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_vertexcolorcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getvertexcolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addvertexcolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_normalcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_textureuvcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_gettextureuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addtextureuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_linecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_trianglecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_gettriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_addtriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setvertexcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_settextureuvs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setcurve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_fromarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_copy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_mo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_tv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_lineto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_quadraticcurveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_beziercurveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_splinethru", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_ls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_us", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getnormaltangentandbitangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_down", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_move", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_getfittospherecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_flip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setedgesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clone", "to": "o3dv_min_setenvironmentmapsettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ji", "to": "o3dv_min_hastransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ji", "to": "o3dv_min_isequal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ji", "to": "o3dv_min_lg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ms", "to": "o3dv_min_md", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ms", "to": "o3dv_min_move", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hs", "to": "o3dv_min_nu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hs", "to": "o3dv_min_gettouchdistancefromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hs", "to": "o3dv_min_move", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rl", "to": "o3dv_min_md", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getmaterialindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_writearraybuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_fillvisiblemeshcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_addedge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_ov", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_identity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setfrommatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_invert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setuvtransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_maketranslation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makerotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makescale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setaxisanglefromrotationmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_random", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_projectonvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_copy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getcenter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makeempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setfrommatrix3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makebasis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makerotationx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makerotationy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makerotationz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makerotationaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_makeshear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setfromvector3", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getworlddirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getbarycoord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_sethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setrgb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_copyarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getviewbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_updatecoordinatesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_normalizeskinweights", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_computebonetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setcomponents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_intersectssprite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_moveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_lineto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_quadraticcurveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_beziercurveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_setfromxrcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_km", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_scenetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_ne", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_bf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_ge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getshadercacheformaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getshaderstage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_if", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_pf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_initrhinoinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_readarraybuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_readmaterialchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getmeshindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_addnewmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parseconnections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parsetextures", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parsematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parsemodels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parseanimationcurvenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_parseanimationlayers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_findorcreatematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_getthreematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_updateshading", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_updatebycamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_set", "to": "occt_import_js_expandfilestorage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_set", "to": "occt_import_js_resizefilestorage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_set", "to": "occt_import_js_read", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_set", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_set", "to": "occt_import_js_mmap", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_fn", "to": "o3dv_min_round", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fn", "to": "o3dv_min_ei", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ws", "to": "o3dv_min_setbackgroundcolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ei", "to": "o3dv_min_fc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ei", "to": "o3dv_min_uc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ei", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ei", "to": "o3dv_min_df", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ei", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vr", "to": "o3dv_min_isequal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vr", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xs", "to": "o3dv_min_uc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xs", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xs", "to": "o3dv_min_js", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_in", "to": "o3dv_min_xu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_in", "to": "o3dv_min_rg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_in", "to": "o3dv_min_getmaterialindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_in", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xu", "to": "o3dv_min_wu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isvalid", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isequal", "to": "o3dv_min_gs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gs", "to": "o3dv_min_parsenodeproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ho", "to": "o3dv_min_r", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zr", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zr", "to": "o3dv_min_trim", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zr", "to": "o3dv_min_processmeshparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zr", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zr", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yi", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yi", "to": "o3dv_min_trim", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yi", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fi", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fi", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fi", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fi", "to": "o3dv_min_readheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fi", "to": "o3dv_min_readasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pd", "to": "o3dv_min_ug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ug", "to": "o3dv_min_ceil", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pi", "to": "o3dv_min_getmaterialindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pi", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pi", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_addmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindex", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wo", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wo", "to": "o3dv_min_convertobjects", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_exportcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_i", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_ly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_loadlibraries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_r", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_tr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_ou", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_du", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_findfilebypath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rn", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tr", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_getfilecontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_defaults", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_reject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isregexp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isundefined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_te", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_print_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_isempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_packarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_every", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_u", "to": "o3dv_min_flatten", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tu", "to": "o3dv_min_getfilecontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_clamplength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_setfrommatrixscale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_getboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_extractrotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_getarea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_length", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_normalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_dividescalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_clamplength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_setlength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_projectonvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_reflect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_setfromcenterandsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_getcenter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_translateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_getnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_getmidpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_getviewbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_normalizeskinweights", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_coplanarpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_ls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_us", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyscalar", "to": "o3dv_min_flip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_offset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_rotate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_bu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_ys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_oa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_dividescalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_setlength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_setfromunitvectors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_slerp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_applynormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_transformdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_getworlddirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_normalizenormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_setfromcoplanarpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_setfromprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_gettangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_getnormalnewell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_getnormaltangentandbitangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_getfittospherecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalize", "to": "occt_import_js_open", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_offset", "to": "o3dv_min_oa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_offset", "to": "o3dv_min_getfittospherecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_offset", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_offset", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_offset", "to": "o3dv_min_setdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotate", "to": "o3dv_min_premultiply", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotate", "to": "o3dv_min_makerotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotate", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bi", "to": "o3dv_min_bu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bi", "to": "o3dv_min_findpointdirectly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bi", "to": "o3dv_min_qf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_ys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_oa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_getfittospherecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_updatebycamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_un", "to": "o3dv_min_setdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_oa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_km", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_setdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ni", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nl", "to": "o3dv_min_bu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nl", "to": "o3dv_min_bm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bu", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zi", "to": "o3dv_min_ys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zi", "to": "o3dv_min_bm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zi", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zi", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xo", "to": "o3dv_min_decomposetrs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ui", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbounds", "to": "o3dv_min_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbounds", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbounds", "to": "o3dv_min_getmainjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbytelength", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbytelength", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbytelength", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_primitivecount", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getprimitive", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qo", "to": "o3dv_min_trianglecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qo", "to": "o3dv_min_gettriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_gettextcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sn", "to": "o3dv_min_getxmlcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jo", "to": "o3dv_min_settextcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jo", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qs", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qs", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qs", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_js", "to": "o3dv_min_loadmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_js", "to": "o3dv_min_jf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_js", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_su", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_au", "to": "o3dv_min_revokeobjecturls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getname", "to": "o3dv_min_exportasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getname", "to": "o3dv_min_exportcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getname", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getname", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_addnewmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setname", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextcontent", "to": "o3dv_min_exportcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextcontent", "to": "o3dv_min_exportasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextcontent", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbuffercontent", "to": "o3dv_min_exportrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbuffercontent", "to": "o3dv_min_exportasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbuffercontent", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbuffercontent", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_canexport", "to": "o3dv_min_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_export", "to": "o3dv_min_exportcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exportrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exportproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_getmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_enumeratetransformedmeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exportasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_writeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_getheadertext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_materialcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_getmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_writearrayline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_getexportedmaterialname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_gettext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_vertexcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_trianglecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_enumerateverticesandtriangles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportcontent", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getexportedmaterialname", "to": "o3dv_min_getexportedname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getexportedmeshname", "to": "o3dv_min_getexportedname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getexportedmeshname", "to": "o3dv_min_getmainjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportrhinocontent", "to": "o3dv_min_enumeratetransformedmeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_propertycount", "to": "o3dv_min_exportproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_propertycount", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_propertycount", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_propertycount", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addproperty", "to": "o3dv_min_importrhinouserstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addproperty", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addproperty", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addproperty", "to": "o3dv_min_getpropertiesfromelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getproperty", "to": "o3dv_min_exportproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wu", "to": "o3dv_min_exportproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportproperties", "to": "o3dv_min_propertygroupcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportproperties", "to": "o3dv_min_getpropertygroup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_onmousedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_onmouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_ontouchstart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getposition", "to": "o3dv_min_ontouchend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setposition", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_end", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_end", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_end", "to": "o3dv_min_gettouchdistancefromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_end", "to": "o3dv_min_onmouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_end", "to": "o3dv_min_ontouchend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbuffer", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbuffer", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbuffer", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writearraybuffer", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeunsignedcharacter8", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeinteger32", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeunsignedinteger32", "to": "o3dv_min_exportbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeunsignedinteger32", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeunsignedinteger32", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writefloat32", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writefloat32", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_isidentity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_iu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_mapmeshindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_addedge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_qm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_ub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getshadercacheformaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getshaderstage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_db", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_pf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_initrhinoinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importrhinouserstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importrhinogeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importrhinogeometryobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_readfacematerialschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importifccontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getmeshindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_addnewmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parseconnections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_loadtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parseparameters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_gettexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parsedeformers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parsemorphtargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parsemodels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_createmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_createcurve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_setlookatproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_bindskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parseanimationcurves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parseanimationlayers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_parseanimstacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_findorcreatematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getobjectlisttoconvert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_loadguidocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "o3dv_min_getthreematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_get", "to": "fp_pdf_inline_preview_fppdfinlinepreview_openfullscreen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_drawing_preview_fppdfpreviewbinary_onfileclick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_drawing_preview_fppdfpreviewopenaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "configurator_controller_serve_3d_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_doc_control_compute_x_fc_document_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_ncr_compute_x_fc_document_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_fair_compute_x_fc_document_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_capa_compute_x_fc_document_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_portal_job_fpportaljob_progress_percent", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_portal_job_fpportaljob_get_customer_visible_steps", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_quote_request_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_configurator_portal_configurator_step1", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_configurator_portal_configurator_step2", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_configurator_portal_configurator_step3", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_configurator_portal_configurator_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_configurator_fpportalconfigurator_estimate_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_portal_new_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "portal_portal_submit_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_quality_hold_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_contract_review_compute_risk_band", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_contract_review_fpcontractreview_check_signer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_fair_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_capa_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_get", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_createidentity", "to": "o3dv_min_isidentity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createidentity", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isidentity", "to": "o3dv_min_mr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isidentity", "to": "o3dv_min_enumeratevertices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isidentity", "to": "o3dv_min_enumeratetrianglevertices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createrotation", "to": "o3dv_min_createrotationaxisangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_composetrs", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decomposetrs", "to": "o3dv_min_determinant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_determinant", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_inverttranspose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_getnormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_conjugate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_worldtolocal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_updatematrixworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_bind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_calculateinverses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_pose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_invert", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_transpose", "to": "o3dv_min_inverttranspose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_transpose", "to": "o3dv_min_getnormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_inverttranspose", "to": "o3dv_min_mr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyvector", "to": "o3dv_min_transformcoord3d", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrix", "to": "o3dv_min_appendmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrix", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_iu", "to": "o3dv_min_gg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmatrix", "to": "o3dv_min_append", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmatrix", "to": "o3dv_min_gg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmatrix", "to": "o3dv_min_mr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmatrix", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_appendmatrix", "to": "o3dv_min_append", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_append", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_append", "to": "o3dv_min_importrhinogeometryobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_append", "to": "portal_configurator_portal_configurator_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_append", "to": "portal_portal_submit_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_append", "to": "fp_ncr_fpncr_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_append", "to": "fp_customer_spec_fpcustomerspec_compute_display_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_append", "to": "fp_capa_fpcapa_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_transformcoord3d", "to": "o3dv_min_mr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_transformcoord3d", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vs", "to": "o3dv_min_linecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vs", "to": "o3dv_min_trianglecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vs", "to": "o3dv_min_finalizemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ys", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ys", "to": "o3dv_min_kf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_vertexcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_getvertex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_normalcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_getnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_gettransformedmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mr", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ru", "to": "o3dv_min_trianglecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ru", "to": "o3dv_min_gettriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_enumerateverticesandtriangles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcount", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vertexcolorcount", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalcount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalcount", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalcount", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_textureuvcount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_textureuvcount", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_textureuvcount", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_textureuvcount", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_linecount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_linecount", "to": "o3dv_min_finalizemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_linesegmentcount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_linesegmentcount", "to": "o3dv_min_segmentcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_finalizemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trianglecount", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratevertices", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratevertices", "to": "o3dv_min_enumerateverticesandtriangles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratevertices", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratevertices", "to": "o3dv_min_yd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertexindices", "to": "o3dv_min_enumerateverticesandtriangles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertexindices", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertices", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertices", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertices", "to": "o3dv_min_xd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertices", "to": "o3dv_min_gm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetrianglevertices", "to": "o3dv_min_tx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_cloneproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_importrhinouserstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpropertygroup", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getid", "to": "o3dv_min_getmeshinstance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getid", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettransformation", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettransformation", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_enumeratemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_getmeshinstance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_finalizemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_ky", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_importrhinogeometryobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_yx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_x", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmesh", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettransformedmesh", "to": "o3dv_min_getworldtransformation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportasciicontent", "to": "o3dv_min_getmeshdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportasciicontent", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportasciicontent", "to": "o3dv_min_getmainjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportasciicontent", "to": "o3dv_min_exportmaterials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportbinarycontent", "to": "o3dv_min_getmeshdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportbinarycontent", "to": "o3dv_min_getmainbuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportbinarycontent", "to": "o3dv_min_getmainjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportbinarycontent", "to": "o3dv_min_exportmaterials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshdata", "to": "o3dv_min_enumeratemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmainjson", "to": "o3dv_min_getrootnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmainjson", "to": "o3dv_min_getmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmainjson", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportmaterials", "to": "o3dv_min_materialcount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_exportmaterials", "to": "o3dv_min_getmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_materialcount", "to": "o3dv_min_g", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_materialcount", "to": "o3dv_min_tg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_materialcount", "to": "o3dv_min_rf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_g", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_tg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_rf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_createthreefacematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterial", "to": "o3dv_min_createthreelinematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_enumeratemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_fillvisiblemeshcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_finalizemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_ky", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshcount", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshes", "to": "o3dv_min_fillvisiblemeshcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshes", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshes", "to": "o3dv_min_generateedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshes", "to": "o3dv_min_traverse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshes", "to": "o3dv_min_updatepolygonoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mapmeshindex", "to": "o3dv_min_fillvisiblemeshcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ismeshinstancevisible", "to": "o3dv_min_ismeshvisible", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshinstancecount", "to": "o3dv_min_enumeratemeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_meshinstancecount", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_enumeratetransformedmeshinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_fillvisiblemeshcache", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_enumerate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_ca", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_vd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshinstances", "to": "o3dv_min_gm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetransformedmeshinstances", "to": "o3dv_min_enumerateverticesandtriangles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetransformedmeshinstances", "to": "o3dv_min_enumeratetriangleswithnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerateverticesandtriangles", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerateverticesandtriangles", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetriangleswithnormals", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratetriangleswithnormals", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fillvisiblemeshcache", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettext", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettext", "to": "o3dv_min_getheadertext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writearrayline", "to": "o3dv_min_writeline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writearrayline", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeline", "to": "o3dv_min_writeindentation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeline", "to": "o3dv_min_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeline", "to": "o3dv_min_getheadertext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeline", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_writeindentation", "to": "o3dv_min_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_write", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getheadertext", "to": "o3dv_min_exporttext", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getheadertext", "to": "o3dv_min_exportbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_createchildnodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_isempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_addvectors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_intersectstriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_getboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_center", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcenter", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbox", "to": "o3dv_min_yd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_findnodeforpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_findpointdirectly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_addpointdirectly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addpoint", "to": "o3dv_min_createchildnodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_md", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_md", "to": "o3dv_min_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_md", "to": "o3dv_min_nu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nu", "to": "o3dv_min_lf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_findpoint", "to": "o3dv_min_findnodeforpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_findpoint", "to": "o3dv_min_findpointdirectly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_findnodeforpoint", "to": "o3dv_min_ispointinbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oa", "to": "o3dv_min_movecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ou", "to": "o3dv_min_loadmodelfromurllist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_du", "to": "o3dv_min_loadmodelfromfilelist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcontent", "to": "o3dv_min_decompressarchives", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fillfrominputfiles", "to": "o3dv_min_loadfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extendfromfilelist", "to": "o3dv_min_getfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extendfromfilelist", "to": "o3dv_min_containsfilebypath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extendfromfilelist", "to": "o3dv_min_loadfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfiles", "to": "o3dv_min_decompressarchives", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfiles", "to": "o3dv_min_getimportablefiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcontent", "to": "o3dv_min_loadfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_containsfilebypath", "to": "o3dv_min_findfilebypath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_containsfilebypath", "to": "o3dv_min_loadfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addfile", "to": "o3dv_min_decompressarchives", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generateid", "to": "o3dv_min_addchildnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_getsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_intersectstriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_getboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_intersect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_getboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_g", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_p", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_x", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_i", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_setedgesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_clearedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isempty", "to": "o3dv_min_getmeshintersectionundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getparent", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settransformation", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settransformation", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settransformation", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settransformation", "to": "o3dv_min_onthreeobjectsloaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addchildnode", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addchildnode", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addchildnode", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addchildnode", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_removechildnode", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_removechildnode", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getchildnodes", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshindex", "to": "o3dv_min_addmeshtorootnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshindex", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshindex", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshindex", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshindex", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindex", "to": "o3dv_min_addvertex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindex", "to": "o3dv_min_addvertexcolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindex", "to": "o3dv_min_addnormal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindex", "to": "o3dv_min_adduv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindex", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindices", "to": "o3dv_min_getmeshinstance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshindices", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerate", "to": "o3dv_min_nodecount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerate", "to": "o3dv_min_removemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerate", "to": "o3dv_min_getmeshinstance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerate", "to": "portal_portal_submit_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_enumeratechildren", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setunit", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_importscene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_importresultjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_onthreeobjectsloaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootnode", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmaterial", "to": "o3dv_min_readmaterialchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmaterial", "to": "o3dv_min_importmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmaterial", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmaterial", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmaterial", "to": "o3dv_min_findorcreatematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_addmeshtorootnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmesh", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshtorootnode", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshtorootnode", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshtorootnode", "to": "o3dv_min_addnewmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmeshtorootnode", "to": "o3dv_min_resetcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_removemesh", "to": "o3dv_min_finalizemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshinstance", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_readverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_addvertices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_yx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertex", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_addtriangleedge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_readfaceschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_setvertexcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_setnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_settextureuvs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_setcurve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_addtriangleinverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_addconvexpolygon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_generatetrianglefan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangle", "to": "o3dv_min_x", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangleedge", "to": "o3dv_min_addedge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addedge", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ca", "to": "o3dv_min_createresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ca", "to": "o3dv_min_importrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yd", "to": "o3dv_min_xd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xd", "to": "o3dv_min_vd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_find", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_isregexp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_last", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_dropright", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_clonearr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_g", "to": "occt_import_js_visit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_getvertex", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertexcolor", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertexcolor", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertexcolor", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvertexcolor", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnormal", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnormal", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnormal", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnormal", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnormal", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormal", "to": "o3dv_min_subvectors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormal", "to": "o3dv_min_cross", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormal", "to": "o3dv_min_lengthsq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormal", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtextureuv", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtextureuv", "to": "o3dv_min_readtextureverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addline", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addline", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getline", "to": "o3dv_min_finalizemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getline", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_finalizemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_readfacematerialschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_readfacesmoothinggroupschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettriangle", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hasvertexcolors", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hasnormals", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvertexcolors", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvertexcolors", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvertexcolors", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvertexcolors", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnormals", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnormals", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnormals", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnormals", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnormals", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextureuvs", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextureuvs", "to": "o3dv_min_readmeshchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_settextureuvs", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmaterial", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcurve", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcurve", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_removeeventlistener", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_dispose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_remove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_connect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispatchevent", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_us", "to": "o3dv_min_random", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_us", "to": "o3dv_min_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_us", "to": "o3dv_min_cs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_us", "to": "o3dv_min_dividescalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_us", "to": "o3dv_min_zy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_clamp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_clampscalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_clamplength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_angleto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_setfromrotationmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_sethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_gethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pt", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cp", "to": "o3dv_min_yx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cp", "to": "o3dv_min_sethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xx", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qx", "to": "o3dv_min_random", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zl", "to": "o3dv_min_jx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zl", "to": "o3dv_min_lerphsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jx", "to": "o3dv_min_floor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jx", "to": "o3dv_min_random", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yx", "to": "o3dv_min_addconvexpolygon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_random", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_dropright", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_x", "to": "o3dv_min_addconvexpolygon", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tv", "to": "o3dv_min_copy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nv", "to": "o3dv_min_l", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_iv", "to": "o3dv_min_jl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rv", "to": "o3dv_min_ceil", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rv", "to": "o3dv_min_jl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sv", "to": "o3dv_min_floor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ov", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ov", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ov", "to": "o3dv_min_l", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_getcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_getx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_gety", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_getz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ma", "to": "o3dv_min_getw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_round", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_sety", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setxy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ri", "to": "o3dv_min_setxyzw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setscalar", "to": "o3dv_min_getinterpolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setscalar", "to": "o3dv_min_getinterpolatedattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcomponent", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_av", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_slerp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_slerpquaternions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_projectonvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_projectonplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_reflect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setfromcenterandsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_expandbyobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_at", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_recast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_closestpointtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setrotationfromquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_translateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_worldtolocal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_updatematrixworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_add", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setfrompointsandindices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_gethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_gethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_getrgb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_getstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_addgroup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_mo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_bind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_calculateinverses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_pose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_setfromnormalandcoplanarpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_projectpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_intersectline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_coplanarpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_intersectsobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_gettangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_splinethru", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_scenetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_buildskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copy", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_addlayerupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_setfromcenterandsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_expandbyvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_translate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_translateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_removefromparent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_getmidpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_updatecoordinatesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_gethandjoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_if", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_ls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_buildskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_setlookatproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_addglobalscenesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_parsenodebegin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_getmainobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_setrootobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_addobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_setprojectionmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "o3dv_min_initnavigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_add", "to": "fp_3d_viewer_fp3dvieweropenaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_add", "to": "fp_pdf_inline_preview_fppdfinlinepreview_openfullscreen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_add", "to": "fp_part_process_composer_fppartprocesscomposer_onloadtemplate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_add", "to": "fp_drawing_preview_fppdfpreviewbinary_onfileclick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_add", "to": "fp_drawing_preview_fppdfpreviewopenaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_addscalar", "to": "o3dv_min_expandbyscalar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvectors", "to": "o3dv_min_getmidpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvectors", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addvectors", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_at", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_closestpointtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_getinterpolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_getinterpolatedattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_projectpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addscaledvector", "to": "o3dv_min_intersectline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_projectonplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_reflect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_setfromcenterandsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_expandbyvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_max", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_gettangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sub", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_getsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_intersectstriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_closestpointtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_intersectsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_intersecttriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_getbarycoord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_isfrontfacing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_getarea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_getviewsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_setfromcoplanarpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_gettangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_subvectors", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_multiplymatrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_av", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_multiplyquaternions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_rotateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_pose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiply", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dividescalar", "to": "o3dv_min_clamplength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dividescalar", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dividescalar", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_av", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_transformuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_applynormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_frombufferattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_setxy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix3", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_rotatetowards", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_intersect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_ed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_setstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_gethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_computeintersections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_getfilmwidth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_uv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_kv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_lh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_eb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "o3dv_min_lf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_min", "to": "occt_import_js_resizefilestorage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_min", "to": "occt_import_js_read", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_min", "to": "occt_import_js_localtime_js", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_intersect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_ed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_getmaxscaleonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_gethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_computeintersections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_getfilmheight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_computebonetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_fv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_uv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_kv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_lh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_trim", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_resetduration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_op", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_allocatetargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_eb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_yb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_createlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_max", "to": "occt_import_js_expandfilestorage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "occt_import_js_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "occt_import_js_allocate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "occt_import_js_utime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "occt_import_js_getcallstack", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_max", "to": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_clamp", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_srgbtolinear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_transformuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_sethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_computeintersections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_getutotmapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_op", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_setsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_halfblur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "o3dv_min_yy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_floor", "to": "occt_import_js_dostat", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_floor", "to": "occt_import_js_fd_seek", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_ceil", "to": "o3dv_min_transformuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ceil", "to": "o3dv_min_computebonetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ceil", "to": "o3dv_min_op", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ceil", "to": "occt_import_js_getattr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_ceil", "to": "occt_import_js_dostat", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_ceil", "to": "occt_import_js_fd_seek", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_round", "to": "o3dv_min_gethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_round", "to": "o3dv_min_getstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_round", "to": "o3dv_min_zn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_round", "to": "configurator_controller_calculate_surface_area", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_round", "to": "portal_configurator_portal_configurator_step1", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_round", "to": "portal_configurator_fpportalconfigurator_estimate_price", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_negate", "to": "o3dv_min_center", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_negate", "to": "o3dv_min_getworlddirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_negate", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_angleto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_setfromunitvectors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_projectonvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_reflect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_ed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_closestpointtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_intersectsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_distancetoplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_intersectsplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_intersecttriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_getbarycoord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_isfrontfacing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_setfromnormalandcoplanarpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_intersectline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_translate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_flattenvertex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dot", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_crossvectors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_intersecttriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_isfrontfacing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_getarea", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_setfromcoplanarpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cross", "to": "o3dv_min_getnormaltangentandbitangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lengthsq", "to": "o3dv_min_angleto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lengthsq", "to": "o3dv_min_projectonvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lengthsq", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lengthsq", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lengthsq", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_manhattanlength", "to": "o3dv_min_normalizeskinweights", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_angleto", "to": "o3dv_min_rotatetowards", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_distancetosquared", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_distancesqtosegment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_computelinedistances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_jg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distanceto", "to": "o3dv_min_getlengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_intersectssphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_containspoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetosquared", "to": "o3dv_min_getpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setlength", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setlength", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_closepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_getpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_e0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_equals", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_av", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setfrommatrixcolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setfrommatrix3column", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setfromarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_ed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_fromjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setvalue_fromarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setvalue_fromarray_setneedsupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setvalue_fromarray_setmatrixworldneedsupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_ob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_parseparameters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_parseskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_createlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_setlookatproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_parseposenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_parsevertexcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_parsenurbsgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromarray", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_tojson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_ly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_getvalue_toarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_qa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_parsevertexcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_generatetracks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_toarray", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_getx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_gety", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_getz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_getw", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_setfrombufferattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_expandbyobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_getinterpolatedattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_setfromattributeandindices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_applynormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_transformdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_normalizenormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_normalizeskinweights", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_computelinedistances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_frombufferattribute", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_random", "to": "o3dv_min_randomdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_identity", "to": "o3dv_min_setfromxrcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extractbasis", "to": "o3dv_min_setfrommatrix3column", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extractbasis", "to": "o3dv_min_setfrommatrixcolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrix4", "to": "o3dv_min_getnormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_multiplymatrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_scale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_translate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_multiplyquaternions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_applyquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_rotateonworldaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_premultiply", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrices", "to": "o3dv_min_updatematrixworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrices", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrices", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrices", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplymatrices", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormalmatrix", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormalmatrix", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setuvtransform", "to": "o3dv_min_updatematrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scale", "to": "o3dv_min_makescale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scale", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scale", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scale", "to": "o3dv_min_createfrommorphtargetsequence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scale", "to": "o3dv_min_y", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translate", "to": "o3dv_min_maketranslation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translate", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translate", "to": "o3dv_min_center", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_maketranslation", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ip", "to": "o3dv_min_setindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ip", "to": "o3dv_min_kv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ip", "to": "o3dv_min_qv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_aa", "to": "o3dv_min_0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_aa", "to": "o3dv_min_getdataurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_aa", "to": "o3dv_min_srgbtolinear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_aa", "to": "o3dv_min_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oc", "to": "o3dv_min_se", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ey", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_av", "to": "o3dv_min_jr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_av", "to": "o3dv_min_ba", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_av", "to": "o3dv_min_convert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_av", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jr", "to": "o3dv_min_srgbtolinear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jr", "to": "o3dv_min_copysrgbtolinear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ba", "to": "o3dv_min_copylineartosrgb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdataurl", "to": "o3dv_min_test", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdataurl", "to": "o3dv_min_td", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_td", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_gethex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_e", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_uh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tojson", "to": "o3dv_min_getinterpolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_td", "to": "o3dv_min_zn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_td", "to": "o3dv_min_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_td", "to": "o3dv_min_nx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrix", "to": "o3dv_min_applymatrix4", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrix", "to": "o3dv_min_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrix", "to": "o3dv_min_updatematrixworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrix", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrix", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_setsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_fromequirectangulartexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_scenetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dispose", "to": "o3dv_min_destroy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_project", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_unproject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_expandbyobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_setfrompoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_getmaxscaleonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_transformdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_localtoworld", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_worldtolocal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_applynormalmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_applyquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_rotatex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_rotatey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_rotatez", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_getviewbounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_coplanarpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_intersectsobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_intersectssprite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_jg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_setfromxrcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_genmorphgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applymatrix4", "to": "o3dv_min_addnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixposition", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixposition", "to": "o3dv_min_getworldposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixposition", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixposition", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixposition", "to": "o3dv_min_setfromxrcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setsize", "to": "o3dv_min_if", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setsize", "to": "o3dv_min_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setsize", "to": "o3dv_min_resizerenderer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clearlayerupdates", "to": "o3dv_min_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_slerpflat", "to": "o3dv_min_interpolate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_gc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_makerotationfromeuler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_extractrotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_copyposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_setfrommatrixscale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_isregexp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_clonearr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_y", "to": "o3dv_min_peek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_z", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_w", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_w", "to": "o3dv_min_ob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_w", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_applyeuler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_reorder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_setrotationfromeuler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromeuler", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromaxisangle", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromaxisangle", "to": "o3dv_min_applyaxisangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromaxisangle", "to": "o3dv_min_setrotationfromaxisangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromaxisangle", "to": "o3dv_min_rotateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromaxisangle", "to": "o3dv_min_rotateonworldaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromrotationmatrix", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromrotationmatrix", "to": "o3dv_min_decompose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromrotationmatrix", "to": "o3dv_min_setfromquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromrotationmatrix", "to": "o3dv_min_setrotationfrommatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromrotationmatrix", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotatetowards", "to": "o3dv_min_slerp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_conjugate", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_multiplyquaternions", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_slerp", "to": "o3dv_min_onchangecallback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_slerp", "to": "o3dv_min_slerpquaternions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_slerp", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onchangecallback", "to": "o3dv_min_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applyeuler", "to": "o3dv_min_applyquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applyaxisangle", "to": "o3dv_min_applyquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applynormalmatrix", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applynormalmatrix", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applyquaternion", "to": "o3dv_min_translateonaxis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applyquaternion", "to": "o3dv_min_makerotationfromquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_unproject", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_transformdirection", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_transformdirection", "to": "o3dv_min_setfromcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_crossvectors", "to": "o3dv_min_intersectstriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_crossvectors", "to": "o3dv_min_intersecttriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_crossvectors", "to": "o3dv_min_lookat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_crossvectors", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_projectonvector", "to": "o3dv_min_projectonplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromspherical", "to": "o3dv_min_setfromsphericalcoords", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromcylindrical", "to": "o3dv_min_setfromcylindricalcoords", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixscale", "to": "o3dv_min_setfrommatrixcolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrommatrixcolumn", "to": "o3dv_min_extractrotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromarray", "to": "o3dv_min_makeempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromarray", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrombufferattribute", "to": "o3dv_min_makeempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrombufferattribute", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrombufferattribute", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrombufferattribute", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_makeempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_expandbypoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_getattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_setattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_setxyz", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_moveto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_lineto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfrompoints", "to": "o3dv_min_parsenurbsgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromobject", "to": "o3dv_min_makeempty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromobject", "to": "o3dv_min_expandbyobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeempty", "to": "o3dv_min_getboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeempty", "to": "o3dv_min_intersect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeempty", "to": "o3dv_min_getboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeempty", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeempty", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getsize", "to": "o3dv_min_getboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getsize", "to": "o3dv_min_getimagesize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbypoint", "to": "o3dv_min_expandbyobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbypoint", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbypoint", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbypoint", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyscalar", "to": "o3dv_min_getboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyobject", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyobject", "to": "o3dv_min_getattribute", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyobject", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyobject", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_expandbyobject", "to": "o3dv_min_union", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_containspoint", "to": "o3dv_min_getbarycoord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_containspoint", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_containspoint", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getparameter", "to": "o3dv_min_ob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getparameter", "to": "o3dv_min_vb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_intersectssphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_intersectbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_intersectstriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_intersectsplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsbox", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_clamppoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_intersectsplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_intersectsobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_intersectssprite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectssphere", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsplane", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectstriangle", "to": "o3dv_min_ed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clamppoint", "to": "o3dv_min_distancetopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_distancesqtopoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_distancetoplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_distancetosphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_projectpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_intersectline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetopoint", "to": "o3dv_min_intersectsline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getboundingsphere", "to": "o3dv_min_getboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getboundingsphere", "to": "o3dv_min_adjustclippingplanes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ed", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getboundingbox", "to": "o3dv_min_enumeratemeshesandlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_at", "to": "o3dv_min_recast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_at", "to": "o3dv_min_intersectsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_at", "to": "o3dv_min_intersectplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_at", "to": "o3dv_min_intersectbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_at", "to": "o3dv_min_intersecttriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_extractrotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_updatecoordinatesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_scenetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_if", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_setlookatproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lookat", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_recast", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_closestpointtopoint", "to": "o3dv_min_jg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancesqtopoint", "to": "o3dv_min_jg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancesqtosegment", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectsphere", "to": "o3dv_min_raycast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_distancetoplane", "to": "o3dv_min_intersectplane", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersecttriangle", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_extractrotation", "to": "o3dv_min_setfromxrcontroller", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationfromquaternion", "to": "o3dv_min_compose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationfromquaternion", "to": "o3dv_min_setfromquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationx", "to": "o3dv_min_rotatex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationy", "to": "o3dv_min_rotatey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationz", "to": "o3dv_min_rotatez", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makerotationaxis", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decompose", "to": "o3dv_min_getworldquaternion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decompose", "to": "o3dv_min_getworldscale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decompose", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decompose", "to": "o3dv_min_pose", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_decompose", "to": "o3dv_min_generatetracks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeperspective", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_makeorthographic", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromquaternion", "to": "o3dv_min_reorder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromquaternion", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_resolveurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_hp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_db", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_d", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_v", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_test", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotateonaxis", "to": "o3dv_min_rotatex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotateonaxis", "to": "o3dv_min_rotatey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rotateonaxis", "to": "o3dv_min_rotatez", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translateonaxis", "to": "o3dv_min_translatex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translateonaxis", "to": "o3dv_min_translatey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_translateonaxis", "to": "o3dv_min_translatez", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_localtoworld", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_worldtolocal", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "o3dv_min_removefromparent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "o3dv_min_clear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "o3dv_min_updatecoordinatesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "o3dv_min_setprojectionmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_remove", "to": "fp_rfq_form_fprfqforminteraction_oncontainerclick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_removefromparent", "to": "o3dv_min_attach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_import", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_clearcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_setrootobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_nf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_clearedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_clearextra", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_destroy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clear", "to": "o3dv_min_loadmodelfrominputfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_attach", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getobjectbyid", "to": "o3dv_min_getobjectbyproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getobjectbyname", "to": "o3dv_min_getobjectbyproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getobjectbyname", "to": "o3dv_min_generatemorphtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getworldposition", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getworldquaternion", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getworldscale", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getworlddirection", "to": "o3dv_min_updateworldmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_computeintersections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_getx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_th", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_jg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_raycast", "to": "o3dv_min_hp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_nf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_parseanimationlayers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_enumeratelines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_enumeratemeshesandlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_traverse", "to": "o3dv_min_enumerateedges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrixworld", "to": "o3dv_min_updatecoordinatesystem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrixworld", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrixworld", "to": "o3dv_min_bind", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrixworld", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateworldmatrix", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateworldmatrix", "to": "o3dv_min_generateedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbarycoord", "to": "o3dv_min_getinterpolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbarycoord", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getinterpolation", "to": "o3dv_min_optimize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getinterpolatedattribute", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getplane", "to": "o3dv_min_setfromcoplanarpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fd", "to": "o3dv_min_sethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sethex", "to": "o3dv_min_setstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sethex", "to": "o3dv_min_setcolorname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setrgb", "to": "o3dv_min_setstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setrgb", "to": "o3dv_min_addglobalscenesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setrgb", "to": "o3dv_min_createthreefacematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sethsl", "to": "o3dv_min_setstyle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sethsl", "to": "o3dv_min_offsethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sethsl", "to": "o3dv_min_lerphsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setstyle", "to": "o3dv_min_setcolorname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copysrgbtolinear", "to": "o3dv_min_convertsrgbtolinear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copysrgbtolinear", "to": "o3dv_min_convert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copylineartosrgb", "to": "o3dv_min_convertlineartosrgb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copylineartosrgb", "to": "o3dv_min_convert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gethex", "to": "o3dv_min_gethexstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gethsl", "to": "o3dv_min_offsethsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gethsl", "to": "o3dv_min_lerphsl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvalues", "to": "o3dv_min_parsematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getx", "to": "o3dv_min_computetangents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getx", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getx", "to": "o3dv_min_computeintersections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setxyz", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setxyz", "to": "o3dv_min_normalizenormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setxyzw", "to": "o3dv_min_normalizeskinweights", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setindex", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setindex", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_computetangents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_computeboundingsphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_loadguidocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_getpropertiesfromelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getattribute", "to": "o3dv_min_getfirstchildvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_computetangents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_computevertexnormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_tononindexed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_computelinedistances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_ne", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_parse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "o3dv_min_pointstostroke", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setattribute", "to": "fp_rfq_form_el", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_hasattribute", "to": "o3dv_min_computetangents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addgroup", "to": "o3dv_min_tononindexed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addgroup", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addgroup", "to": "o3dv_min_processitem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addgroup", "to": "o3dv_min_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_center", "to": "o3dv_min_computeboundingbox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computeboundingbox", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computeboundingsphere", "to": "o3dv_min_getvertexposition", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computeboundingsphere", "to": "o3dv_min_intersectsobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computetangents", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computevertexnormals", "to": "o3dv_min_normalizenormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatemorphtargets", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvertexposition", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvertexposition", "to": "o3dv_min_applybonetransform", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computeintersections", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_computeintersections", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_ju", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_flatten", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_mapvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_reject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_le", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "o3dv_min_te", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_v", "to": "occt_import_js_visit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_fromjson", "to": "o3dv_min_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromjson", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mo", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mo", "to": "o3dv_min_qn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mo", "to": "o3dv_min_fromequirectangulartexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rp", "to": "o3dv_min_ay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rp", "to": "o3dv_min_qg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfocallength", "to": "o3dv_min_getfilmheight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfocallength", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfocallength", "to": "o3dv_min_createcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfocallength", "to": "o3dv_min_getfilmheight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfilmwidth", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getviewbounds", "to": "o3dv_min_getviewsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setviewoffset", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clearviewoffset", "to": "o3dv_min_updateprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateprojectionmatrix", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateprojectionmatrix", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateprojectionmatrix", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatecoordinatesystem", "to": "o3dv_min_update", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_fromequirectangulartexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_gethandjoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_getshaderstage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_getshadercacheformaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_movecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_update", "to": "o3dv_min_onmousewheel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_connect", "to": "o3dv_min_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_connect", "to": "o3dv_min_gethandjoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_calculateinverses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_getvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_getvalue_unbound", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_setvalue_unbound", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_findnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_bindskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bind", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_normalizeskinweights", "to": "o3dv_min_createmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_calculateinverses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_jf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_loadguidocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_initnavigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_initshading", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_init", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbonebyname", "to": "o3dv_min_findnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcomponents", "to": "o3dv_min_setfromprojectionmatrix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromnormalandcoplanarpoint", "to": "o3dv_min_setfromcoplanarpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromprojectionmatrix", "to": "o3dv_min_updatematrices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getpointat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getlengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_gettangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_l", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_jl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_closepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getlength", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getcurvelengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_getspacedpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoint", "to": "o3dv_min_ky", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpointat", "to": "o3dv_min_getutotmapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpointat", "to": "o3dv_min_getspacedpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoints", "to": "o3dv_min_getpointsholes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoints", "to": "o3dv_min_extractpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoints", "to": "o3dv_min_toshapes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpoints", "to": "o3dv_min_parsenurbsgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getlength", "to": "o3dv_min_getlengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getlength", "to": "o3dv_min_getcurvelengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getlengths", "to": "o3dv_min_updatearclengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getlengths", "to": "o3dv_min_getutotmapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatearclengths", "to": "o3dv_min_getcurvelengths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getutotmapping", "to": "o3dv_min_gettangentat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettangent", "to": "o3dv_min_gettangentat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettangent", "to": "o3dv_min_zy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettangentat", "to": "o3dv_min_computefrenetframes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pv", "to": "o3dv_min_jl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lv", "to": "o3dv_min_l", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dv", "to": "o3dv_min_l", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_l", "to": "o3dv_min_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lineto", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_arc", "to": "o3dv_min_absarc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_absarc", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ellipse", "to": "o3dv_min_absellipse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpointsholes", "to": "o3dv_min_extractpoints", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fv", "to": "o3dv_min_ry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fv", "to": "o3dv_min_vv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fv", "to": "o3dv_min_dc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fv", "to": "o3dv_min_triangulate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ry", "to": "o3dv_min_qg", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ry", "to": "o3dv_min_da", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ry", "to": "o3dv_min_mc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ry", "to": "o3dv_min_vv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_qv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_kv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_uv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_mc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_bv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dc", "to": "o3dv_min_gv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uv", "to": "o3dv_min_mn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uv", "to": "o3dv_min_kl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_mn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_kl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_gv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_zv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_pc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_jv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_kv", "to": "o3dv_min_da", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bv", "to": "o3dv_min_da", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bv", "to": "o3dv_min_oy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bv", "to": "o3dv_min_pc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bv", "to": "o3dv_min_mc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gv", "to": "o3dv_min_ay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vv", "to": "o3dv_min_yv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_vv", "to": "o3dv_min_hv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zv", "to": "o3dv_min_oy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hv", "to": "o3dv_min_wv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hv", "to": "o3dv_min_ay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wv", "to": "o3dv_min_da", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wv", "to": "o3dv_min_sy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wv", "to": "o3dv_min_pc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wv", "to": "o3dv_min_xv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xv", "to": "o3dv_min_mn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qv", "to": "o3dv_min_jv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sy", "to": "o3dv_min_kl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sy", "to": "o3dv_min_trim", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sy", "to": "o3dv_min_eb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mn", "to": "o3dv_min_oy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mn", "to": "o3dv_min_pc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oy", "to": "o3dv_min_ch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oy", "to": "o3dv_min_lh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ay", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_triangulate", "to": "o3dv_min_triangulateshape", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_area", "to": "o3dv_min_isclockwise", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_triangulateshape", "to": "o3dv_min_e0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_triangulateshape", "to": "o3dv_min_t0", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_triangulateshape", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_triangulateshape", "to": "o3dv_min_genface", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_ln", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_on", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_isregexp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_e", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_t", "to": "o3dv_min_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_n", "to": "o3dv_min_createfrommorphtargetsequence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_n", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_n0", "to": "o3dv_min_createfrommorphtargetsequence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ly", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ly", "to": "o3dv_min_parseanimation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_evaluate", "to": "o3dv_min_copysamplevalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_evaluate", "to": "o3dv_min_intervalchanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_evaluate", "to": "o3dv_min_interpolate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getsettings", "to": "o3dv_min_intervalchanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_copysamplevalue", "to": "o3dv_min_interpolate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_interpolantfactorymethoddiscrete", "to": "o3dv_min_getvaluesize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_interpolantfactorymethodlinear", "to": "o3dv_min_getvaluesize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_interpolantfactorymethodsmooth", "to": "o3dv_min_getvaluesize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvaluesize", "to": "o3dv_min_trim", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvaluesize", "to": "o3dv_min_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvaluesize", "to": "o3dv_min_optimize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_shift", "to": "o3dv_min_processline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trim", "to": "o3dv_min_parsenodebegin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trim", "to": "o3dv_min_parsenodeproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_trim", "to": "o3dv_min_parsenodespecialproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_load", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_fs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_qy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_ds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_jy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_setcrossorigin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_setpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parseconnections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parseimages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsetextures", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsedeformers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsescene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsegeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parseclips", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_addclip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsenodebegin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsenodeproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_popstack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsenodepropertycontinued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_skip", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_getuint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_endofcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_parsenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parse", "to": "o3dv_min_te", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createfrommorphtargetsequence", "to": "o3dv_min_createclipsfrommorphtargetsequences", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_findbyname", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_i", "to": "o3dv_min_isundefined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_loadasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_resolveurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setcrossorigin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setresponsetype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setrequestheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setwithcredentials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_extracturlbase", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_loadtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_loadmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "o3dv_min_setenvironmentmapsettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_load", "to": "configurator_controller_calculate_surface_area", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_load", "to": "portal_configurator_portal_configurator_step1", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_setpath", "to": "o3dv_min_loadtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getviewportcount", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfrustum", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatematrices", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getviewport", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getframeextents", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvalue", "to": "o3dv_min_getvalue_unbound", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvalue", "to": "o3dv_min_setvalue_unbound", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvalue", "to": "o3dv_min_setoptional", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setvalue", "to": "o3dv_min_upload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_create", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sanitizenodename", "to": "o3dv_min_parsemodels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sanitizenodename", "to": "o3dv_min_buildskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sanitizenodename", "to": "o3dv_min_parseanimationlayers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsetrackname", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setfromcamera", "to": "o3dv_min_getmeshintersectionundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectobject", "to": "o3dv_min_hp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectobject", "to": "o3dv_min_getmeshintersectionundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_intersectobjects", "to": "o3dv_min_hp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_op", "to": "o3dv_min_d", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_isregexp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_peek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_some", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_isfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_d", "to": "occt_import_js_visit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_p", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_clonearr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_drop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_every", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_flatten", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_p", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qm", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qm", "to": "o3dv_min_lx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ee", "to": "o3dv_min_ln", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ee", "to": "o3dv_min_on", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromscene", "to": "o3dv_min_allocatetargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromscene", "to": "o3dv_min_scenetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromscene", "to": "o3dv_min_blur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromscene", "to": "o3dv_min_applypmrem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromscene", "to": "o3dv_min_cleanup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromequirectangular", "to": "o3dv_min_fromtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromcubemap", "to": "o3dv_min_fromtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_compilecubemapshader", "to": "o3dv_min_my", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_compilecubemapshader", "to": "o3dv_min_compilematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_compileequirectangularshader", "to": "o3dv_min_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_compileequirectangularshader", "to": "o3dv_min_compilematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cleanup", "to": "o3dv_min_bf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cleanup", "to": "o3dv_min_fromtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromtexture", "to": "o3dv_min_allocatetargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromtexture", "to": "o3dv_min_texturetocubeuv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fromtexture", "to": "o3dv_min_applypmrem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_allocatetargets", "to": "o3dv_min_dy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_allocatetargets", "to": "o3dv_min_ne", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_allocatetargets", "to": "o3dv_min_ie", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scenetocubeuv", "to": "o3dv_min_bf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_scenetocubeuv", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_texturetocubeuv", "to": "o3dv_min_my", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_texturetocubeuv", "to": "o3dv_min_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_texturetocubeuv", "to": "o3dv_min_bf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_texturetocubeuv", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_applypmrem", "to": "o3dv_min_blur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_blur", "to": "o3dv_min_halfblur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_halfblur", "to": "o3dv_min_bf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_halfblur", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ne", "to": "o3dv_min_qa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ie", "to": "o3dv_min_kp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ie", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ie", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ie", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_py", "to": "o3dv_min_kp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_my", "to": "o3dv_min_kp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_my", "to": "o3dv_min_je", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_re", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_se", "to": "o3dv_min_ln", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_se", "to": "o3dv_min_on", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oe", "to": "o3dv_min_qa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_le", "to": "o3dv_min_qa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ce", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ue", "to": "o3dv_min_qa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ue", "to": "o3dv_min_ob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qa", "to": "o3dv_min_de", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qa", "to": "o3dv_min_fe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_fe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_de", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_pe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_ge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_ve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_te", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_be", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_qe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_je", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ln", "to": "o3dv_min_ke", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_fe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_de", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_pe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_ge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_ve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_te", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_be", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_qe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_je", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_on", "to": "o3dv_min_ke", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wf", "to": "o3dv_min_qe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wf", "to": "o3dv_min_je", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wf", "to": "o3dv_min_ye", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wf", "to": "o3dv_min_ke", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pe", "to": "o3dv_min_ob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_me", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ye", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ye", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_te", "to": "o3dv_min_isstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tb", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tb", "to": "o3dv_min_nb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nb", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ib", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sb", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sb", "to": "o3dv_min_cb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ob", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ob", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wy", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wp", "to": "o3dv_min_ub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wp", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cy", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_iy", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_db", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_db", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_mb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yb", "to": "o3dv_min_xb", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xb", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xb", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getvertexshaderid", "to": "o3dv_min_getshaderstage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfragmentshaderid", "to": "o3dv_min_getshaderstage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_find", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_isundefined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_b", "to": "o3dv_min_findall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reset", "to": "o3dv_min_finalize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reset", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_if", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_convert", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_convert", "to": "o3dv_min_convertthreecolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fc", "to": "o3dv_min_ur", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fc", "to": "o3dv_min_convertthreecolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_zp", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_setedgesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_generateedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_createthreefacematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_createthreelinematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_dn", "to": "o3dv_min_replacedefaultmaterialscolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ur", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ur", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ur", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ur", "to": "o3dv_min_onfileconverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zp", "to": "o3dv_min_pf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pf", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lf", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_lf", "to": "o3dv_min_getmeshintersectionundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalize", "to": "o3dv_min_finalizemeshes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalize", "to": "o3dv_min_finalizematerials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalize", "to": "o3dv_min_finalizenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalize", "to": "o3dv_min_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalizematerials", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalizemeshes", "to": "o3dv_min_finalizemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalizemesh", "to": "o3dv_min_getdefaultmaterialindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finalizemesh", "to": "o3dv_min_finalizetriangle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_of", "to": "o3dv_min_createresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ky", "to": "o3dv_min_yy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ky", "to": "o3dv_min_os", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_import", "to": "o3dv_min_resetcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_import", "to": "o3dv_min_importcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_import", "to": "o3dv_min_importloadedmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createresult", "to": "o3dv_min_seterror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createresult", "to": "occt_import_js_oncomplete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_importrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_importifccontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_getheadercontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_readheader", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_readasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_seterror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_isbinarystlfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_loadmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_getobjectlisttoconvert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importcontent", "to": "o3dv_min_convertobjects", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_importrhinocontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_processgltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_seterror", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinocontent", "to": "o3dv_min_importrhinodocument", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinodocument", "to": "o3dv_min_initrhinoinstances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinodocument", "to": "o3dv_min_importrhinouserstrings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinodocument", "to": "o3dv_min_importrhinogeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinogeometry", "to": "o3dv_min_importrhinogeometryobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinogeometryobject", "to": "o3dv_min_importrhinogeometryasmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinogeometryobject", "to": "o3dv_min_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinogeometryobject", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importrhinogeometryasmesh", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_skipchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_skipbytes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_skipbytesbystride", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_isbinarystlfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skip", "to": "o3dv_min_getstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readarraybuffer", "to": "o3dv_min_processprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readarraybuffer", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readcharacter8", "to": "o3dv_min_readname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readcharacter8", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedcharacter8", "to": "o3dv_min_getuint8", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedcharacter8", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readinteger16", "to": "o3dv_min_getint16", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readinteger16", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readtextureverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readfaceschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readfacematerialschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger16", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readinteger32", "to": "o3dv_min_getint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readinteger32", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_getuint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_readfacesmoothinggroupschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_processbinarygltf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_isbinarystlfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readunsignedinteger32", "to": "o3dv_min_processbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_getfloat32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_readverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_readtextureverticeschunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_readtransformationchunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_readvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfloat32", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readdouble64", "to": "o3dv_min_getfloat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnode", "to": "o3dv_min_readobjectnodechunk", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnodes", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processbinary", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmainchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmainchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmainchunk", "to": "o3dv_min_buildnodehierarchy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readeditorchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readeditorchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmaterialchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmaterialchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readtexturemapchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readtexturemapchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readcolorchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readcolorchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readpercentagechunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readpercentagechunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readobjectchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readobjectchunk", "to": "o3dv_min_readname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readobjectchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmeshchunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readmeshchunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfaceschunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfaceschunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readfacematerialschunk", "to": "o3dv_min_readname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readkeyframechunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readkeyframechunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_buildnodehierarchy", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readobjectnodechunk", "to": "o3dv_min_getchunkend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readobjectnodechunk", "to": "o3dv_min_readchunks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uc", "to": "o3dv_min_processmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uc", "to": "o3dv_min_importmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcomponenttype", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcomponenttype", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdatatype", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdatatype", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbytestride", "to": "o3dv_min_getreaderfrombufferview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdatacount", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdatacount", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setsparsereader", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdatacount", "to": "o3dv_min_enumeratedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readdata", "to": "o3dv_min_readcomponent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readdata", "to": "o3dv_min_skipbytesbystride", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readdata", "to": "o3dv_min_enumeratedata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratedata", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skipbytes", "to": "o3dv_min_getreaderfrombufferview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skipbytes", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skipbytes", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_skipbytesbystride", "to": "o3dv_min_getcomponentsize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadlibraries", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadlibraries", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getunsupportedextensions", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getunsupportedextensions", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmaterial", "to": "o3dv_min_importmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processtexture", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processprimitive", "to": "o3dv_min_getreaderfrombufferview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processprimitive", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processprimitive", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processgltf", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processgltf", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processbinarygltf", "to": "o3dv_min_processmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmodel", "to": "o3dv_min_importmaterial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmodel", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmodel", "to": "o3dv_min_importproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmodel", "to": "o3dv_min_importscene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_importmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_importscene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_importifccontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importproperties", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdefaultscene", "to": "o3dv_min_importscene", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmaterial", "to": "o3dv_min_importtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importtexture", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importtexture", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importtexture", "to": "o3dv_min_getreaderfrombufferview", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmesh", "to": "o3dv_min_importprimitive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmesh", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importmesh", "to": "o3dv_min_importelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importprimitive", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importscene", "to": "o3dv_min_importnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importnode", "to": "o3dv_min_importresultjson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getreaderfrombufferview", "to": "o3dv_min_getreaderfromaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getreaderfrombufferview", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getreaderfromaccessor", "to": "o3dv_min_getreaderfromsparseaccessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importifccontent", "to": "o3dv_min_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importifccontent", "to": "o3dv_min_importifcmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importifcmesh", "to": "o3dv_min_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importifcmesh", "to": "o3dv_min_getmaterialindexbycolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindexbycolor", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmaterialindexbycolor", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getifcstring", "to": "o3dv_min_decodeifcstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_adduv", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_df", "to": "o3dv_min_processmeshparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_df", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processline", "to": "o3dv_min_processmeshparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processline", "to": "o3dv_min_processmaterialparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnewmesh", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnewmesh", "to": "o3dv_min_processmeshparameter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnewmesh", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addnewmesh", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmeshparameter", "to": "o3dv_min_processlinecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmeshparameter", "to": "o3dv_min_processfacecommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmaterialparameter", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmaterialparameter", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processmaterialparameter", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processlinecommand", "to": "o3dv_min_getrelativeindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_processfacecommand", "to": "o3dv_min_getrelativeindex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getelements", "to": "o3dv_min_readbinarycontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getelement", "to": "o3dv_min_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getelement", "to": "o3dv_min_readasciicontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readbinarycontent", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_readbinarycontent", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qb", "to": "o3dv_min_qy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qb", "to": "o3dv_min_ff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jy", "to": "o3dv_min_qy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jy", "to": "o3dv_min_parseproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ff", "to": "o3dv_min_hm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_yy", "to": "o3dv_min_ls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_as", "to": "o3dv_min_ls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ls", "to": "o3dv_min_zy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseconnections", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseconnections", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseimages", "to": "o3dv_min_parseimage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsetextures", "to": "o3dv_min_parsetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsetexture", "to": "o3dv_min_loadtexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadtexture", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadtexture", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsematerials", "to": "o3dv_min_parsematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsematerial", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsematerial", "to": "o3dv_min_parseparameters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseparameters", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseparameters", "to": "o3dv_min_gettexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsedeformers", "to": "o3dv_min_parseskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsedeformers", "to": "o3dv_min_parsemorphtargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseskeleton", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemorphtargets", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsescene", "to": "o3dv_min_parsemodels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsescene", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsescene", "to": "o3dv_min_setlookatproperties", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsescene", "to": "o3dv_min_bindskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsescene", "to": "o3dv_min_addglobalscenesettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_buildskeleton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_createcamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_createlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_createmesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_createcurve", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemodels", "to": "o3dv_min_gettransformdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_buildskeleton", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createcamera", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createlight", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createmesh", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createmesh", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createcurve", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createcurve", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gettransformdata", "to": "o3dv_min_gc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setlookatproperties", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bindskeleton", "to": "o3dv_min_parseposenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bindskeleton", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_bindskeleton", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseposenodes", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseposenodes", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeometry", "to": "o3dv_min_parsemeshgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeometry", "to": "o3dv_min_parsenurbsgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemeshgeometry", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemeshgeometry", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemeshgeometry", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemeshgeometry", "to": "o3dv_min_gc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsemeshgeometry", "to": "o3dv_min_gengeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gengeometry", "to": "o3dv_min_parsegeonode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gengeometry", "to": "o3dv_min_genbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gengeometry", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gengeometry", "to": "o3dv_min_addmorphtargets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeonode", "to": "o3dv_min_parsevertexcolors", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeonode", "to": "o3dv_min_parsematerialindices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeonode", "to": "o3dv_min_parsenormals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeonode", "to": "o3dv_min_parseuvs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsegeonode", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_genbuffers", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_genbuffers", "to": "o3dv_min_kf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_genbuffers", "to": "o3dv_min_genface", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_genbuffers", "to": "o3dv_min_genmorphgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormalnewell", "to": "o3dv_min_getnormaltangentandbitangent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getnormaltangentandbitangent", "to": "o3dv_min_genface", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flattenvertex", "to": "o3dv_min_genface", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_genface", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmorphtargets", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmorphtargets", "to": "o3dv_min_genmorphgeometry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseclips", "to": "o3dv_min_parseanimationcurvenodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseclips", "to": "o3dv_min_parseanimationcurves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseclips", "to": "o3dv_min_parseanimationlayers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseclips", "to": "o3dv_min_parseanimstacks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseanimationcurves", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseanimationcurves", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseanimationlayers", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseanimationlayers", "to": "o3dv_min_has", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseanimationlayers", "to": "o3dv_min_filter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addclip", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addclip", "to": "o3dv_min_generatetracks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetracks", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetracks", "to": "o3dv_min_generatevectortrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetracks", "to": "o3dv_min_generaterotationtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetracks", "to": "o3dv_min_generatemorphtrack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatevectortrack", "to": "o3dv_min_gettimesforallaxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatevectortrack", "to": "o3dv_min_getkeyframetrackvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generaterotationtrack", "to": "o3dv_min_interpolaterotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generaterotationtrack", "to": "o3dv_min_gc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generaterotationtrack", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatemorphtrack", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getkeyframetrackvalues", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getkeyframetrackvalues", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_interpolaterotations", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getprevnode", "to": "o3dv_min_parsenodespecialproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcurrentnode", "to": "o3dv_min_parsenodebegin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcurrentnode", "to": "o3dv_min_parsenodeproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcurrentnode", "to": "o3dv_min_parsenodepropertycontinued", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pushstack", "to": "o3dv_min_parsenodebegin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcurrentprop", "to": "o3dv_min_parsenodeproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcurrentprop", "to": "o3dv_min_parsenodespecialproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodebegin", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodebegin", "to": "o3dv_min_parsenodeattr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodeproperty", "to": "o3dv_min_parsenodespecialproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodeproperty", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodeproperty", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodeproperty", "to": "o3dv_min_pm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodepropertycontinued", "to": "o3dv_min_pm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodespecialproperty", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenodespecialproperty", "to": "o3dv_min_pm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_endofcontent", "to": "o3dv_min_size", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_endofcontent", "to": "o3dv_min_getoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_getuint64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_getuint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_getuint8", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_getstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_parseproperty", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_getoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsenode", "to": "o3dv_min_parsesubnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsesubnode", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsesubnode", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsesubnode", "to": "o3dv_min_keys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parsesubnode", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getstring", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getboolean", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getfloat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getfloat32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getint64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getuint32", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getarraybuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getint16", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getbooleanarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getfloat64array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getfloat32array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getint32array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_parseproperty", "to": "o3dv_min_getint64array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getboolean", "to": "o3dv_min_getuint8", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getboolean", "to": "o3dv_min_getbooleanarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getint32", "to": "o3dv_min_getint32array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getuint32", "to": "o3dv_min_getint64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getuint32", "to": "o3dv_min_getuint64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getint64", "to": "o3dv_min_getint64array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfloat32", "to": "o3dv_min_getfloat32array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfloat64", "to": "o3dv_min_getfloat64array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getstring", "to": "o3dv_min_indexof", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_fs", "to": "o3dv_min_qy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ps", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ps", "to": "o3dv_min_gettouchdistancefromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ps", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ps", "to": "o3dv_min_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pm", "to": "o3dv_min_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_mapvalues", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_foreach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_pick", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_assign", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_assignnooverwrite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_keys", "to": "occt_import_js_readdir", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_keys", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_keys", "to": "occt_import_js_createlazyfile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_values", "to": "o3dv_min_reduce", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_values", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_importloadedfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_map", "to": "o3dv_min_createshapes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flatten", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_first", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_first", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_first", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_isobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "o3dv_min_createshapes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_prerun", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_postrun", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_syncfs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_staticinit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_createlazyfile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_sharedregistertype", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "occt_import_js_visit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "fp_rfq_form_fprfqforminteraction_renumberparts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_foreach", "to": "fp_rfq_form_fprfqforminteraction_onsubmit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_isstring", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isstring", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isstring", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isundefined", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isundefined", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_drop", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_reject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "o3dv_min_createshapes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_filter", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_reject", "to": "o3dv_min_compact", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reject", "to": "o3dv_min_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reject", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reject", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pick", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pick", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_isobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_assignnooverwrite", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_findorcreatematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_loadguidocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_getfilebuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_has", "to": "o3dv_min_getthreematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_find", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_uniq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_contains", "to": "fp_pdf_inline_preview_fppdfinlinepreview_openfullscreen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_contains", "to": "fp_drawing_preview_fppdfpreviewbinary_onfileclick", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_contains", "to": "fp_drawing_preview_fppdfpreviewopenaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_clonearr", "to": "o3dv_min_sortby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clonearr", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clonearr", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cloneobj", "to": "o3dv_min_merge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cloneobj", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_find", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_isarray", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_uniq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_reduce", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_compact", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uniq", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_uniq", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "o3dv_min_convertthreemesh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "o3dv_min_ismeshvisible", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isarray", "to": "fp_3d_viewer_fp3dviewer_attachmentid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_isarray", "to": "fp_3d_viewer_fp3dviewer_attachmentname", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_isarray", "to": "fp_pdf_inline_preview_fppdfinlinepreview_updatestate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_isregexp", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isregexp", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isregexp", "to": "o3dv_min_q", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_every", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_every", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_every", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_every", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_difference", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_some", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_indexof", "to": "o3dv_min_issupportedtype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_indexof", "to": "o3dv_min_getmodelurls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_indexof", "to": "o3dv_min_up", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_indexof", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_indexof", "to": "occt_import_js_getcallstack", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_assign", "to": "o3dv_min", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_assign", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_assign", "to": "occt_import_js_createstream", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_defaults", "to": "o3dv_min_s", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_defaults", "to": "o3dv_min_o", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_groupby", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_merge", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_print_error", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_print_warning", "to": "o3dv_min_a", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_print_warning", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_tofastproperties", "to": "o3dv_min_c", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_o", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_o", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_a", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_c", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_s", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_s", "to": "o3dv_min_h", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min", "to": "fp_doc_control_fpdoccontrol_action_view_documents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_ncr_fpncr_action_view_documents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_fair_fpfair_action_view_documents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_capa_fpcapa_action_view_documents", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_quote_request_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_quote_requests", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_jobs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_purchase_orders", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_fp_invoices", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_deliveries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "portal_portal_my_certifications", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_compute_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_fpcontractreview_action_sign_section_20", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_fpcontractreview_action_sign_section_30", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_fpcontractreview_action_reopen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_contract_review_fpcontractreview_check_signer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_ncr_fpncr_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_part_catalog_fppartcatalog_action_undismiss_contract_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min", "to": "fp_capa_fpcapa_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_h", "to": "o3dv_min_f", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_k", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createloader", "to": "o3dv_min_loadmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmainobject", "to": "o3dv_min_onthreeobjectsloaded", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmainobject", "to": "o3dv_min_createshapes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodel", "to": "o3dv_min_revokeobjecturls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodel", "to": "o3dv_min_importfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodel", "to": "o3dv_min_loadmodelfrominputfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_convertthreemesh", "to": "o3dv_min_findorcreatematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_findorcreatematerial", "to": "o3dv_min_convertthreematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_convertthreematerial", "to": "o3dv_min_convertthreecolor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_jf", "to": "o3dv_min_decompressarchives", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isconvertible", "to": "o3dv_min_getobjectlisttoconvert", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_issupportedtype", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hasfile", "to": "o3dv_min_loaddocumentxml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hasfile", "to": "o3dv_min_getxmlcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loaddocumentxml", "to": "o3dv_min_getxmlcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loaddocumentxml", "to": "o3dv_min_getpropertiesfromelement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loaddocumentxml", "to": "o3dv_min_getfirstchildvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadguidocumentxml", "to": "o3dv_min_getxmlcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadguidocumentxml", "to": "o3dv_min_getfirstchildvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpropertiesfromelement", "to": "o3dv_min_getfirstchildvalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importfiles", "to": "o3dv_min_loadfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadfiles", "to": "o3dv_min_hasimportablefile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importloadedfiles", "to": "o3dv_min_getimportablefiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_importloadedfiles", "to": "o3dv_min_importloadedmainfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hasimportablefile", "to": "o3dv_min_getimportablefiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_pointstostroke", "to": "o3dv_min_pointstostrokewithbuffers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_resetcurve", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_resetcurve", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addtriangleinverted", "to": "o3dv_min_addconvexpolygoninverted", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addconvexpolygon", "to": "o3dv_min_generatesurfacebetweenpolygons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addconvexpolygon", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addconvexpolygoninverted", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatesurfacebetweenpolygons", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatesurfacebetweenpolygons", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetrianglefan", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generatetrianglefan", "to": "o3dv_min_vx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_gx", "to": "o3dv_min_um", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_qf", "to": "o3dv_min_movecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setrootobject", "to": "o3dv_min_addobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setrootobject", "to": "o3dv_min_setmainobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getrootobject", "to": "o3dv_min_getmeshintersectionundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addobject", "to": "o3dv_min_addextraobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmainobject", "to": "o3dv_min_enumeratelines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmainobject", "to": "o3dv_min_generateedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmainobject", "to": "o3dv_min_updatepolygonoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmainobject", "to": "o3dv_min_setshadingtype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setmainobject", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setedgesettings", "to": "o3dv_min_clearedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setedgesettings", "to": "o3dv_min_generateedgemodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setedgesettings", "to": "o3dv_min_enumerateedges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setedgesettings", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_generateedgemodel", "to": "o3dv_min_updatepolygonoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_clearedgemodel", "to": "o3dv_min_updatepolygonoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshesandlines", "to": "o3dv_min_setmeshesvisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshesandlines", "to": "o3dv_min_setmesheshighlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumeratemeshesandlines", "to": "o3dv_min_enumeratemeshesandlinesuserdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_enumerateedges", "to": "o3dv_min_setmeshesvisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_haslinesoredges", "to": "o3dv_min_updatepolygonoffset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_haslinesoredges", "to": "o3dv_min_setmesheshighlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshintersectionundermouse", "to": "o3dv_min_getmeshuserdataundermouse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmeshintersectionundermouse", "to": "o3dv_min_getcanvassize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_environmentsettingstostring", "to": "o3dv_min_addenvironmentsettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmodelurls", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addmodelurls", "to": "o3dv_min_ex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addcamera", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addprojectionmode", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addenvironmentsettings", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addbackgroundcolor", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_adddefaultcolor", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_adddefaultlinecolor", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_addedgesettings", "to": "o3dv_min_addurlpart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getparameterlist", "to": "o3dv_min_ex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmodelurls", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcamera", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcamera", "to": "o3dv_min_setnavigationmode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcamera", "to": "o3dv_min_setupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcamera", "to": "o3dv_min_flipupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getcamera", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getprojectionmode", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getenvironmentsettings", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbackgroundcolor", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdefaultcolor", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdefaultlinecolor", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getedgesettings", "to": "o3dv_min_getkeywordparams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_hm", "to": "o3dv_min_ex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontextureneeded", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontextureloaded", "to": "o3dv_min_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmodelloaded", "to": "o3dv_min_finish", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_finish", "to": "occt_import_js_processdata", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_getthreematerial", "to": "o3dv_min_createthreefacematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getthreematerial", "to": "o3dv_min_createthreelinematerial", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getthreematerial", "to": "o3dv_min_processitem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_createthreefacematerial", "to": "o3dv_min_loadfacetexture", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_revokeobjecturls", "to": "o3dv_min_destroy", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zn", "to": "o3dv_min_nd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zn", "to": "o3dv_min_rx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_zn", "to": "o3dv_min_px", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nd", "to": "o3dv_min_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_nd", "to": "o3dv_min_lx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_id", "to": "o3dv_min_resize", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rd", "to": "o3dv_min_wm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_rd", "to": "o3dv_min_ox", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_wm", "to": "o3dv_min_bx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_xm", "to": "o3dv_min_nx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_down", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_down", "to": "o3dv_min_onmousedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_move", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_move", "to": "o3dv_min_gettouchdistancefromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_move", "to": "o3dv_min_cancel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_move", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_move", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_up", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_up", "to": "o3dv_min_onmouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_leave", "to": "o3dv_min_getpositionfromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_leave", "to": "o3dv_min_onmouseleave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isbuttondown", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getbutton", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmovediff", "to": "o3dv_min_onmousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getmovediff", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getpositionfromevent", "to": "o3dv_min_start", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_start", "to": "o3dv_min_gettouchdistancefromevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_start", "to": "o3dv_min_onmousedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_start", "to": "o3dv_min_ontouchstart", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isfingerdown", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfingercount", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfingercount", "to": "o3dv_min_ontouchend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getdistancediff", "to": "o3dv_min_ontouchmove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cancel", "to": "o3dv_min_onmouseleave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_cancel", "to": "o3dv_min_oncontextmenu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isclick", "to": "o3dv_min_onmouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isclick", "to": "o3dv_min_ontouchend", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_isclick", "to": "o3dv_min_oncontextmenu", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnavigationmode", "to": "o3dv_min_setfixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnavigationmode", "to": "o3dv_min_movecamera", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setnavigationmode", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcamera", "to": "o3dv_min_forceupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setcamera", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_movecamera", "to": "o3dv_min_fitspheretowindow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_movecamera", "to": "o3dv_min_setupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_movecamera", "to": "o3dv_min_flipupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_getfittospherecamera", "to": "o3dv_min_fitspheretowindow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmousemove", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmousemove", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmousemove", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmouseup", "to": "o3dv_min_click", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontouchmove", "to": "o3dv_min_orbit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontouchmove", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontouchmove", "to": "o3dv_min_pan", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_ontouchend", "to": "o3dv_min_click", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_onmousewheel", "to": "o3dv_min_zoom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_oncontextmenu", "to": "o3dv_min_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setshadingtype", "to": "o3dv_min_updateshading", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setprojectionmode", "to": "o3dv_min_updateshading", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setprojectionmode", "to": "o3dv_min_forceupdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setprojectionmode", "to": "o3dv_min_adjustclippingplanes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setprojectionmode", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updateshading", "to": "o3dv_min_setenvironmentmapsettings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setenvironmentmapsettings", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_updatebycamera", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sd", "to": "o3dv_min_setdirection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_sd", "to": "o3dv_min_initnavigation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_forceupdate", "to": "o3dv_min_resizerenderer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_forceupdate", "to": "o3dv_min_adjustclippingplanestosphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_validateperspective", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_validateorthographic", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdirection", "to": "o3dv_min_setfixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setdirection", "to": "o3dv_min_setupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flip", "to": "o3dv_min_flipupvector", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setbackgroundcolor", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_resize", "to": "o3dv_min_resizerenderer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_resizerenderer", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_resizerenderer", "to": "o3dv_min_getimageasdataurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_adjustclippingplanes", "to": "o3dv_min_adjustclippingplanestosphere", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_adjustclippingplanestosphere", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_setupvector", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_flipupvector", "to": "o3dv_min_render", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "o3dv_min_addextraobject", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "o3dv_min_clearextra", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "o3dv_min_setmeshesvisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "o3dv_min_setmesheshighlight", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "o3dv_min_getimageasdataurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_render", "to": "portal_configurator_portal_configurator_landing", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_configurator_portal_configurator_step1", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_configurator_portal_configurator_step2", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_configurator_portal_configurator_step3", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_configurator_portal_configurator_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_home_dashboard", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_quote_requests", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_new_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_jobs", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_purchase_orders", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_fp_invoices", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_deliveries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_render", "to": "portal_portal_my_certifications", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "o3dv_min_getimagesize", "to": "o3dv_min_getimageasdataurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodelfromurllist", "to": "o3dv_min_loadmodelfrominputfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodelfromurllist", "to": "o3dv_min_ym", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodelfromfilelist", "to": "o3dv_min_loadmodelfrominputfiles", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "o3dv_min_loadmodelfromfilelist", "to": "o3dv_min_dx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_locatefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_assert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_updatememoryviews", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_prerun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_initruntime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_postrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_addonprerun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_addoninit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_addonpostrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getuniquerundependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_addrundependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_removerundependency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_abort", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_findwasmbinary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getbinarysync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getbinarypromise", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_instantiatearraybuffer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_instantiateasync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getwasmimports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createwasm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_exitstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_trim", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_intarrayfromstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_shutdown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_open", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fsync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_write", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_get_char", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_put_char", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ioctl_tcgets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ioctl_tcsets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ioctl_tiocgwinsz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getfiledataastypedarray", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_expandfilestorage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_resizefilestorage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getattr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_setattr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lookup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mknod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_rename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_unlink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_rmdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_readdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_symlink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_readlink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_llseek", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_allocate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mmap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_msync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_processdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_constructor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_object", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isread", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_iswrite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isappend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_flags", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_position", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isfolder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isdevice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lookuppath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getpath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_hashname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_hashaddnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_hashremovenode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lookupnode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_destroynode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isroot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ismountpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_islink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ischrdev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isblkdev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isfifo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_issocket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_flagstopermissionstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_nodepermissions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_maylookup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_maycreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_maydelete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mayopen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_nextfd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getstreamchecked", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createstream", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_closestream", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_dupstream", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_registerdevice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getmounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syncfs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_unmount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mkdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mkdirtree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_mkdev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_stat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lstat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_chmod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lchmod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fchmod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_chown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lchown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fchown", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_truncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ftruncate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_utime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_isclosed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_ioctl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_readfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_writefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_chdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createdefaultdirectories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createdefaultdevices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createspecialdirectories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createstandardstreams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_staticinit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_quit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_findobject", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_analyzepath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createpath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createdatafile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createdevice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_forceloadfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createlazyfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_calculateat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_dostat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_domsync", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getstreamfromfd", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getstr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_chmod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_faccessat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscallgetvarargi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_fcntl64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_fstat64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_ioctl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_lstat64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_newfstatat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_openat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_rmdir", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_stat64", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_syscall_unlinkat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_oncomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_sharedregistertype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_registertype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_readpointer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_usesdestructorstack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_newfunc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_createjsinvoker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_craftinvokerfunction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_makedyncaller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_visit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_decodememoryview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fromwiretype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_towiretype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_destructorfunction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lookup_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_lookup_addr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_localtime_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_munmap_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_jsstacktrace", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_getcallstack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_emscripten_get_callstack", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fd_close", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fd_read", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fd_seek", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_fd_write", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_lib_o3dv_libs_loaders_occt_import_js_js", "to": "occt_import_js_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_locatefile", "to": "occt_import_js_findwasmbinary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_assert", "to": "occt_import_js_abort", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_assert", "to": "occt_import_js_lookup_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_prerun", "to": "occt_import_js_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_initruntime", "to": "occt_import_js_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_addrundependency", "to": "occt_import_js_createwasm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_abort", "to": "occt_import_js_syscall_unlinkat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_findwasmbinary", "to": "occt_import_js_createwasm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getbinarypromise", "to": "occt_import_js_instantiatearraybuffer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_instantiatearraybuffer", "to": "occt_import_js_instantiateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_instantiateasync", "to": "occt_import_js_createwasm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getwasmimports", "to": "occt_import_js_createwasm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_init", "to": "occt_import_js_createstandardstreams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_register", "to": "occt_import_js_registerdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_register", "to": "occt_import_js_createdefaultdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_mknod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_ischrdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_mayopen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_createstream", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_getpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_readfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_writefile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_createstandardstreams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "occt_import_js_syscall_openat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_open", "to": "fp_drawing_preview_fppdfpreviewopenaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_open", "to": "configurator_controller_viewer_3d", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_close", "to": "occt_import_js_fsync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_isclosed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_closestream", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_readfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_writefile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_quit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_close", "to": "occt_import_js_fd_close", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_read", "to": "occt_import_js_get_char", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_read", "to": "occt_import_js_isclosed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_read", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_read", "to": "occt_import_js_readfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_read", "to": "configurator_controller_viewer_3d", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_read", "to": "portal_configurator_portal_configurator_step1", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_read", "to": "portal_portal_submit_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "occt_import_js_put_char", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_expandfilestorage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_msync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_isclosed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_llseek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_writefile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_mark_under_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_send_quote", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_mark_accepted", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_mark_declined", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quote_request_fpquoterequest_action_mark_expired", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "portal_configurator_portal_configurator_submit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "portal_portal_submit_quote_request", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_doc_control_fpdoccontrol_action_submit_for_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_doc_control_fpdoccontrol_action_approve", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_doc_control_fpdoccontrol_action_make_effective", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_doc_control_fpdoccontrol_action_mark_obsolete", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_doc_control_fpdoccontrol_action_reset_to_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_avl_fpavl_action_approve", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_avl_fpavl_action_suspend", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_avl_fpavl_action_remove", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_avl_fpavl_action_reinstate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quality_hold_fpqualityhold_action_start_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quality_hold_fpqualityhold_action_release", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quality_hold_fpqualityhold_action_scrap", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quality_hold_fpqualityhold_action_send_to_rework", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_quality_hold_fpqualityhold_action_create_ncr", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_calibration_fpcalibrationequipment_action_mark_out_of_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_calibration_fpcalibrationequipment_action_return_to_service", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_contract_review_fpcontractreview_action_sign_section_20", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_contract_review_fpcontractreview_action_sign_section_30", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_contract_review_fpcontractreview_action_reopen", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_contract_review_fpcontractreview_action_dismiss", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_ncr_fpncr_action_open", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_ncr_fpncr_action_containment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_ncr_fpncr_action_disposition", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_ncr_fpncr_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_ncr_fpncr_action_reset_to_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_fair_fpfair_action_submit_for_review", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_fair_fpfair_action_approve", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_fair_fpfair_action_reject", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_fair_fpfair_action_reset_to_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_start_analysis", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_start_implementation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_start_verification", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_mark_effective", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_mark_not_effective", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_capa_fpcapa_action_reset_to_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_audit_fpaudit_action_start", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_audit_fpaudit_action_findings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_write", "to": "fp_audit_fpaudit_action_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_ioctl_tcgets", "to": "occt_import_js_syscall_ioctl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_ioctl_tcsets", "to": "occt_import_js_syscall_ioctl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_ioctl_tiocgwinsz", "to": "occt_import_js_syscall_ioctl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_createnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_ismountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_createspecialdirectories", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mount", "to": "occt_import_js_staticinit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_isblkdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_isfifo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_isfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_islink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_ischrdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_mknod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_symlink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createnode", "to": "occt_import_js_hashaddnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_expandfilestorage", "to": "occt_import_js_allocate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_resizefilestorage", "to": "occt_import_js_setattr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getattr", "to": "occt_import_js_ischrdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getattr", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getattr", "to": "occt_import_js_isfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getattr", "to": "occt_import_js_islink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getattr", "to": "occt_import_js_stat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_setattr", "to": "occt_import_js_chmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_setattr", "to": "occt_import_js_chown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_setattr", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_setattr", "to": "occt_import_js_utime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookup", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mknod", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mknod", "to": "occt_import_js_maycreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mknod", "to": "occt_import_js_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mknod", "to": "occt_import_js_mkdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mknod", "to": "occt_import_js_mkdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_maycreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_ismountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_nodepermissions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_hashremovenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rename", "to": "occt_import_js_hashaddnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_ismountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_destroynode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "occt_import_js_syscall_unlinkat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_unlink", "to": "fp_part_composer_controller_load_template", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_ismountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_destroynode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_syscall_rmdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_rmdir", "to": "occt_import_js_syscall_unlinkat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_readdir", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_symlink", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_symlink", "to": "occt_import_js_maycreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_symlink", "to": "occt_import_js_createstandardstreams", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_readlink", "to": "occt_import_js_islink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_readlink", "to": "occt_import_js_lookuppath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_readlink", "to": "occt_import_js_getpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_llseek", "to": "occt_import_js_isfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_llseek", "to": "occt_import_js_isclosed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_llseek", "to": "occt_import_js_fd_seek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_allocate", "to": "occt_import_js_isclosed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_allocate", "to": "occt_import_js_isfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_allocate", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mmap", "to": "occt_import_js_isfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_msync", "to": "occt_import_js_domsync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isfolder", "to": "occt_import_js_isdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdevice", "to": "occt_import_js_ischrdev", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_ismountpoint", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_islink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_stat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_chmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_chown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_utime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_chdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_analyzepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookuppath", "to": "occt_import_js_syscall_faccessat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_isroot", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_createpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_createfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getpath", "to": "occt_import_js_createdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_hashname", "to": "occt_import_js_hashaddnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_hashname", "to": "occt_import_js_hashremovenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_hashname", "to": "occt_import_js_lookupnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_hashremovenode", "to": "occt_import_js_destroynode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookupnode", "to": "occt_import_js_maylookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookupnode", "to": "occt_import_js_maycreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_lookupnode", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isroot", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_ismountpoint", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isfile", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isfile", "to": "occt_import_js_domsync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdir", "to": "occt_import_js_maylookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdir", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdir", "to": "occt_import_js_mayopen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdir", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_isdir", "to": "occt_import_js_chdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_islink", "to": "occt_import_js_mayopen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_flagstopermissionstring", "to": "occt_import_js_mayopen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_maylookup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_maycreate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_maydelete", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_mayopen", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_truncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_chdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nodepermissions", "to": "occt_import_js_syscall_faccessat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_nextfd", "to": "occt_import_js_createstream", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamchecked", "to": "occt_import_js_fchmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamchecked", "to": "occt_import_js_fchown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamchecked", "to": "occt_import_js_ftruncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamchecked", "to": "occt_import_js_getstreamfromfd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createstream", "to": "occt_import_js_dupstream", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_dupstream", "to": "occt_import_js_syscall_fcntl64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_registerdevice", "to": "occt_import_js_createdefaultdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_registerdevice", "to": "occt_import_js_createdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getmounts", "to": "occt_import_js_syncfs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getmounts", "to": "occt_import_js_unmount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_create", "to": "occt_import_js_createfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_create", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdir", "to": "occt_import_js_mkdirtree", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdir", "to": "occt_import_js_createdefaultdirectories", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdir", "to": "occt_import_js_createdefaultdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdir", "to": "occt_import_js_createspecialdirectories", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdir", "to": "occt_import_js_createpath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdev", "to": "occt_import_js_createdefaultdevices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_mkdev", "to": "occt_import_js_createdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_stat", "to": "occt_import_js_lstat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_stat", "to": "occt_import_js_readfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chmod", "to": "occt_import_js_lchmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chmod", "to": "occt_import_js_fchmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chmod", "to": "occt_import_js_createdatafile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chmod", "to": "occt_import_js_syscall_chmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chown", "to": "occt_import_js_lchown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_chown", "to": "occt_import_js_fchown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_truncate", "to": "occt_import_js_ftruncate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_ioctl", "to": "occt_import_js_syscall_ioctl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createdefaultdirectories", "to": "occt_import_js_staticinit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createdefaultdevices", "to": "occt_import_js_createdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createdefaultdevices", "to": "occt_import_js_staticinit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createspecialdirectories", "to": "occt_import_js_staticinit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createstandardstreams", "to": "occt_import_js_createdevice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_findobject", "to": "occt_import_js_analyzepath", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createfile", "to": "occt_import_js_createlazyfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_calculateat", "to": "occt_import_js_getstreamfromfd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_calculateat", "to": "occt_import_js_syscall_faccessat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_calculateat", "to": "occt_import_js_syscall_newfstatat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_calculateat", "to": "occt_import_js_syscall_openat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_calculateat", "to": "occt_import_js_syscall_unlinkat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_dostat", "to": "occt_import_js_syscall_fstat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_dostat", "to": "occt_import_js_syscall_lstat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_dostat", "to": "occt_import_js_syscall_newfstatat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_dostat", "to": "occt_import_js_syscall_stat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_domsync", "to": "occt_import_js_munmap_js", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_syscall_fcntl64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_syscall_fstat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_syscall_ioctl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_munmap_js", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_fd_close", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_fd_read", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_fd_seek", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstreamfromfd", "to": "occt_import_js_fd_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_chmod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_faccessat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_lstat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_newfstatat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_openat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_rmdir", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_stat64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getstr", "to": "occt_import_js_syscall_unlinkat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_syscallgetvarargi", "to": "occt_import_js_syscall_fcntl64", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_syscallgetvarargi", "to": "occt_import_js_syscall_openat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_oncomplete", "to": "occt_import_js_registertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_sharedregistertype", "to": "occt_import_js_registertype", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_usesdestructorstack", "to": "occt_import_js_createjsinvoker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_usesdestructorstack", "to": "occt_import_js_craftinvokerfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_newfunc", "to": "occt_import_js_craftinvokerfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_createjsinvoker", "to": "occt_import_js_craftinvokerfunction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_jsstacktrace", "to": "occt_import_js_getcallstack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "occt_import_js_getcallstack", "to": "occt_import_js_emscripten_get_callstack", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_3d_viewer_js", "to": "fp_3d_viewer_fp3dviewer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_3d_viewer_js", "to": "fp_3d_viewer_fp3dviewerdialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_3d_viewer_js", "to": "fp_3d_viewer_fp3dvieweropenaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_rawvalue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_attachmentid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_attachmentname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_updatestate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer", "to": "fp_3d_viewer_fp3dviewer_onpatched", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer_setup", "to": "fp_3d_viewer_fp3dviewer_updatestate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewer_updatestate", "to": "fp_3d_viewer_fp3dviewer_onpatched", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewerdialog", "to": "fp_3d_viewer_fp3dviewerdialog_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewerdialog", "to": "fp_3d_viewer_fp3dviewerdialog_iframesrc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewerdialog", "to": "fp_3d_viewer_fp3dviewerdialog_dialogsize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewerdialog", "to": "fp_3d_viewer_fp3dviewerdialog_framestyle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_3d_viewer_fp3dviewerdialog", "to": "fp_3d_viewer_fp3dviewerdialog_togglesize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_pdf_inline_preview_js", "to": "fp_pdf_inline_preview_fppdfinlinepreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview", "to": "fp_pdf_inline_preview_fppdfinlinepreview_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview", "to": "fp_pdf_inline_preview_fppdfinlinepreview_rawvalue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview", "to": "fp_pdf_inline_preview_fppdfinlinepreview_updatestate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview", "to": "fp_pdf_inline_preview_fppdfinlinepreview_onpatched", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview", "to": "fp_pdf_inline_preview_fppdfinlinepreview_openfullscreen", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview_setup", "to": "fp_pdf_inline_preview_fppdfinlinepreview_updatestate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_pdf_inline_preview_fppdfinlinepreview_updatestate", "to": "fp_pdf_inline_preview_fppdfinlinepreview_onpatched", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_part_process_composer_js", "to": "fp_part_process_composer_fppartprocesscomposer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_refresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_onselecttemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_onloadtemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_openrecipeeditor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer", "to": "fp_part_process_composer_fppartprocesscomposer_backtopart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer_refresh", "to": "fp_part_process_composer_fppartprocesscomposer_onloadtemplate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_process_composer_fppartprocesscomposer_onloadtemplate", "to": "fp_part_process_composer_fppartprocesscomposer_openrecipeeditor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_drawing_preview_js", "to": "fp_drawing_preview_fppdfpreviewbinary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_static_src_js_fp_drawing_preview_js", "to": "fp_drawing_preview_fppdfpreviewopenaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_drawing_preview_fppdfpreviewbinary", "to": "fp_drawing_preview_fppdfpreviewbinary_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_drawing_preview_fppdfpreviewbinary", "to": "fp_drawing_preview_fppdfpreviewbinary_onfileclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_configurator_controller_py", "to": "configurator_controller_fpconfiguratorcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_configurator_controller_py", "to": "configurator_controller_viewer_3d", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_configurator_controller_py", "to": "configurator_controller_serve_3d_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_configurator_controller_py", "to": "configurator_controller_calculate_surface_area", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "to": "fp_part_composer_controller_clone_subtree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "to": "fp_part_composer_controller_fppartcomposercontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "to": "fp_part_composer_controller_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "to": "fp_part_composer_controller_templates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_configurator_controllers_fp_part_composer_controller_py", "to": "fp_part_composer_controller_load_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_composer_controller_clone_subtree", "to": "fp_part_composer_controller_load_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_composer_controller_clone_subtree", "to": "fp_part_composer_controller_rationale_41", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_composer_controller_clone_subtree", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_composer_controller_fppartcomposercontroller", "to": "fp_part_composer_controller_rationale_91", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_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_plating_fusion_plating_bridge_documents_models_fp_doc_control_py", "to": "fp_doc_control_fpdoccontrol", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_doc_control_py", "to": "fp_doc_control_compute_x_fc_document_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_view_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_get_default_folder_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_doc_control_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_submit_for_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_make_effective", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_mark_obsolete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_fpdoccontrol_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol", "to": "fp_doc_control_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_doc_control_fpdoccontrol_action_view_documents", "to": "fp_doc_control_fpdoccontrol_get_default_folder_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_ir_attachment_py", "to": "ir_attachment_irattachment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_ir_attachment_py", "to": "ir_attachment_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_attachment_irattachment", "to": "ir_attachment_irattachment_fusion_plating_bridge_promote_to_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_attachment_irattachment", "to": "ir_attachment_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_attachment_create", "to": "ir_attachment_irattachment_fusion_plating_bridge_promote_to_documents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_attachment_irattachment_fusion_plating_bridge_promote_to_documents", "to": "ir_attachment_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_ncr_py", "to": "fp_ncr_compute_x_fc_document_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_view_documents", "to": "fp_ncr_fpncr_get_default_folder_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_fair_py", "to": "fp_fair_compute_x_fc_document_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_fpfair_action_view_documents", "to": "fp_fair_fpfair_get_default_folder_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_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_plating_fusion_plating_bridge_documents_models_fp_capa_py", "to": "fp_capa_fpcapa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_bridge_documents_models_fp_capa_py", "to": "fp_capa_compute_x_fc_document_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_view_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_get_default_folder_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_capa_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_search_is_overdue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_start_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_start_implementation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_start_verification", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_mark_effective", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_mark_not_effective", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_fpcapa_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa", "to": "fp_capa_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa_action_view_documents", "to": "fp_capa_fpcapa_get_default_folder_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_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_plating_fusion_plating_portal_models_fp_portal_job_py", "to": "fp_portal_job_state_progress_map", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_state_progress_map", "to": "fp_portal_job_fpportaljob_progress_percent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_portal_job_fpportaljob_progress_percent", "to": "portal_portal_my_job", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_portal_job_fpportaljob_get_customer_visible_steps", "to": "fp_portal_job_rationale_139", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_quote_request_py", "to": "fp_quote_request_fpquoterequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_fp_quote_request_py", "to": "fp_quote_request_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_compute_access_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_mark_under_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_send_quote", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_mark_accepted", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_mark_declined", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_fpquoterequest_action_mark_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest", "to": "fp_quote_request_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_create", "to": "fp_quote_request_fpquoterequest_action_create_sale_order", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_fpquoterequest_action_create_sale_order", "to": "fp_quote_request_rationale_195", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_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_plating_fusion_plating_portal_models_fp_quote_request_line_py", "to": "fp_quote_request_line_fpquoterequestline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quote_request_line_fpquoterequestline", "to": "fp_quote_request_line_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_res_partner_py", "to": "res_partner_compute_x_fc_quote_request_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_models_res_partner_py", "to": "res_partner_compute_x_fc_portal_job_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_static_src_js_fp_rfq_form_js", "to": "fp_rfq_form_el", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_static_src_js_fp_rfq_form_js", "to": "fp_rfq_form_icon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_static_src_js_fp_rfq_form_js", "to": "fp_rfq_form_fprfqforminteraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_el", "to": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_icon", "to": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_onaddpart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_oncontainerclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_onbillingsametoggle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_populateproductdropdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_setupdropzone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_updatefilelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_renumberparts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction", "to": "fp_rfq_form_fprfqforminteraction_onsubmit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction_setup", "to": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction_onaddpart", "to": "fp_rfq_form_fprfqforminteraction_addpartrow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction_oncontainerclick", "to": "fp_rfq_form_fprfqforminteraction_renumberparts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction_addpartrow", "to": "fp_rfq_form_fprfqforminteraction_populateproductdropdown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_rfq_form_fprfqforminteraction_addpartrow", "to": "fp_rfq_form_fprfqforminteraction_setupdropzone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_fpportalconfigurator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_portal_configurator_landing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_portal_configurator_step1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_portal_configurator_step2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_portal_configurator_step3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_configurator_py", "to": "portal_configurator_portal_configurator_submit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_configurator_fpportalconfigurator", "to": "customerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_configurator_fpportalconfigurator", "to": "portal_configurator_fpportalconfigurator_estimate_price", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_configurator_fpportalconfigurator", "to": "portal_configurator_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "customerportal", "to": "portal_fpcustomerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_configurator_portal_configurator_step1", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "portal_configurator_portal_configurator_step3", "to": "portal_configurator_fpportalconfigurator_estimate_price", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_configurator_portal_configurator_submit", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "portal_configurator_fpportalconfigurator_estimate_price", "to": "portal_configurator_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_fpcustomerportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_home_dashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_quote_requests", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_quote_request", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_new_quote_request", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_submit_quote_request", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_download_coc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_purchase_orders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_fp_invoices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_deliveries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_my_certifications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_portal_py", "to": "portal_portal_search_products", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal", "to": "portal_fpcustomerportal_prepare_home_portal_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal", "to": "portal_fpcustomerportal_fp_quote_request_get_page_view_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal", "to": "portal_fpcustomerportal_fp_portal_job_get_page_view_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal", "to": "portal_fpcustomerportal_fp_get_partner_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal", "to": "portal_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal_fp_quote_request_get_page_view_values", "to": "portal_portal_my_quote_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal_fp_portal_job_get_page_view_values", "to": "portal_portal_my_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_fpcustomerportal_fp_get_partner_domain", "to": "portal_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_portal_submit_quote_request", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_portal_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_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_plating_fusion_plating_quality_models_fp_avl_py", "to": "fp_avl_fpavl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_avl_py", "to": "fp_avl_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_avl_py", "to": "fp_avl_compute_is_expired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_fpavl_search_is_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_fpavl_action_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_fpavl_action_suspend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_fpavl_action_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_fpavl_action_reinstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_avl_fpavl", "to": "fp_avl_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_quality_hold_py", "to": "fp_quality_hold_fpqualityhold", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_quality_hold_py", "to": "fp_quality_hold_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_quality_hold_py", "to": "fp_quality_hold_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_quality_hold_py", "to": "fp_quality_hold_rationale_33", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_action_start_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_action_release", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_action_scrap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_action_send_to_rework", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_action_create_ncr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold", "to": "fp_quality_hold_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_default_name", "to": "fp_quality_hold_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_create", "to": "fp_quality_hold_fpqualityhold_action_create_ncr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_start_review", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_release", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_scrap", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_send_to_rework", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_create_ncr", "to": "fp_quality_hold_fpqualityhold_post_state_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_quality_hold_fpqualityhold_action_create_ncr", "to": "fp_quality_hold_rationale_161", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_py", "to": "fp_calibration_fpcalibrationequipment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_py", "to": "fp_calibration_compute_cal_dates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_py", "to": "fp_calibration_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_py", "to": "fp_calibration_compute_event_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_calibration_fpcalibrationequipment", "to": "fp_calibration_fpcalibrationequipment_action_mark_out_of_service", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_calibration_fpcalibrationequipment", "to": "fp_calibration_fpcalibrationequipment_action_return_to_service", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_calibration_fpcalibrationequipment", "to": "fp_calibration_fpcalibrationequipment_action_view_events", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_calibration_fpcalibrationequipment", "to": "fp_calibration_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_contract_review_py", "to": "fp_contract_review_fpcontractreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_contract_review_py", "to": "fp_contract_review_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_contract_review_py", "to": "fp_contract_review_compute_risk_band", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_sign_section_20", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_sign_section_30", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_check_all_section_20", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_clear_all_section_20", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_check_all_section_30", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_clear_all_section_30", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_reopen", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_dismiss", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_action_print_qa005", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_fpcontractreview_check_signer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview", "to": "fp_contract_review_rationale_22", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_sign_section_20", "to": "fp_contract_review_fpcontractreview_check_signer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_sign_section_20", "to": "fp_contract_review_rationale_226", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_sign_section_30", "to": "fp_contract_review_fpcontractreview_check_signer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_sign_section_30", "to": "fp_contract_review_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "to": "fp_contract_review_fpcontractreview_action_check_all_section_20", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "to": "fp_contract_review_fpcontractreview_action_clear_all_section_20", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "to": "fp_contract_review_fpcontractreview_action_check_all_section_30", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_bulk_toggle_checklist", "to": "fp_contract_review_fpcontractreview_action_clear_all_section_30", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_reopen", "to": "fp_contract_review_rationale_318", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_dismiss", "to": "fp_contract_review_rationale_340", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_action_print_qa005", "to": "fp_contract_review_rationale_348", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_check_signer", "to": "fp_contract_review_rationale_357", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_contract_review_fpcontractreview_check_signer", "to": "res_company_rescompany_fp_get_qa_signers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_ncr_py", "to": "fp_ncr_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_ncr_py", "to": "fp_ncr_compute_capa_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_ncr_fpncr_action_close", "to": "fp_ncr_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_part_catalog_py", "to": "fp_part_catalog_compute_contract_review_banner_visible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_compute_has_confirmed_mo", "to": "fp_part_catalog_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_start_contract_review", "to": "fp_part_catalog_rationale_91", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_start_contract_review", "to": "fp_audit_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "fp_part_catalog_fppartcatalog_action_dismiss_contract_review", "to": "fp_part_catalog_rationale_110", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_part_catalog_fppartcatalog_action_undismiss_contract_review", "to": "fp_part_catalog_rationale_116", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_fair_py", "to": "fp_fair_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_fair_py", "to": "fp_fair_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_fair_default_name", "to": "fp_fair_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_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_plating_fusion_plating_quality_models_fp_calibration_event_py", "to": "fp_calibration_event_fpcalibrationevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_calibration_event_py", "to": "fp_calibration_event_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_calibration_event_fpcalibrationevent", "to": "fp_calibration_event_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_capa_py", "to": "fp_capa_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_capa_py", "to": "fp_capa_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_capa_py", "to": "fp_capa_compute_is_overdue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_default_name", "to": "fp_capa_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_capa_fpcapa_action_close", "to": "fp_capa_rationale_164", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_fp_get_qa_signers", "to": "res_company_rationale_41", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_audit_py", "to": "fp_audit_fpaudit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_audit_py", "to": "fp_audit_default_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_audit_py", "to": "fp_audit_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_plating_fusion_plating_quality_models_fp_audit_py", "to": "fp_audit_compute_capa_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_fpaudit", "to": "fp_audit_fpaudit_action_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_fpaudit", "to": "fp_audit_fpaudit_action_findings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_fpaudit", "to": "fp_audit_fpaudit_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_fpaudit", "to": "fp_audit_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fp_audit_default_name", "to": "fp_audit_create", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 716}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 585}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 405}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 296}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 207}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 193}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 170}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 129}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 98}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 76}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 72}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 62}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 57}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 34}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 34}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 30}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 20}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 17}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 16}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 15}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 15}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 12}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 10}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 9}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 8}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 8}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 7}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 7}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 7}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 6}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 6}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 6}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 6}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 6}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 6}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 5}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 5}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 5}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 5}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 5}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 4}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 4}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 4}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 4}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 4}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 4}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 4}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 4}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 4}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 4}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 4}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 4}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 4}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 4}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 3}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 3}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 3}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 3}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 3}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 3}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 3}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 3}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 3}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 3}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 3}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 3}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 3}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 3}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 3}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 3}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 3}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 3}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 3}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 3}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 3}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 3}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 3}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 2}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 2}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 2}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 2}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 2}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 2}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 2}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 2}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 1}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 1}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 1}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 1}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 1}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 1}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 1}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 1}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 1}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 1}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 1}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 1}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 1}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 1}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 1}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 1}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 1}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 1}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 1}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 1}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 1}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 1}, {"cid": 107, "color": "#FF9DA7", "label": "Community 107", "count": 1}, {"cid": 108, "color": "#9C755F", "label": "Community 108", "count": 1}, {"cid": 109, "color": "#BAB0AC", "label": "Community 109", "count": 1}, {"cid": 110, "color": "#4E79A7", "label": "Community 110", "count": 1}, {"cid": 111, "color": "#F28E2B", "label": "Community 111", "count": 1}, {"cid": 112, "color": "#E15759", "label": "Community 112", "count": 1}, {"cid": 113, "color": "#76B7B2", "label": "Community 113", "count": 1}, {"cid": 114, "color": "#59A14F", "label": "Community 114", "count": 1}, {"cid": 115, "color": "#EDC948", "label": "Community 115", "count": 1}, {"cid": 116, "color": "#B07AA1", "label": "Community 116", "count": 1}, {"cid": 117, "color": "#FF9DA7", "label": "Community 117", "count": 1}, {"cid": 118, "color": "#9C755F", "label": "Community 118", "count": 1}, {"cid": 119, "color": "#BAB0AC", "label": "Community 119", "count": 1}, {"cid": 120, "color": "#4E79A7", "label": "Community 120", "count": 1}, {"cid": 121, "color": "#F28E2B", "label": "Community 121", "count": 1}, {"cid": 122, "color": "#E15759", "label": "Community 122", "count": 1}, {"cid": 123, "color": "#76B7B2", "label": "Community 123", "count": 1}, {"cid": 124, "color": "#59A14F", "label": "Community 124", "count": 1}, {"cid": 125, "color": "#EDC948", "label": "Community 125", "count": 1}, {"cid": 126, "color": "#B07AA1", "label": "Community 126", "count": 1}, {"cid": 127, "color": "#FF9DA7", "label": "Community 127", "count": 1}, {"cid": 128, "color": "#9C755F", "label": "Community 128", "count": 1}, {"cid": 129, "color": "#BAB0AC", "label": "Community 129", "count": 1}, {"cid": 130, "color": "#4E79A7", "label": "Community 130", "count": 1}, {"cid": 131, "color": "#F28E2B", "label": "Community 131", "count": 1}, {"cid": 132, "color": "#E15759", "label": "Community 132", "count": 1}, {"cid": 133, "color": "#76B7B2", "label": "Community 133", "count": 1}, {"cid": 134, "color": "#59A14F", "label": "Community 134", "count": 1}, {"cid": 135, "color": "#EDC948", "label": "Community 135", "count": 1}, {"cid": 136, "color": "#B07AA1", "label": "Community 136", "count": 1}, {"cid": 137, "color": "#FF9DA7", "label": "Community 137", "count": 1}, {"cid": 138, "color": "#9C755F", "label": "Community 138", "count": 1}, {"cid": 139, "color": "#BAB0AC", "label": "Community 139", "count": 1}, {"cid": 140, "color": "#4E79A7", "label": "Community 140", "count": 1}, {"cid": 141, "color": "#F28E2B", "label": "Community 141", "count": 1}, {"cid": 142, "color": "#E15759", "label": "Community 142", "count": 1}, {"cid": 143, "color": "#76B7B2", "label": "Community 143", "count": 1}, {"cid": 144, "color": "#59A14F", "label": "Community 144", "count": 1}, {"cid": 145, "color": "#EDC948", "label": "Community 145", "count": 1}, {"cid": 146, "color": "#B07AA1", "label": "Community 146", "count": 1}, {"cid": 147, "color": "#FF9DA7", "label": "Community 147", "count": 1}, {"cid": 148, "color": "#9C755F", "label": "Community 148", "count": 1}, {"cid": 149, "color": "#BAB0AC", "label": "Community 149", "count": 1}, {"cid": 150, "color": "#4E79A7", "label": "Community 150", "count": 1}, {"cid": 151, "color": "#F28E2B", "label": "Community 151", "count": 1}, {"cid": 152, "color": "#E15759", "label": "Community 152", "count": 1}, {"cid": 153, "color": "#76B7B2", "label": "Community 153", "count": 1}, {"cid": 154, "color": "#59A14F", "label": "Community 154", "count": 1}, {"cid": 155, "color": "#EDC948", "label": "Community 155", "count": 1}, {"cid": 156, "color": "#B07AA1", "label": "Community 156", "count": 1}, {"cid": 157, "color": "#FF9DA7", "label": "Community 157", "count": 1}, {"cid": 158, "color": "#9C755F", "label": "Community 158", "count": 1}, {"cid": 159, "color": "#BAB0AC", "label": "Community 159", "count": 1}, {"cid": 160, "color": "#4E79A7", "label": "Community 160", "count": 1}, {"cid": 161, "color": "#F28E2B", "label": "Community 161", "count": 1}, {"cid": 162, "color": "#E15759", "label": "Community 162", "count": 1}, {"cid": 163, "color": "#76B7B2", "label": "Community 163", "count": 1}, {"cid": 164, "color": "#59A14F", "label": "Community 164", "count": 1}, {"cid": 165, "color": "#EDC948", "label": "Community 165", "count": 1}, {"cid": 166, "color": "#B07AA1", "label": "Community 166", "count": 1}, {"cid": 167, "color": "#FF9DA7", "label": "Community 167", "count": 1}, {"cid": 168, "color": "#9C755F", "label": "Community 168", "count": 1}, {"cid": 169, "color": "#BAB0AC", "label": "Community 169", "count": 1}, {"cid": 170, "color": "#4E79A7", "label": "Community 170", "count": 1}, {"cid": 171, "color": "#F28E2B", "label": "Community 171", "count": 1}, {"cid": 172, "color": "#E15759", "label": "Community 172", "count": 1}, {"cid": 173, "color": "#76B7B2", "label": "Community 173", "count": 1}, {"cid": 174, "color": "#59A14F", "label": "Community 174", "count": 1}, {"cid": 175, "color": "#EDC948", "label": "Community 175", "count": 1}, {"cid": 176, "color": "#B07AA1", "label": "Community 176", "count": 1}, {"cid": 177, "color": "#FF9DA7", "label": "Community 177", "count": 1}, {"cid": 178, "color": "#9C755F", "label": "Community 178", "count": 1}, {"cid": 179, "color": "#BAB0AC", "label": "Community 179", "count": 1}, {"cid": 180, "color": "#4E79A7", "label": "Community 180", "count": 1}, {"cid": 181, "color": "#F28E2B", "label": "Community 181", "count": 1}, {"cid": 182, "color": "#E15759", "label": "Community 182", "count": 1}, {"cid": 183, "color": "#76B7B2", "label": "Community 183", "count": 1}, {"cid": 184, "color": "#59A14F", "label": "Community 184", "count": 1}, {"cid": 185, "color": "#EDC948", "label": "Community 185", "count": 1}, {"cid": 186, "color": "#B07AA1", "label": "Community 186", "count": 1}, {"cid": 187, "color": "#FF9DA7", "label": "Community 187", "count": 1}, {"cid": 188, "color": "#9C755F", "label": "Community 188", "count": 1}, {"cid": 189, "color": "#BAB0AC", "label": "Community 189", "count": 1}, {"cid": 190, "color": "#4E79A7", "label": "Community 190", "count": 1}, {"cid": 191, "color": "#F28E2B", "label": "Community 191", "count": 1}, {"cid": 192, "color": "#E15759", "label": "Community 192", "count": 1}, {"cid": 193, "color": "#76B7B2", "label": "Community 193", "count": 1}, {"cid": 194, "color": "#59A14F", "label": "Community 194", "count": 1}, {"cid": 195, "color": "#EDC948", "label": "Community 195", "count": 1}, {"cid": 196, "color": "#B07AA1", "label": "Community 196", "count": 1}, {"cid": 197, "color": "#FF9DA7", "label": "Community 197", "count": 1}, {"cid": 198, "color": "#9C755F", "label": "Community 198", "count": 1}, {"cid": 199, "color": "#BAB0AC", "label": "Community 199", "count": 1}, {"cid": 200, "color": "#4E79A7", "label": "Community 200", "count": 1}, {"cid": 201, "color": "#F28E2B", "label": "Community 201", "count": 1}, {"cid": 202, "color": "#E15759", "label": "Community 202", "count": 1}, {"cid": 203, "color": "#76B7B2", "label": "Community 203", "count": 1}, {"cid": 204, "color": "#59A14F", "label": "Community 204", "count": 1}, {"cid": 205, "color": "#EDC948", "label": "Community 205", "count": 1}, {"cid": 206, "color": "#B07AA1", "label": "Community 206", "count": 1}, {"cid": 207, "color": "#FF9DA7", "label": "Community 207", "count": 1}, {"cid": 208, "color": "#9C755F", "label": "Community 208", "count": 1}, {"cid": 209, "color": "#BAB0AC", "label": "Community 209", "count": 1}, {"cid": 210, "color": "#4E79A7", "label": "Community 210", "count": 1}, {"cid": 211, "color": "#F28E2B", "label": "Community 211", "count": 1}, {"cid": 212, "color": "#E15759", "label": "Community 212", "count": 1}, {"cid": 213, "color": "#76B7B2", "label": "Community 213", "count": 1}, {"cid": 214, "color": "#59A14F", "label": "Community 214", "count": 1}, {"cid": 215, "color": "#EDC948", "label": "Community 215", "count": 1}, {"cid": 216, "color": "#B07AA1", "label": "Community 216", "count": 1}, {"cid": 217, "color": "#FF9DA7", "label": "Community 217", "count": 1}, {"cid": 218, "color": "#9C755F", "label": "Community 218", "count": 1}, {"cid": 219, "color": "#BAB0AC", "label": "Community 219", "count": 1}, {"cid": 220, "color": "#4E79A7", "label": "Community 220", "count": 1}, {"cid": 221, "color": "#F28E2B", "label": "Community 221", "count": 1}, {"cid": 222, "color": "#E15759", "label": "Community 222", "count": 1}, {"cid": 223, "color": "#76B7B2", "label": "Community 223", "count": 1}, {"cid": 224, "color": "#59A14F", "label": "Community 224", "count": 1}, {"cid": 225, "color": "#EDC948", "label": "Community 225", "count": 1}, {"cid": 226, "color": "#B07AA1", "label": "Community 226", "count": 1}, {"cid": 227, "color": "#FF9DA7", "label": "Community 227", "count": 1}, {"cid": 228, "color": "#9C755F", "label": "Community 228", "count": 1}, {"cid": 229, "color": "#BAB0AC", "label": "Community 229", "count": 1}, {"cid": 230, "color": "#4E79A7", "label": "Community 230", "count": 1}, {"cid": 231, "color": "#F28E2B", "label": "Community 231", "count": 1}, {"cid": 232, "color": "#E15759", "label": "Community 232", "count": 1}, {"cid": 233, "color": "#76B7B2", "label": "Community 233", "count": 1}, {"cid": 234, "color": "#59A14F", "label": "Community 234", "count": 1}, {"cid": 235, "color": "#EDC948", "label": "Community 235", "count": 1}, {"cid": 236, "color": "#B07AA1", "label": "Community 236", "count": 1}, {"cid": 237, "color": "#FF9DA7", "label": "Community 237", "count": 1}, {"cid": 238, "color": "#9C755F", "label": "Community 238", "count": 1}, {"cid": 239, "color": "#BAB0AC", "label": "Community 239", "count": 1}, {"cid": 240, "color": "#4E79A7", "label": "Community 240", "count": 1}, {"cid": 241, "color": "#F28E2B", "label": "Community 241", "count": 1}, {"cid": 242, "color": "#E15759", "label": "Community 242", "count": 1}, {"cid": 243, "color": "#76B7B2", "label": "Community 243", "count": 1}, {"cid": 244, "color": "#59A14F", "label": "Community 244", "count": 1}, {"cid": 245, "color": "#EDC948", "label": "Community 245", "count": 1}, {"cid": 246, "color": "#B07AA1", "label": "Community 246", "count": 1}, {"cid": 247, "color": "#FF9DA7", "label": "Community 247", "count": 1}, {"cid": 248, "color": "#9C755F", "label": "Community 248", "count": 1}, {"cid": 249, "color": "#BAB0AC", "label": "Community 249", "count": 1}, {"cid": 250, "color": "#4E79A7", "label": "Community 250", "count": 1}, {"cid": 251, "color": "#F28E2B", "label": "Community 251", "count": 1}, {"cid": 252, "color": "#E15759", "label": "Community 252", "count": 1}, {"cid": 253, "color": "#76B7B2", "label": "Community 253", "count": 1}, {"cid": 254, "color": "#59A14F", "label": "Community 254", "count": 1}, {"cid": 255, "color": "#EDC948", "label": "Community 255", "count": 1}, {"cid": 256, "color": "#B07AA1", "label": "Community 256", "count": 1}, {"cid": 257, "color": "#FF9DA7", "label": "Community 257", "count": 1}, {"cid": 258, "color": "#9C755F", "label": "Community 258", "count": 1}, {"cid": 259, "color": "#BAB0AC", "label": "Community 259", "count": 1}, {"cid": 260, "color": "#4E79A7", "label": "Community 260", "count": 1}, {"cid": 261, "color": "#F28E2B", "label": "Community 261", "count": 1}, {"cid": 262, "color": "#E15759", "label": "Community 262", "count": 1}, {"cid": 263, "color": "#76B7B2", "label": "Community 263", "count": 1}, {"cid": 264, "color": "#59A14F", "label": "Community 264", "count": 1}, {"cid": 265, "color": "#EDC948", "label": "Community 265", "count": 1}, {"cid": 266, "color": "#B07AA1", "label": "Community 266", "count": 1}, {"cid": 267, "color": "#FF9DA7", "label": "Community 267", "count": 1}, {"cid": 268, "color": "#9C755F", "label": "Community 268", "count": 1}, {"cid": 269, "color": "#BAB0AC", "label": "Community 269", "count": 1}, {"cid": 270, "color": "#4E79A7", "label": "Community 270", "count": 1}, {"cid": 271, "color": "#F28E2B", "label": "Community 271", "count": 1}, {"cid": 272, "color": "#E15759", "label": "Community 272", "count": 1}, {"cid": 273, "color": "#76B7B2", "label": "Community 273", "count": 1}, {"cid": 274, "color": "#59A14F", "label": "Community 274", "count": 1}, {"cid": 275, "color": "#EDC948", "label": "Community 275", "count": 1}, {"cid": 276, "color": "#B07AA1", "label": "Community 276", "count": 1}, {"cid": 277, "color": "#FF9DA7", "label": "Community 277", "count": 1}, {"cid": 278, "color": "#9C755F", "label": "Community 278", "count": 1}, {"cid": 279, "color": "#BAB0AC", "label": "Community 279", "count": 1}, {"cid": 280, "color": "#4E79A7", "label": "Community 280", "count": 1}, {"cid": 281, "color": "#F28E2B", "label": "Community 281", "count": 1}, {"cid": 282, "color": "#E15759", "label": "Community 282", "count": 1}, {"cid": 283, "color": "#76B7B2", "label": "Community 283", "count": 1}, {"cid": 284, "color": "#59A14F", "label": "Community 284", "count": 1}, {"cid": 285, "color": "#EDC948", "label": "Community 285", "count": 1}, {"cid": 286, "color": "#B07AA1", "label": "Community 286", "count": 1}, {"cid": 287, "color": "#FF9DA7", "label": "Community 287", "count": 1}, {"cid": 288, "color": "#9C755F", "label": "Community 288", "count": 1}, {"cid": 289, "color": "#BAB0AC", "label": "Community 289", "count": 1}, {"cid": 290, "color": "#4E79A7", "label": "Community 290", "count": 1}, {"cid": 291, "color": "#F28E2B", "label": "Community 291", "count": 1}, {"cid": 292, "color": "#E15759", "label": "Community 292", "count": 1}, {"cid": 293, "color": "#76B7B2", "label": "Community 293", "count": 1}, {"cid": 294, "color": "#59A14F", "label": "Community 294", "count": 1}, {"cid": 295, "color": "#EDC948", "label": "Community 295", "count": 1}, {"cid": 296, "color": "#B07AA1", "label": "Community 296", "count": 1}, {"cid": 297, "color": "#FF9DA7", "label": "Community 297", "count": 1}, {"cid": 298, "color": "#9C755F", "label": "Community 298", "count": 1}, {"cid": 299, "color": "#BAB0AC", "label": "Community 299", "count": 1}, {"cid": 300, "color": "#4E79A7", "label": "Community 300", "count": 1}, {"cid": 301, "color": "#F28E2B", "label": "Community 301", "count": 1}, {"cid": 302, "color": "#E15759", "label": "Community 302", "count": 1}, {"cid": 303, "color": "#76B7B2", "label": "Community 303", "count": 1}, {"cid": 304, "color": "#59A14F", "label": "Community 304", "count": 1}, {"cid": 305, "color": "#EDC948", "label": "Community 305", "count": 1}, {"cid": 306, "color": "#B07AA1", "label": "Community 306", "count": 1}, {"cid": 307, "color": "#FF9DA7", "label": "Community 307", "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> |