Files
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

257 lines
3.9 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/Work in Progress/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">4001 nodes &middot; 6992 edges &middot; 433 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 9}, {"id": "init_fusion_accounting_post_init", "label": "_fusion_accounting_post_init()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_fusion_accounting_post_init()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_install_regional_modules", "label": "_install_regional_modules()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_install_regional_modules()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 4}, {"id": "init_load_chart_template_data", "label": "_load_chart_template_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_chart_template_data()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_configure_tax_journals", "label": "_configure_tax_journals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_configure_tax_journals()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_uninstall_hook", "label": "uninstall_hook()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "uninstall_hook()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 4}, {"id": "init_reset_account_groups", "label": "_reset_account_groups()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_reset_account_groups()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 5}, {"id": "init_restore_invoicing_menus", "label": "_restore_invoicing_menus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_restore_invoicing_menus()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "code", "degree": 3}, {"id": "init_rationale_13", "label": "Post-installation hook for Fusion Accounting module. Sets up SEPA-related m", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Post-installation hook for Fusion Accounting module. Sets up SEPA-related m", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_24", "label": "Install region-specific modules based on company country.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Install region-specific modules based on company country.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_52", "label": "Load Fusion Accounting company data for existing chart templates.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Load Fusion Accounting company data for existing chart templates.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_67", "label": "Set up default tax periodicity journal and enable onboarding.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Set up default tax periodicity journal and enable onboarding.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_77", "label": "Clean up accounting groups and menus when uninstalling.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up accounting groups and menus when uninstalling.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_83", "label": "Reset account security groups to their pre-install state.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset account security groups to their pre-install state.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "init_rationale_139", "label": "Move accounting menus back under the Invoicing parent menu.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Move accounting menus back under the Invoicing parent menu.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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": 132, "community_name": "Community 132", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_board_compute_py", "label": "test_board_compute.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_board_compute.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 3}, {"id": "test_board_compute_testaccountassetcomputation", "label": "TestAccountAssetComputation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountAssetComputation", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 35}, {"id": "testaccountassetcommon", "label": "TestAccountAssetCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountAssetCommon", "community": 1, "community_name": "Community 1", "source_file": "", "file_type": "code", "degree": 2}, {"id": "test_board_compute_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 2}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_asset", "label": ".test_linear_5_years_no_prorata_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_5_years_no_prorata_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 3}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_imported_amount_asset", "label": ".test_linear_5_years_no_prorata_with_imported_amount_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_5_years_no_prorata_with_imported_amount_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_salvage_value_asset", "label": ".test_linear_5_years_no_prorata_with_salvage_value_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_5_years_no_prorata_with_salvage_value_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_5_years_constant_periods_asset", "label": ".test_linear_5_years_constant_periods_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_5_years_constant_periods_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_5_years_daily_computation_asset", "label": ".test_linear_5_years_daily_computation_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_5_years_daily_computation_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_asset", "label": ".test_degressive_5_years_no_prorata_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_5_years_no_prorata_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_imported_amount_asset", "label": ".test_degressive_5_years_no_prorata_with_imported_amount_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_5_years_no_prorata_with_imported_amount_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_salvage_value_asset", "label": ".test_degressive_5_years_no_prorata_with_salvage_value_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_5_years_no_prorata_with_salvage_value_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_asset", "label": ".test_degressive_then_linear_5_years_no_prorata_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_then_linear_5_years_no_prorata_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_negative_asset", "label": ".test_degressive_then_linear_5_years_no_prorata_negative_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_then_linear_5_years_no_prorata_negative_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset", "label": ".test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset", "label": ".test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset", "label": ".test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "label": ".test_degressive_then_linear_36_month_constant_period_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_then_linear_36_month_constant_period_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 5}, {"id": "test_board_compute_test_asset_degressive_then_linear_prorata_start_middle_of_year", "label": "test_asset_degressive_then_linear_prorata_start_middle_of_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_asset_degressive_then_linear_prorata_start_middle_of_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "label": ".test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 5}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_asset", "label": ".test_linear_60_months_no_prorata_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_60_months_no_prorata_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_imported_amount_asset", "label": ".test_linear_60_months_no_prorata_with_imported_amount_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_60_months_no_prorata_with_imported_amount_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_salvage_value_asset", "label": ".test_linear_60_months_no_prorata_with_salvage_value_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_60_months_no_prorata_with_salvage_value_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_60_months_constant_periods_asset", "label": ".test_linear_60_months_constant_periods_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_60_months_constant_periods_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_linear_60_months_daily_computation_asset", "label": ".test_linear_60_months_daily_computation_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_60_months_daily_computation_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_asset", "label": ".test_degressive_60_months_no_prorata_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_60_months_no_prorata_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_year", "label": ".test_degressive_60_months_from_middle_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_60_months_from_middle_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_sync_with_fiscalyear", "label": ".test_degressive_60_months_from_middle_sync_with_fiscalyear()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_60_months_from_middle_sync_with_fiscalyear()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_imported_amount_asset", "label": ".test_degressive_60_months_no_prorata_with_imported_amount_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_60_months_no_prorata_with_imported_amount_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_salvage_value_asset", "label": ".test_degressive_60_months_no_prorata_with_salvage_value_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_60_months_no_prorata_with_salvage_value_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_beggining_of_year", "label": ".test_degressive_5_years_from_beggining_of_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_5_years_from_beggining_of_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_middle_of_year", "label": ".test_degressive_5_years_from_middle_of_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_degressive_5_years_from_middle_of_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "label": ".test_compute_board_in_mass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_compute_board_in_mass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 5}, {"id": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "label": ".test_copy_prorata_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_copy_prorata_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 6}, {"id": "test_board_compute_testaccountassetcomputation_test_change_computation_method_before_lock_date", "label": ".test_change_computation_method_before_lock_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_change_computation_method_before_lock_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 4}, {"id": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "label": ".test_post_moves_after_lock_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_post_moves_after_lock_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 5}, {"id": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "label": ".test_assets_one_complete_period()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_assets_one_complete_period()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "code", "degree": 6}, {"id": "test_board_compute_rationale_214", "label": "The depreciation amount is computed that way: Compute a degressive amount for ea", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "The depreciation amount is computed that way: Compute a degressive amount for ea", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "test_board_compute_rationale_261", "label": "Check the computation of an asset with degressive-linear method, sta", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with degressive-linear method, sta", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 1}, {"id": "test_board_compute_rationale_283", "label": "Check the computation of an asset with degressive-linear method, sta", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with degressive-linear method, sta", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "test_board_compute_rationale_1191", "label": "Verifies that prorata date and acquisition date are copied when duplicate an ass", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Verifies that prorata date and acquisition date are copied when duplicate an ass", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "test_board_compute_rationale_1234", "label": "Test that we can change the computation method when there are draft moves before", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we can change the computation method when there are draft moves before", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "test_board_compute_rationale_1265", "label": "Test that we can change the computation method when there are draft moves before", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we can change the computation method when there are draft moves before", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "test_board_compute_rationale_1293", "label": "Test the depreciation move value in case of having just one complete period (yea", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the depreciation move value in case of having just one complete period (yea", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_board_compute.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "label": "test_reconciliation_matching_rules.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reconciliation_matching_rules.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 19}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "label": "TestReconciliationMatchingRules", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TestReconciliationMatchingRules", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 25}, {"id": "accounttestinvoicingcommon", "label": "AccountTestInvoicingCommon", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountTestInvoicingCommon", "community": 13, "community_name": "Community 13", "source_file": "", "file_type": "code", "degree": 12}, {"id": "test_reconciliation_matching_rules_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_create_invoice_line", "label": "_create_invoice_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_invoice_line()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 16}, {"id": "test_reconciliation_matching_rules_create_st_line", "label": "_create_st_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_st_line()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 16}, {"id": "test_reconciliation_matching_rules_create_reconcile_model", "label": "_create_reconcile_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_reconcile_model()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 14}, {"id": "test_reconciliation_matching_rules_check_statement_matching", "label": "_check_statement_matching()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_statement_matching()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 34}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields", "label": ".test_matching_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 2}, {"id": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "label": "test_matching_fields_match_text_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_matching_fields_match_text_location()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 6}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_text_location_no_partner", "label": ".test_matching_fields_match_text_location_no_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_text_location_no_partner()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_journal_ids", "label": ".test_matching_fields_match_journal_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_journal_ids()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 2}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_nature", "label": ".test_matching_fields_match_nature()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_nature()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 2}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_amount", "label": ".test_matching_fields_match_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_amount()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 2}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_label", "label": ".test_matching_fields_match_label()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_label()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 2}, {"id": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "test_zero_payment_tolerance()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_zero_payment_tolerance()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "test_zero_payment_tolerance_auto_reconcile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_zero_payment_tolerance_auto_reconcile()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "test_not_enough_payment_tolerance()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_not_enough_payment_tolerance()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "test_enough_payment_tolerance()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_enough_payment_tolerance()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "test_enough_payment_tolerance_auto_reconcile_not_full()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_enough_payment_tolerance_auto_reconcile_not_full()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "test_allow_payment_tolerance_lower_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_allow_payment_tolerance_lower_amount()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "test_enough_payment_tolerance_auto_reconcile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_enough_payment_tolerance_auto_reconcile()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_percentage_st_line_auto_reconcile", "label": "test_percentage_st_line_auto_reconcile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "test_percentage_st_line_auto_reconcile()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_partner_category_ids", "label": ".test_matching_fields_match_partner_category_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_fields_match_partner_category_ids()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_mixin_rules", "label": ".test_mixin_rules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_mixin_rules()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile", "label": ".test_auto_reconcile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_ref_with_spaces", "label": ".test_auto_reconcile_ref_with_spaces()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_ref_with_spaces()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_larger_invoice_auto_reconcile", "label": ".test_larger_invoice_auto_reconcile()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_larger_invoice_auto_reconcile()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax", "label": ".test_auto_reconcile_with_tax()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_with_tax()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "label": ".test_auto_reconcile_with_tax_fpos()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_with_tax_fpos()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "label": ".test_reverted_move_matching()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reverted_move_matching()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 6}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "label": ".test_match_different_currencies()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_match_different_currencies()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_invoice_matching_rule_no_partner", "label": ".test_invoice_matching_rule_no_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_matching_rule_no_partner()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_inv_matching_rule_auto_rec_no_partner_with_writeoff", "label": ".test_inv_matching_rule_auto_rec_no_partner_with_writeoff()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_inv_matching_rule_auto_rec_no_partner_with_writeoff()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_partner_mapping_rule", "label": ".test_partner_mapping_rule()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partner_mapping_rule()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 4}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "label": ".test_match_multi_currencies()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_match_multi_currencies()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "label": "test_matching_with_write_off_foreign_currency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_matching_with_write_off_foreign_currency()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "label": ".test_payment_similar_communications()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_payment_similar_communications()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_keep_first", "label": ".test_no_amount_check_keep_first()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_amount_check_keep_first()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_exact_match", "label": ".test_no_amount_check_exact_match()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_amount_check_exact_match()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 3}, {"id": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "label": "test_invoice_matching_using_match_text_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_invoice_matching_using_match_text_location()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 6}, {"id": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "label": ".test_amount_check_amount_last()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_amount_check_amount_last()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 6}, {"id": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "label": "test_matching_exact_amount_no_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_matching_exact_amount_no_partner()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "code", "degree": 5}, {"id": "test_reconciliation_matching_rules_rationale_146", "label": "Create an invoice on the fly.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an invoice on the fly.", "community": 133, "community_name": "Community 133", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 0}, {"id": "test_reconciliation_matching_rules_rationale_564", "label": "Test usage of rules together.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test usage of rules together.", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_602", "label": "Test auto reconciliation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test auto reconciliation.", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_649", "label": "Test auto reconciliation with an invoice with larger amount than the sta", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test auto reconciliation with an invoice with larger amount than the sta", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_673", "label": "Test auto reconciliation with a tax amount included in the bank statement line", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test auto reconciliation with a tax amount included in the bank statement line", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_697", "label": "Test the fiscal positions are applied by reconcile models when using taxes.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the fiscal positions are applied by reconcile models when using taxes.", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_795", "label": "Tests that a statement line without any partner can be matched to the ri", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that a statement line without any partner can be matched to the ri", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_890", "label": "Ensure the matching of candidates is made using the right statement line currenc", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the matching of candidates is made using the right statement line currenc", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_1035", "label": "In case the reconciliation model doesn't check the total amount of the candidate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "In case the reconciliation model doesn&#x27;t check the total amount of the candidate", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_1055", "label": "If a reconciliation model finds enough candidates for a full reconciliation,", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If a reconciliation model finds enough candidates for a full reconciliation,", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_1225", "label": "In case the reconciliation model can't match via text or partner matching", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "In case the reconciliation model can&#x27;t match via text or partner matching", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "test_reconciliation_matching_rules_rationale_1263", "label": "In case the reconciliation model can't match via text or partner matching", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "In case the reconciliation model can&#x27;t match via text or partner matching", "community": 134, "community_name": "Community 134", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 0}, {"id": "test_reconciliation_matching_rules_rationale_814", "label": "# TODO: 'invoice_line_1' has no reason to match 'bank_line_1' here... to check", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "# TODO: &#x27;invoice_line_1&#x27; has no reason to match &#x27;bank_line_1&#x27; here... to check", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_matching_rules.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_reconcile_wizard_py", "label": "test_account_reconcile_wizard.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_account_reconcile_wizard.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard", "label": "TestAccountReconcileWizard", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestAccountReconcileWizard", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 37}, {"id": "test_account_reconcile_wizard_setupclass", "label": "setUpClass()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "label": ".assertWizardReconcileValues()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertWizardReconcileValues()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 27}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_not_open", "label": ".test_wizard_should_not_open()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_wizard_should_not_open()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_open", "label": ".test_wizard_should_open()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_wizard_should_open()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_same_account", "label": ".test_reconcile_silently_same_account()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_silently_same_account()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_transfer", "label": ".test_reconcile_silently_transfer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_silently_transfer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_same_currency", "label": ".test_write_off_same_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_same_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency", "label": ".test_write_off_one_foreign_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_one_foreign_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies", "label": ".test_write_off_mixed_foreign_currencies()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_mixed_foreign_currencies()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency_change_rate", "label": ".test_write_off_one_foreign_currency_change_rate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_one_foreign_currency_change_rate()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies_change_rate", "label": ".test_write_off_mixed_foreign_currencies_change_rate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_mixed_foreign_currencies_change_rate()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_both_same_foreign_currency_ensure_no_exchange_diff", "label": ".test_write_off_both_same_foreign_currency_ensure_no_exchange_diff()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_both_same_foreign_currency_ensure_no_exchange_diff()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_same_currency", "label": ".test_write_off_with_transfer_account_same_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_with_transfer_account_same_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_one_foreign_currency", "label": ".test_write_off_with_transfer_account_one_foreign_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_with_transfer_account_one_foreign_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_complex_transfer", "label": ".test_write_off_with_complex_transfer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_with_complex_transfer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_tax", "label": ".test_write_off_with_tax()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_with_tax()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_partials_allowed", "label": ".test_reconcile_partials_allowed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_partials_allowed()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_lock_date_violation", "label": ".test_raise_lock_date_violation()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_raise_lock_date_violation()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_reconcile_too_many_accounts", "label": ".test_raise_reconcile_too_many_accounts()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_raise_reconcile_too_many_accounts()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_no_receivable_no_payable_account", "label": ".test_reconcile_no_receivable_no_payable_account()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_no_receivable_no_payable_account()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency", "label": ".test_reconcile_exchange_diff_foreign_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_exchange_diff_foreign_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_on_same_account", "label": ".test_write_off_on_same_account()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_on_same_account()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency_full", "label": ".test_reconcile_exchange_diff_foreign_currency_full()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_exchange_diff_foreign_currency_full()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_kpmg_case", "label": ".test_write_off_kpmg_case()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_kpmg_case()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_force_partials", "label": ".test_write_off_multi_curr_multi_residuals_force_partials()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_multi_curr_multi_residuals_force_partials()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_exch_diff_force_partials", "label": ".test_write_off_multi_curr_multi_residuals_exch_diff_force_partials()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_write_off_multi_curr_multi_residuals_exch_diff_force_partials()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change", "label": ".test_reconcile_with_partner_change()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_with_partner_change()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change_and_transfer", "label": ".test_reconcile_with_partner_change_and_transfer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_with_partner_change_and_transfer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_foreign_curr", "label": ".test_reconcile_edit_mode_partial_foreign_curr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_edit_mode_partial_foreign_curr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_company_curr", "label": ".test_reconcile_edit_mode_partial_company_curr()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_edit_mode_partial_company_curr()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_wrong_amount_raises", "label": ".test_reconcile_edit_mode_partial_wrong_amount_raises()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_edit_mode_partial_wrong_amount_raises()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_full_reconcile", "label": ".test_reconcile_edit_mode_full_reconcile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_edit_mode_full_reconcile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "label": ".test_reconcile_same_currency_same_side_not_recpay()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_same_currency_same_side_not_recpay()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 5}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "label": ".test_reconcile_foreign_currency_same_side_not_recpay()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_foreign_currency_same_side_not_recpay()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 5}, {"id": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_side_exch_diff", "label": ".test_reconcile_same_side_exch_diff()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_reconcile_same_side_exch_diff()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_reconcile_wizard_rationale_12", "label": "Tests the account reconciliation and its wizard.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests the account reconciliation and its wizard.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_90", "label": "Test that when we reconcile two lines that belong to the same account and have a", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that when we reconcile two lines that belong to the same account and have a", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_102", "label": "Test that when a write-off is required (because of transfer or non-zero balance)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that when a write-off is required (because of transfer or non-zero balance)", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_117", "label": "When balance is 0 we can silently reconcile items.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When balance is 0 we can silently reconcile items.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_129", "label": "When balance is 0, and we need a transfer, we do the transfer+reconcile silently", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When balance is 0, and we need a transfer, we do the transfer+reconcile silently", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_141", "label": "Reconciliation of two lines with no transfer/foreign currencies/taxes/reco model", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reconciliation of two lines with no transfer/foreign currencies/taxes/reco model", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_158", "label": "Reconciliation of two lines with one of the two using foreign currency should re", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reconciliation of two lines with one of the two using foreign currency should re", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_177", "label": "Write off with multiple currencies should reconcile in company currency.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write off with multiple currencies should reconcile in company currency.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_197", "label": "Tests that write-off use the correct rate from/at wizard's date.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that write-off use the correct rate from/at wizard&#x27;s date.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_218", "label": "Tests that write-off use the correct rate from/at wizard's date.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that write-off use the correct rate from/at wizard&#x27;s date.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_239", "label": "Test that if both AMLs have the same foreign currency and rate, the amount in co", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that if both AMLs have the same foreign currency and rate, the amount in co", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_348", "label": "Tests write-off with a tax set on the wizard.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests write-off with a tax set on the wizard.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_412", "label": "If a write-off violates the lock date we display a banner and change the date af", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If a write-off violates the lock date we display a banner and change the date af", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_424", "label": "If you try to reconcile lines from more than 2 accounts, it should raise an erro", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If you try to reconcile lines from more than 2 accounts, it should raise an erro", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_432", "label": "If you try to reconcile lines in an account that is neither from payable nor rec", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If you try to reconcile lines in an account that is neither from payable nor rec", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_455", "label": "When reconciling exchange_diff with amount_residual_currency = 0 we need to reco", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When reconciling exchange_diff with amount_residual_currency = 0 we need to reco", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_484", "label": "When creating a write-off in the same account than the one used by the lines to", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When creating a write-off in the same account than the one used by the lines to", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_503", "label": "When reconciling exchange_diff with amount_residual_currency = 0 we need to reco", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When reconciling exchange_diff with amount_residual_currency = 0 we need to reco", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_518", "label": "Test that write-off does a full reconcile with 2 foreign currencies using a cust", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that write-off does a full reconcile with 2 foreign currencies using a cust", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_545", "label": "Test that we raise an error when trying to reconcile lines with multiple residua", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we raise an error when trying to reconcile lines with multiple residua", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_675", "label": "Test the reconciliation with two lines on the same side (debit/credit), same cur", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the reconciliation with two lines on the same side (debit/credit), same cur", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_706", "label": "Test the reconciliation with two lines on the same side (debit/credit), one fore", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the reconciliation with two lines on the same side (debit/credit), one fore", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_reconcile_wizard_rationale_737", "label": "Test the reconciliation with two lines on the same side (debit/credit), one exch", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the reconciliation with two lines on the same side (debit/credit), one exch", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_auto_reconcile_wizard_py", "label": "test_account_auto_reconcile_wizard.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_account_auto_reconcile_wizard.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "label": "TestAccountAutoReconcileWizard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountAutoReconcileWizard", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 16}, {"id": "test_account_auto_reconcile_wizard_setupclass", "label": "setUpClass()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_create_many_lines", "label": "._create_many_lines()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_many_lines()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_one_to_one", "label": ".test_auto_reconcile_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_zero_balance", "label": ".test_auto_reconcile_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_nothing_to_auto_reconcile", "label": ".test_nothing_to_auto_reconcile()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_nothing_to_auto_reconcile()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_one_to_one", "label": ".test_auto_reconcile_no_account_nor_partner_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_account_nor_partner_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_zero_balance", "label": ".test_auto_reconcile_no_account_nor_partner_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_account_nor_partner_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_one_to_one", "label": ".test_auto_reconcile_no_account_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_account_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_zero_balance", "label": ".test_auto_reconcile_no_account_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_account_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_one_to_one", "label": ".test_auto_reconcile_no_partner_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_partner_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_zero_balance", "label": ".test_auto_reconcile_no_partner_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_no_partner_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_one_to_one", "label": ".test_auto_reconcile_rounding_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_rounding_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_zero_balance", "label": ".test_auto_reconcile_rounding_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_rounding_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_preset_wizard", "label": ".test_preset_wizard()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_preset_wizard()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "test_account_auto_reconcile_wizard_rationale_9", "label": "Tests the account automatic reconciliation and its wizard.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests the account automatic reconciliation and its wizard.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_auto_reconcile_wizard_rationale_183", "label": "Checks that two lines with different values, currency rounding aside, are reconc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks that two lines with different values, currency rounding aside, are reconc", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_auto_reconcile_wizard_rationale_203", "label": "Checks that two lines with different values, currency rounding aside, are reconc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks that two lines with different values, currency rounding aside, are reconc", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_auto_reconcile_wizard_rationale_223", "label": "Tests that giving lines_ids to wizard presets correctly values.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that giving lines_ids to wizard presets correctly values.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_prediction_py", "label": "test_prediction.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_prediction.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 2}, {"id": "test_prediction_testbillsprediction", "label": "TestBillsPrediction", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBillsPrediction", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 7}, {"id": "test_prediction_setupclass", "label": "setUpClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 2}, {"id": "test_prediction_testbillsprediction_create_bill", "label": "._create_bill()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_bill()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 6}, {"id": "test_prediction_testbillsprediction_test_account_prediction_flow", "label": ".test_account_prediction_flow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_prediction_flow()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 2}, {"id": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "label": ".test_account_prediction_from_label_expected_behavior()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_prediction_from_label_expected_behavior()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 7}, {"id": "test_prediction_testbillsprediction_test_account_prediction_with_product", "label": ".test_account_prediction_with_product()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_prediction_with_product()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 3}, {"id": "test_prediction_testbillsprediction_test_product_prediction_price_subtotal_computation", "label": ".test_product_prediction_price_subtotal_computation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_product_prediction_price_subtotal_computation()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "code", "degree": 3}, {"id": "test_prediction_rationale_36", "label": "Create a new vendor bill to test the prediction. :param vendor:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new vendor bill to test the prediction. :param vendor:", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "rationale", "degree": 1}, {"id": "test_prediction_rationale_89", "label": "Prevent the prediction from being annoying.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prevent the prediction from being annoying.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_prediction.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_analytic_reports_py", "label": "test_analytic_reports.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "test_analytic_reports.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 3}, {"id": "test_analytic_reports_testanalyticreport", "label": "TestAnalyticReport", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAnalyticReport", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 13}, {"id": "testaccountreportscommon", "label": "TestAccountReportsCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountReportsCommon", "community": 1, "community_name": "Community 1", "source_file": "", "file_type": "code", "degree": 3}, {"id": "test_analytic_reports_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 3}, {"id": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "label": ".test_report_group_by_analytic_plan()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_report_group_by_analytic_plan()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "label": ".test_report_analytic_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_report_analytic_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "label": ".test_report_audit_analytic_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_report_audit_analytic_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 8}, {"id": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "label": ".test_report_analytic_groupby_and_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_report_analytic_groupby_and_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 7}, {"id": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "label": ".test_audit_cell_analytic_groupby_and_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_audit_cell_analytic_groupby_and_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "label": ".test_general_ledger_analytic_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_general_ledger_analytic_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "label": ".test_analytic_groupby_with_horizontal_groupby()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analytic_groupby_with_horizontal_groupby()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "label": ".test_analytic_groupby_with_analytic_simulations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analytic_groupby_with_analytic_simulations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "label": ".test_analytic_groupby_plans_without_analytic_accounts()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_analytic_groupby_plans_without_analytic_accounts()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 6}, {"id": "test_analytic_reports_testanalyticreport_test_profit_and_loss_multicompany_access_rights", "label": ".test_profit_and_loss_multicompany_access_rights()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_profit_and_loss_multicompany_access_rights()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "code", "degree": 4}, {"id": "test_analytic_reports_rationale_226", "label": "Test that the analytic filter is applied on the groupby columns", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the analytic filter is applied on the groupby columns", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "rationale", "degree": 2}, {"id": "test_analytic_reports_rationale_384", "label": "Test that the analytic filters are applied on the auditing of the cells", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the analytic filters are applied on the auditing of the cells", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "rationale", "degree": 2}, {"id": "test_analytic_reports_rationale_604", "label": "Create an analytic simulation (analytic line without a move line) and ch", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an analytic simulation (analytic line without a move line) and ch", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "rationale", "degree": 2}, {"id": "test_analytic_reports_rationale_646", "label": "Ensure that grouping on several analytic plans without any analytic accounts wor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure that grouping on several analytic plans without any analytic accounts wor", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_analytic_reports.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reevaluation_asset_py", "label": "test_reevaluation_asset.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reevaluation_asset.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 2}, {"id": "test_reevaluation_asset_testaccountassetreevaluation", "label": "TestAccountAssetReevaluation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "TestAccountAssetReevaluation", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 37}, {"id": "test_reevaluation_asset_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 3}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "label": ".test_linear_start_beginning_month_reevaluation_beginning_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_beginning_month_reevaluation_beginning_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "label": ".test_linear_start_beginning_month_reevaluation_middle_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_beginning_month_reevaluation_middle_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "label": ".test_linear_start_beginning_month_reevaluation_end_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_beginning_month_reevaluation_end_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "label": ".test_linear_start_middle_month_reevaluation_beginning_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_middle_month_reevaluation_beginning_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "label": ".test_linear_start_middle_month_reevaluation_middle_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_middle_month_reevaluation_middle_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "label": ".test_linear_start_middle_month_reevaluation_end_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_middle_month_reevaluation_end_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "label": ".test_linear_start_end_month_reevaluation_beginning_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_end_month_reevaluation_beginning_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "label": ".test_linear_start_end_month_reevaluation_middle_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_end_month_reevaluation_middle_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "label": ".test_linear_start_end_month_reevaluation_end_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_start_end_month_reevaluation_end_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "label": ".test_linear_reevaluation_simple_decrease()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_simple_decrease()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "label": ".test_linear_reevaluation_double_decrease()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_double_decrease()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "label": ".test_linear_reevaluation_double_increase()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_double_increase()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "label": ".test_linear_reevaluation_decrease_then_increase()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_decrease_then_increase()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "label": ".test_linear_reevaluation_increase_then_decrease_in_future()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_then_decrease_in_future()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "label": ".test_linear_reevaluation_decrease_then_increase_with_lock_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_decrease_then_increase_with_lock_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "label": ".test_linear_reevaluation_increase_then_decrease()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_then_decrease()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "label": ".test_linear_reevaluation_decrease_then_disposal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_decrease_then_disposal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 9}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "label": ".test_linear_reevaluation_increase_then_disposal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_then_disposal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 9}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "label": ".test_linear_reevaluation_increase_constant_periods()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_constant_periods()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 8}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "label": ".test_linear_reevaluation_increase_daily_computation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_daily_computation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "label": ".test_linear_reevaluation_increase_amount_and_length()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_increase_amount_and_length()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 9}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "label": ".test_linear_reevaluation_decrease_amount_and_increase_length()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_reevaluation_decrease_amount_and_increase_length()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 9}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "label": ".test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "label": ".test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "label": ".test_monthly_degressive_start_beginning_month_decrease_middle_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_start_beginning_month_decrease_middle_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "label": ".test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "label": ".test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "label": ".test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "label": ".test_linear_modify_0_value_residual()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_linear_modify_0_value_residual()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 8}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "label": ".test_asset_modify_value_residual_after_reversal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_residual_after_reversal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "label": ".test_asset_gain_or_loss_account()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_gain_or_loss_account()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 5}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "label": ".test_asset_disposal_on_hashed_journal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_disposal_on_hashed_journal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "label": ".test_asset_disposal_with_audit_trail()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_disposal_with_audit_trail()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 7}, {"id": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "label": ".test_disposal_of_fully_depreciated_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_disposal_of_fully_depreciated_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "code", "degree": 6}, {"id": "test_reevaluation_asset_rationale_773", "label": "After 5 months, extend the lifetime by 3 month and the amount by 200", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "After 5 months, extend the lifetime by 3 month and the amount by 200", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_reevaluation_asset_rationale_817", "label": "After 5 months, extend the lifetime by 3 month and reduce the amount by 200", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "After 5 months, extend the lifetime by 3 month and reduce the amount by 200", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_reevaluation_asset_rationale_1475", "label": "Set the value residual to 0", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the value residual to 0", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_reevaluation_asset_rationale_1500", "label": "Tests the special case of residual amounts on a board with a reverse entry.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests the special case of residual amounts on a board with a reverse entry.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reevaluation_asset.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_import_bank_statement_py", "label": "test_import_bank_statement.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_import_bank_statement.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 1}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv", "label": "TestAccountBankStatementImportCSV", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountBankStatementImportCSV", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 8}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "label": "._import_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_file()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 9}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import", "label": ".test_csv_file_import()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_csv_file_import()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 3}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_with_missing_values", "label": ".test_csv_file_import_with_missing_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_csv_file_import_with_missing_values()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 3}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_non_ordered", "label": ".test_csv_file_import_non_ordered()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_csv_file_import_non_ordered()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 2}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_empty_date", "label": ".test_csv_file_empty_date()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_csv_file_empty_date()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 2}, {"id": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_without_amount", "label": ".test_csv_file_import_without_amount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_csv_file_import_without_amount()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_import_bank_statement.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 123, "community_name": "Community 123", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_ui_py", "label": "test_ui.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_ui.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_ui.py", "file_type": "code", "degree": 1}, {"id": "test_ui_testui", "label": "TestUi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestUi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_ui.py", "file_type": "code", "degree": 3}, {"id": "accounttestmockonlinesynccommon", "label": "AccountTestMockOnlineSyncCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountTestMockOnlineSyncCommon", "community": 1, "community_name": "Community 1", "source_file": "", "file_type": "code", "degree": 1}, {"id": "test_ui_testui_test_accountant_tour", "label": ".test_accountant_tour()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_accountant_tour()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_ui.py", "file_type": "code", "degree": 6}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_signature_py", "label": "test_signature.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_signature.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "test_signature_testinvoicesignature", "label": "TestInvoiceSignature", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestInvoiceSignature", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 8}, {"id": "test_signature_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "test_signature_testinvoicesignature_test_draft_invoice_shouldnt_have_signature", "label": ".test_draft_invoice_shouldnt_have_signature()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_draft_invoice_shouldnt_have_signature()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 1}, {"id": "test_signature_testinvoicesignature_test_posted_invoice_should_have_signature", "label": ".test_posted_invoice_should_have_signature()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_posted_invoice_should_have_signature()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "test_signature_testinvoicesignature_test_invoice_from_company_without_signature_settings_shouldnt_have_signature", "label": ".test_invoice_from_company_without_signature_settings_shouldnt_have_signature()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_from_company_without_signature_settings_shouldnt_have_signature()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_the_user_that_posted_it", "label": ".test_invoice_signing_user_should_be_the_user_that_posted_it()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_signing_user_should_be_the_user_that_posted_it()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 3}, {"id": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_reprensative_user_if_there_is_one", "label": ".test_invoice_signing_user_should_be_reprensative_user_if_there_is_one()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_signing_user_should_be_reprensative_user_if_there_is_one()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "test_signature_testinvoicesignature_test_setting_representative_user_shouldnt_change_signer_of_already_posted_invoice", "label": ".test_setting_representative_user_shouldnt_change_signer_of_already_posted_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_setting_representative_user_shouldnt_change_signer_of_already_posted_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_signature.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "label": "common.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "common.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 14}, {"id": "common_testaccountassetcommon", "label": "TestAccountAssetCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountAssetCommon", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 15}, {"id": "common_create_asset", "label": "create_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "create_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 48}, {"id": "common_get_depreciation_move_values", "label": "_get_depreciation_move_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "_get_depreciation_move_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 66}, {"id": "common_testaccountreportscommon", "label": "TestAccountReportsCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.7, "font": {"size": 12, "color": "#ffffff"}, "title": "TestAccountReportsCommon", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 79}, {"id": "common_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 1}, {"id": "common_generate_options", "label": "_generate_options()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_generate_options()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 35}, {"id": "common_testaccountreportscommon_update_comparison_filter", "label": "._update_comparison_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_comparison_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 7}, {"id": "common_testaccountreportscommon_update_multi_selector_filter", "label": "._update_multi_selector_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_multi_selector_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_testaccountreportscommon_assertcolumnpercentcomparisonvalues", "label": ".assertColumnPercentComparisonValues()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertColumnPercentComparisonValues()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 3}, {"id": "common_testaccountreportscommon_asserthorizontalgrouptotal", "label": ".assertHorizontalGroupTotal()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertHorizontalGroupTotal()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 3}, {"id": "common_testaccountreportscommon_assertheadersvalues", "label": ".assertHeadersValues()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertHeadersValues()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 5}, {"id": "common_testaccountreportscommon_assertidenticallines", "label": ".assertIdenticalLines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertIdenticalLines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_testaccountreportscommon_assertlinesvalues", "label": ".assertLinesValues()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".assertLinesValues()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 25}, {"id": "common_testaccountreportscommon_filter_folded_lines", "label": "._filter_folded_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._filter_folded_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 5}, {"id": "common_testaccountreportscommon_convert_str_to_date", "label": "._convert_str_to_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._convert_str_to_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_create_tax_report_line", "label": "_create_tax_report_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_tax_report_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_get_tag_ids", "label": "_get_tag_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_tag_ids()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_get_basic_line_dict_id_from_report_line", "label": "_get_basic_line_dict_id_from_report_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_basic_line_dict_id_from_report_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 3}, {"id": "common_get_basic_line_dict_id_from_report_line_ref", "label": "_get_basic_line_dict_id_from_report_line_ref()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_basic_line_dict_id_from_report_line_ref()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 8}, {"id": "common_get_audit_params_from_report_line", "label": "_get_audit_params_from_report_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_audit_params_from_report_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_testaccountreportscommon_report_compare_with_test_file", "label": "._report_compare_with_test_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_compare_with_test_file()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 1}, {"id": "common_fill_tax_report_line_external_value", "label": "_fill_tax_report_line_external_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_fill_tax_report_line_external_value()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_testaccountreportscommon_test_xlsx_file", "label": "._test_xlsx_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._test_xlsx_file()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "code", "degree": 2}, {"id": "common_rationale_62", "label": "Create new options at a certain date. :param report: The report", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create new options at a certain date. :param report: The report", "community": 135, "community_name": "Community 135", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 0}, {"id": "common_rationale_95", "label": "Modify the existing options to set a new filter_comparison. :param optio", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Modify the existing options to set a new filter_comparison. :param optio", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_114", "label": "Modify a selector in the options to select . :param options: The", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Modify a selector in the options to select . :param options: The", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_158", "label": "Helper to compare the headers returned by the _get_table method with som", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to compare the headers returned by the _get_table method with som", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_177", "label": "Helper to compare report lines with the same `code` across multiple reports.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to compare report lines with the same `code` across multiple reports.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_219", "label": "Helper to compare the lines returned by the _get_lines method with some", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to compare the lines returned by the _get_lines method with some", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_305", "label": "Children lines returned for folded lines (for example, totals below sections) sh", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Children lines returned for folded lines (for example, totals below sections) sh", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "common_rationale_327", "label": "Creates a tax report line", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates a tax report line", "community": 136, "community_name": "Community 136", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 0}, {"id": "common_rationale_357", "label": "Helper function to define tag ids for taxes", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper function to define tag ids for taxes", "community": 137, "community_name": "Community 137", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 0}, {"id": "common_rationale_366", "label": "Computes a full generic id for the provided report line (hence including the one", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Computes a full generic id for the provided report line (hence including the one", "community": 138, "community_name": "Community 138", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 0}, {"id": "common_rationale_377", "label": "Same as _get_basic_line_dict_id_from_report_line, but from the line's xmlid, for", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Same as _get_basic_line_dict_id_from_report_line, but from the line&#x27;s xmlid, for", "community": 139, "community_name": "Community 139", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 0}, {"id": "common_rationale_410", "label": "Takes in the binary content of a xlsx file and a dict of expected values.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Takes in the binary content of a xlsx file and a dict of expected values.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/common.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "label": "test_account_fiscal_year.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_account_fiscal_year.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 1}, {"id": "test_account_fiscal_year_testfiscalposition", "label": "TestFiscalPosition", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TestFiscalPosition", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 7}, {"id": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "label": ".check_compute_fiscal_year()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_compute_fiscal_year()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 7}, {"id": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "label": ".test_default_fiscal_year()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_default_fiscal_year()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 3}, {"id": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "label": ".test_leap_fiscal_year_1()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_leap_fiscal_year_1()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 3}, {"id": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "label": ".test_leap_fiscal_year_2()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_leap_fiscal_year_2()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 3}, {"id": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "label": ".test_custom_fiscal_year()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_custom_fiscal_year()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "code", "degree": 4}, {"id": "test_account_fiscal_year_rationale_11", "label": "Compute the fiscal year at a certain date for the company passed as parameter.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the fiscal year at a certain date for the company passed as parameter.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_fiscal_year_rationale_25", "label": "Basic case with a fiscal year xxxx-01-01 - xxxx-12-31.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Basic case with a fiscal year xxxx-01-01 - xxxx-12-31.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_fiscal_year_rationale_45", "label": "Case with a leap year ending the 29 February.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Case with a leap year ending the 29 February.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_fiscal_year_rationale_65", "label": "Case with a leap year ending the 28 February.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Case with a leap year ending the 28 February.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "test_account_fiscal_year_rationale_85", "label": "Case with custom fiscal years.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Case with custom fiscal years.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "label": "test_bank_rec_widget_common.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bank_rec_widget_common.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_common_testbankrecwidgetcommon", "label": "TestBankRecWidgetCommon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBankRecWidgetCommon", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 35}, {"id": "test_bank_rec_widget_common_setupclass", "label": "setUpClass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 1}, {"id": "test_bank_rec_widget_common_create_invoice_line", "label": "_create_invoice_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "_create_invoice_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 38}, {"id": "test_bank_rec_widget_common_create_st_line", "label": "_create_st_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "_create_st_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 66}, {"id": "test_bank_rec_widget_common_create_reconcile_model", "label": "_create_reconcile_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_reconcile_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "code", "degree": 2}, {"id": "test_bank_rec_widget_common_rationale_17", "label": "Create an invoice on the fly.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an invoice on the fly.", "community": 140, "community_name": "Community 140", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_common.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_change_lock_date_wizard_py", "label": "test_change_lock_date_wizard.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_change_lock_date_wizard.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 1}, {"id": "test_change_lock_date_wizard_testchangelockdatewizard", "label": "TestChangeLockDateWizard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TestChangeLockDateWizard", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 6}, {"id": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "label": ".test_exception_generation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_exception_generation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 6}, {"id": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "label": ".test_exception_generation_multiple()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_exception_generation_multiple()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 5}, {"id": "test_change_lock_date_wizard_testchangelockdatewizard_test_hard_lock_date", "label": ".test_hard_lock_date()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_hard_lock_date()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 4}, {"id": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "label": ".test_everyone_forever_exception()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_everyone_forever_exception()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "code", "degree": 5}, {"id": "test_change_lock_date_wizard_rationale_15", "label": "Test the exception generation from the wizard. Note that exceptions for", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the exception generation from the wizard. Note that exceptions for", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "test_change_lock_date_wizard_rationale_75", "label": "Test the exception generation from the wizard. Here we test the case tha", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the exception generation from the wizard. Here we test the case tha", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_change_lock_date_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_asset_py", "label": "test_account_asset.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_account_asset.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 2}, {"id": "test_account_asset_testaccountasset", "label": "TestAccountAsset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.6, "font": {"size": 12, "color": "#ffffff"}, "title": "TestAccountAsset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 62}, {"id": "test_account_asset_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_update_form_values", "label": ".update_form_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_form_values()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 3}, {"id": "test_account_asset_testaccountasset_test_account_asset_no_tax", "label": ".test_account_asset_no_tax()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_asset_no_tax()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_00_account_asset", "label": ".test_00_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_00_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 9}, {"id": "test_account_asset_testaccountasset_test_00_account_asset_new", "label": ".test_00_account_asset_new()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_00_account_asset_new()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 8}, {"id": "test_account_asset_testaccountasset_test_01_account_asset", "label": ".test_01_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_01_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_02_account_asset", "label": ".test_02_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_02_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_03_account_asset", "label": ".test_03_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_03_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_04_account_asset", "label": ".test_04_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_04_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_05_account_asset", "label": ".test_05_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_05_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_06_account_asset", "label": ".test_06_account_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_06_account_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 5}, {"id": "test_account_asset_testaccountasset_test_account_asset_cancel", "label": ".test_account_asset_cancel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_asset_cancel()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 10}, {"id": "test_account_asset_testaccountasset_test_asset_form", "label": ".test_asset_form()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_form()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 5}, {"id": "test_account_asset_testaccountasset_test_asset_from_entry_line_form", "label": ".test_asset_from_entry_line_form()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_from_entry_line_form()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form", "label": ".test_asset_from_bill_move_line_form()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_from_bill_move_line_form()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form_multicurrency", "label": ".test_asset_from_bill_move_line_form_multicurrency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_from_bill_move_line_form_multicurrency()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_value_00", "label": ".test_asset_modify_value_00()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_00()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_value_01", "label": ".test_asset_modify_value_01()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_01()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_value_02", "label": ".test_asset_modify_value_02()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_02()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_value_03", "label": ".test_asset_modify_value_03()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_03()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_value_04", "label": ".test_asset_modify_value_04()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_value_04()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_report", "label": ".test_asset_modify_report()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_report()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_asset_pause_resume", "label": ".test_asset_pause_resume()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_pause_resume()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 5}, {"id": "test_account_asset_testaccountasset_test_asset_modify_sell_profit", "label": ".test_asset_modify_sell_profit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_sell_profit()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_sell_loss", "label": ".test_asset_modify_sell_loss()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_sell_loss()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_sale_same_account_as_invoice", "label": ".test_asset_sale_same_account_as_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_sale_same_account_as_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_dispose", "label": ".test_asset_modify_dispose()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_dispose()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "label": ".test_asset_reverse_depreciation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_reverse_depreciation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_ref_asset_depreciation", "label": ".test_ref_asset_depreciation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_ref_asset_depreciation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 2}, {"id": "test_account_asset_testaccountasset_test_credit_note_out_refund", "label": ".test_credit_note_out_refund()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_credit_note_out_refund()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 8}, {"id": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_00", "label": ".test_asset_multiple_assets_from_one_move_line_00()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_multiple_assets_from_one_move_line_00()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_01", "label": ".test_asset_multiple_assets_from_one_move_line_01()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_multiple_assets_from_one_move_line_01()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_credit_note", "label": ".test_asset_credit_note()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_credit_note()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 5}, {"id": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "label": ".test_asset_partial_credit_note()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_partial_credit_note()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_asset_with_non_deductible_tax", "label": ".test_asset_with_non_deductible_tax()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_with_non_deductible_tax()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_degressive_01", "label": ".test_asset_degressive_01()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_degressive_01()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_degressive_02", "label": ".test_asset_degressive_02()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_degressive_02()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_negative_01", "label": ".test_asset_negative_01()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_negative_01()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_daily_computation_01", "label": ".test_asset_daily_computation_01()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_daily_computation_01()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "label": ".test_decrement_book_value_with_negative_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_decrement_book_value_with_negative_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "label": ".test_depreciation_schedule_report_with_negative_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_report_with_negative_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 10}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "label": ".test_depreciation_schedule_hierarchy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_hierarchy()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "label": ".test_depreciation_schedule_disposal_move_unposted()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_disposal_move_unposted()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 10}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "label": ".test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 10}, {"id": "test_account_asset_testaccountasset_test_asset_analytic_on_lines", "label": ".test_asset_analytic_on_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_analytic_on_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_analytic_filter", "label": ".test_asset_analytic_filter()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_analytic_filter()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "label": ".test_asset_analytic_groupby()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_analytic_groupby()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_report_first_depreciation", "label": ".test_depreciation_schedule_report_first_depreciation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_report_first_depreciation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_modify_sell_multicurrency", "label": ".test_asset_modify_sell_multicurrency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_modify_sell_multicurrency()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "label": ".test_depreciation_schedule_prefix_groups()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_schedule_prefix_groups()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 7}, {"id": "test_account_asset_testaccountasset_test_archive_asset_model", "label": ".test_archive_asset_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_archive_asset_model()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 2}, {"id": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "label": ".test_asset_increase_with_lock_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_increase_with_lock_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "label": ".test_asset_decrease_with_lock_year()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_decrease_with_lock_year()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_asset_onchange_model", "label": ".test_asset_onchange_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_onchange_model()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 5}, {"id": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "label": ".test_asset_reevaluation_degressive_linear()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_reevaluation_degressive_linear()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_asset_move_type", "label": ".test_asset_move_type()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_move_type()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 8}, {"id": "test_account_asset_testaccountasset_test_asset_already_depreciated", "label": ".test_asset_already_depreciated()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_already_depreciated()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_testaccountasset_test_asset_acquisition_date_from_bill", "label": ".test_asset_acquisition_date_from_bill()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_acquisition_date_from_bill()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 4}, {"id": "test_account_asset_testaccountasset_test_asset_write_multi_company", "label": ".test_asset_write_multi_company()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_asset_write_multi_company()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 3}, {"id": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "label": ".test_depreciation_moves_company_with_sub_company()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_depreciation_moves_company_with_sub_company()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "code", "degree": 6}, {"id": "test_account_asset_rationale_92", "label": "Test the lifecycle of an asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the lifecycle of an asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_322", "label": "Test the lifecycle of an asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the lifecycle of an asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_419", "label": "Test if an an asset is created when an invoice is validated with an item", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if an an asset is created when an invoice is validated with an item", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_473", "label": "Test the lifecycle of an asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the lifecycle of an asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_529", "label": "Test the salvage of an asset with gain", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the salvage of an asset with gain", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_585", "label": "Test the salvage of an asset with gain", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the salvage of an asset with gain", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_642", "label": "Test the salvage of an asset with gain", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the salvage of an asset with gain", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_695", "label": "Test the correct computation of asset amounts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the correct computation of asset amounts", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_731", "label": "Test the cancellation of an asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the cancellation of an asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_814", "label": "Test the form view of assets", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the form view of assets", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_848", "label": "Test that the asset is correcly created from a move line", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the asset is correcly created from a move line", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_895", "label": "Test that the asset is correcly created from a move line", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the asset is correcly created from a move line", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_945", "label": "Test that the asset is correcly created from a move line using a foreign currenc", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the asset is correcly created from a move line using a foreign currenc", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1026", "label": "Test the values of the asset and value increase 'assets' after a modific", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the values of the asset and value increase &#x27;assets&#x27; after a modific", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1048", "label": "Decrease the residual value, decrease the salvage value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Decrease the residual value, decrease the salvage value", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1064", "label": "Decrease the residual value, increase the salvage value; same book value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Decrease the residual value, increase the salvage value; same book value", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1079", "label": "Decrease the residual value, increase the salvage value; increase of book value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Decrease the residual value, increase the salvage value; increase of book value", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1094", "label": "Increase the residual value, decrease the salvage value; increase of book value", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Increase the residual value, decrease the salvage value; increase of book value", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1109", "label": "Test the asset value modification flows", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the asset value modification flows", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1216", "label": "Test that depreciation remains the same after a pause and resume at a later date", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that depreciation remains the same after a pause and resume at a later date", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1235", "label": "Test that a credit is realised in the gain account when selling an asset for a s", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that a credit is realised in the gain account when selling an asset for a s", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1271", "label": "Test that a debit is realised in the loss account when selling an asset for a su", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that a debit is realised in the loss account when selling an asset for a su", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1307", "label": "Test the sale of an asset with an invoice that has the same account as the Depre", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the sale of an asset with an invoice that has the same account as the Depre", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1349", "label": "Test the loss of the remaining book_value when an asset is disposed using the wi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the loss of the remaining book_value when an asset is disposed using the wi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1374", "label": "Test the reversal of a depreciation move", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the reversal of a depreciation move", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1414", "label": "Test that the reference used in depreciation moves is correct", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the reference used in depreciation moves is correct", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1420", "label": "Test the behaviour of the asset creation when a credit note is created.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the behaviour of the asset creation when a credit note is created.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1484", "label": "Test the creation of a as many assets as the value of the quantity prope", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the creation of a as many assets as the value of the quantity prope", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1518", "label": "Test the creation of a as many assets as the value of the quantity prope", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the creation of a as many assets as the value of the quantity prope", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1553", "label": "Test the generated entries created from an in_refund invoice with asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the generated entries created from an in_refund invoice with asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1592", "label": "Test partial credit note on an in invoice that has generated draft assets.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test partial credit note on an in invoice that has generated draft assets.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1706", "label": "Test that the assets' original_value and non_deductible_tax_value are correctly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the assets&#x27; original_value and non_deductible_tax_value are correctly", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1816", "label": "Check the computation of an asset with degressive method, start at m", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with degressive method, start at m", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1859", "label": "Check the computation of an asset with degressive method, start at b", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with degressive method, start at b", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1898", "label": "Check the computation of an asset with negative value.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with negative value.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1936", "label": "Check the computation of an asset with daily_computation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check the computation of an asset with daily_computation.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_1974", "label": "Test the computation of book value and remaining value when posting a de", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the computation of book value and remaining value when posting a de", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2019", "label": "Test the computation of depreciation schedule with negative asset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the computation of depreciation schedule with negative asset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2168", "label": "Test the computation of values when disposing an asset, and the difference if th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the computation of values when disposing an asset, and the difference if th", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2214", "label": "Test the computation of values when disposing an asset with non-depreciable valu", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the computation of values when disposing an asset with non-depreciable valu", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2318", "label": "Test that the analytic filter works correctly.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the analytic filter works correctly.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2361", "label": "Test that the analytic groupby works correctly.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the analytic groupby works correctly.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2411", "label": "Test that the depreciation schedule report displays the correct first depreciati", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the depreciation schedule report displays the correct first depreciati", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2424", "label": "Test that the closing invoice's currency is taken into account when selling an a", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the closing invoice&#x27;s currency is taken into account when selling an a", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2574", "label": "Test that we can archive an asset model.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we can archive an asset model.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2579", "label": "Test the dates at which the moves are posted even with increase, with lock date", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the dates at which the moves are posted even with increase, with lock date", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2640", "label": "Test the dates and values for the moves that are posted with decrease and lock d", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the dates and values for the moves that are posted with decrease and lock d", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2690", "label": "Test the changes of account_asset_id when changing asset models", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the changes of account_asset_id when changing asset models", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2758", "label": "Tests the reevaluation of an asset in degressive_then_linear with a gross increa", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests the reevaluation of an asset in degressive_then_linear with a gross increa", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2810", "label": "Test the field asset_move_type set on account.move describing the re", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the field asset_move_type set on account.move describing the re", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_2968", "label": "Test that the invoice date is used as acquisition date instead of date", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the invoice date is used as acquisition date instead of date", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "test_account_asset_rationale_3000", "label": "The depreciation moves should have the company of the asset, even in multicompan", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "The depreciation moves should have the company of the asset, even in multicompan", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_asset.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "label": "test_bank_rec_widget.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bank_rec_widget.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget", "label": "TestBankRecWidget", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "TestBankRecWidget", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 64}, {"id": "testbankrecwidgetcommon", "label": "TestBankRecWidgetCommon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBankRecWidgetCommon", "community": 2, "community_name": "Community 2", "source_file": "", "file_type": "code", "degree": 2}, {"id": "test_bank_rec_widget_setupclass", "label": "setUpClass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "label": ".assert_form_extra_text_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".assert_form_extra_text_value()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number", "label": ".test_retrieve_partner_from_account_number()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retrieve_partner_from_account_number()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number_in_other_company", "label": ".test_retrieve_partner_from_account_number_in_other_company()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retrieve_partner_from_account_number_in_other_company()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "label": ".test_retrieve_partner_from_partner_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retrieve_partner_from_partner_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "label": ".test_retrieve_partner_suggested_account_from_rank()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_retrieve_partner_suggested_account_from_rank()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "label": ".test_res_partner_bank_find_create_when_archived()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_res_partner_bank_find_create_when_archived()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "label": ".test_res_partner_bank_find_create_multi_company()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_res_partner_bank_find_create_multi_company()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "label": ".test_validation_base_case()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_base_case()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "label": ".test_validation_exchange_difference()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_exchange_difference()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "label": ".test_validation_new_aml_same_foreign_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_new_aml_same_foreign_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "label": ".test_validation_expense_exchange_difference()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_expense_exchange_difference()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "label": ".test_validation_income_exchange_difference()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_income_exchange_difference()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "label": ".test_validation_income_exchange_difference_with_rounding()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_income_exchange_difference_with_rounding()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "label": ".test_validation_exchange_diff_multiple()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_exchange_diff_multiple()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "label": ".test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "label": ".test_validation_remove_exchange_difference()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_remove_exchange_difference()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "label": ".test_validation_new_aml_one_foreign_currency_on_st_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_new_aml_one_foreign_currency_on_st_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "label": ".test_validation_new_aml_one_foreign_currency_on_inv_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_new_aml_one_foreign_currency_on_inv_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 11}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "label": ".test_validation_new_aml_multi_currencies()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_new_aml_multi_currencies()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "label": ".test_validation_new_aml_multi_currencies_exchange_diff_custom_rates()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_new_aml_multi_currencies_exchange_diff_custom_rates()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "label": ".test_validation_with_partner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_with_partner()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "label": ".test_partner_receivable_payable_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partner_receivable_payable_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "label": ".test_validation_using_custom_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_using_custom_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "label": ".test_validation_with_taxes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_with_taxes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "label": ".test_validation_caba_tax_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_caba_tax_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_validation_changed_default_account", "label": ".test_validation_changed_default_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_validation_changed_default_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "label": ".test_apply_taxes_with_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_apply_taxes_with_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "label": ".test_percentage_st_line_with_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_percentage_st_line_with_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "label": ".test_manual_edits_not_replaced()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_manual_edits_not_replaced()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "label": ".test_manual_edits_not_replaced_multicurrency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_manual_edits_not_replaced_multicurrency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "label": ".test_creating_manual_line_multi_currencies()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_creating_manual_line_multi_currencies()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "label": ".test_auto_reconcile_cron()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_cron()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "label": ".test_duplicate_amls_constraint()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_duplicate_amls_constraint()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "label": "test_reconcile_model_with_payment_tolerance()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reconcile_model_with_payment_tolerance()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "label": "test_auto_reconcile_model_with_archived_partner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_auto_reconcile_model_with_archived_partner()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "label": ".test_early_payment_included_multi_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_early_payment_included_multi_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "label": ".test_early_payment_excluded_multi_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_early_payment_excluded_multi_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "label": ".test_early_payment_mixed_multi_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_early_payment_mixed_multi_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "label": ".test_early_payment_included_intracomm_bill()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_early_payment_included_intracomm_bill()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "label": ".test_multi_currencies_with_custom_rate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_multi_currencies_with_custom_rate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "label": ".test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "label": ".test_auto_reconcile_cron_with_time_limit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_cron_with_time_limit()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "label": ".test_auto_reconcile_cron_with_provided_statements_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_auto_reconcile_cron_with_provided_statements_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_test_button_apply_reco_model", "label": "test_button_apply_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_button_apply_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "label": ".test_exchange_diff_on_partial_aml_multi_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_exchange_diff_on_partial_aml_multi_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "label": ".test_exchange_diff_on_partial_aml_multi_currency_close_amount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_exchange_diff_on_partial_aml_multi_currency_close_amount()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "label": ".test_matching_zero_amount_misc_entry()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_matching_zero_amount_misc_entry()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "label": ".test_amls_order_with_matching_amount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_amls_order_with_matching_amount()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "label": "test_analtyic_distribution_model_exchange_diff_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "test_analtyic_distribution_model_exchange_diff_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 7}, {"id": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "label": ".test_access_child_bank_with_user_set_on_child()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_access_child_bank_with_user_set_on_child()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company", "label": ".test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_non_existing_bank_journal", "label": ".test_collect_global_info_data_non_existing_bank_journal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_collect_global_info_data_non_existing_bank_journal()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "label": ".test_res_partner_bank_find_create_multi_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_res_partner_bank_find_create_multi_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "label": ".create_test_reco_invoice()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_test_reco_invoice()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 13}, {"id": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "label": ".assert_reco_invoice_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".assert_reco_invoice_values()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 11}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "label": ".test_invoice_creation_from_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_creation_from_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "label": ".test_invoice_reco_model_round_odd()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_reco_model_round_odd()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "label": ".test_invoice_reco_model_round_single_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_reco_model_round_single_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "label": ".test_invoice_reco_model_round_large_percentage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_reco_model_round_large_percentage()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "label": ".test_invoice_reco_model_round_combined()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_reco_model_round_combined()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "label": ".test_invoice_reco_model_multiple_taxes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_reco_model_multiple_taxes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "label": ".test_invoice_creation_reco_model_percentage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_creation_reco_model_percentage()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "label": ".test_invoice_creation_reco_model_fixed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_creation_reco_model_fixed()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "label": ".test_invoice_creation_reco_model_regex()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_invoice_creation_reco_model_regex()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "label": ".test_unreconciled_with_other_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_unreconciled_with_other_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "test_bank_rec_widget_rationale_90", "label": "Ensure the partner having a name fitting exactly the 'partner_name' is retrieved", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the partner having a name fitting exactly the &#x27;partner_name&#x27; is retrieved", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_114", "label": "Ensure a retrieved partner is proposing his receivable/payable according his cus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure a retrieved partner is proposing his receivable/payable according his cus", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_137", "label": "Test we don't get the \"The combination Account Number/Partner must be unique.\" e", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test we don&#x27;t get the &quot;The combination Account Number/Partner must be unique.&quot; e", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_166", "label": "Test we don't get the \"The combination Account Number/Partner must be unique.\" e", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test we don&#x27;t get the &quot;The combination Account Number/Partner must be unique.&quot; e", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_719", "label": "Test the case when the foreign currency is missing on the statement line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the case when the foreign currency is missing on the statement line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_1611", "label": "Cash basis taxes usually put their tax lines on a transition account, and the ca", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Cash basis taxes usually put their tax lines on a transition account, and the ca", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_1751", "label": "2 partial payments should keep the edited balance", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "2 partial payments should keep the edited balance", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_1797", "label": "2 partial payments should keep the edited amount_currency", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "2 partial payments should keep the edited amount_currency", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_2572", "label": "Test the partial reconciliation suggestion is well recomputed when adding anothe", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the partial reconciliation suggestion is well recomputed when adding anothe", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_2781", "label": "Check for division by zero with foreign currencies and some 0 making a broken ra", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check for division by zero with foreign currencies and some 0 making a broken ra", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_2816", "label": "AML's with a matching amount_residual should be displayed first when the order i", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AML&#x27;s with a matching amount_residual should be displayed first when the order i", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_2924", "label": "Test that the analytic distribution model is present on the exchange diff line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the analytic distribution model is present on the exchange diff line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "test_bank_rec_widget_rationale_2973", "label": "Demo user with a Child Company as default company/allowed companies shou", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Demo user with a Child Company as default company/allowed companies shou", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_2997", "label": "The aim of this test is checking that a user who having access to 2", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "The aim of this test is checking that a user who having access to 2", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3015", "label": "The aim of this test is checking that we receive an empty string whe", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "The aim of this test is checking that we receive an empty string whe", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3026", "label": "Make sure that we can save multiple bank accounts for a partner.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Make sure that we can save multiple bank accounts for a partner.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3050", "label": "Helper method to create a move given a statement line and reconciliation model", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper method to create a move given a statement line and reconciliation model", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3057", "label": "Helper method to assert that values in a move match the information in the given", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper method to assert that values in a move match the information in the given", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3068", "label": "Test the created invoice from a sale/purchase reconciliation model.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test the created invoice from a sale/purchase reconciliation model.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3091", "label": "Test if correct move is created when rounding is needed for multiple reco model", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created when rounding is needed for multiple reco model", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3098", "label": "Test if correct move is created with single-line reco model when rounding is nee", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created with single-line reco model when rounding is nee", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3111", "label": "Test if total move amount is correctly rounded when reco model lines go above 10", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if total move amount is correctly rounded when reco model lines go above 10", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3134", "label": "Test if total move amount is correctly rounded when reco model lines are a combi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if total move amount is correctly rounded when reco model lines are a combi", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3154", "label": "Test if correct move is created through reco model writeoff button when the", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created through reco model writeoff button when the", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3178", "label": "Test if correct move is created when rounding is needed", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created when rounding is needed", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3200", "label": "Test if correct move is created when rounding is needed", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created when rounding is needed", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3218", "label": "Test if correct move is created when rounding is needed", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if correct move is created when rounding is needed", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_rationale_3236", "label": "Test that other lines are shown in the widget if they exist.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that other lines are shown in the widget if they exist.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_tour_py", "label": "test_bank_rec_widget_tour.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_bank_rec_widget_tour.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 2}, {"id": "test_bank_rec_widget_tour_testbankrecwidget", "label": "TestBankRecWidget", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TestBankRecWidget", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 11}, {"id": "httpcase", "label": "HttpCase", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpCase", "community": 2, "community_name": "Community 2", "source_file": "", "file_type": "code", "degree": 1}, {"id": "test_bank_rec_widget_tour_setupclass", "label": "setUpClass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget", "label": ".test_tour_bank_rec_widget()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_bank_rec_widget()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 1}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_ui", "label": ".test_tour_bank_rec_widget_ui()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_bank_rec_widget_ui()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 4}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_rainbowman_reset", "label": ".test_tour_bank_rec_widget_rainbowman_reset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_bank_rec_widget_rainbowman_reset()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 1}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_statements", "label": ".test_tour_bank_rec_widget_statements()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_bank_rec_widget_statements()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 1}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "label": ".test_tour_invoice_creation_from_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_invoice_creation_from_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "label": ".test_tour_invoice_creation_reco_model_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_invoice_creation_reco_model_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 5}, {"id": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "label": ".test_tour_invoice_creation_combined_reco_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_tour_invoice_creation_combined_reco_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "code", "degree": 6}, {"id": "test_bank_rec_widget_tour_rationale_90", "label": "Test if move is created and added as a new_aml line in bank reconciliation widge", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test if move is created and added as a new_aml line in bank reconciliation widge", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_tour_rationale_109", "label": "Test move creation through reconcile button when a foreign currency is used for", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test move creation through reconcile button when a foreign currency is used for", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "rationale", "degree": 2}, {"id": "test_bank_rec_widget_tour_rationale_138", "label": "Test creation of a move from a reconciliation model with different amount types", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Test creation of a move from a reconciliation model with different amount types", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_bank_rec_widget_tour.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_deferred_management_py", "label": "test_deferred_management.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_deferred_management.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 2}, {"id": "test_deferred_management_testdeferredmanagement", "label": "TestDeferredManagement", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TestDeferredManagement", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 21}, {"id": "test_deferred_management_setupclass", "label": "setUpClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 2}, {"id": "test_deferred_management_testdeferredmanagement_create_invoice", "label": ".create_invoice()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_invoice()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 17}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_management_get_diff_dates", "label": ".test_deferred_management_get_diff_dates()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_management_get_diff_dates()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 1}, {"id": "test_deferred_management_testdeferredmanagement_test_get_ends_of_month", "label": ".test_get_ends_of_month()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_get_ends_of_month()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 1}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_abnormal_dates", "label": ".test_deferred_abnormal_dates()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_abnormal_dates()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 3}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_expense_generate_entries_method", "label": ".test_deferred_expense_generate_entries_method()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_expense_generate_entries_method()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 2}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "label": ".test_deferred_expense_reset_to_draft()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_expense_reset_to_draft()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "label": ".assert_invoice_lines()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".assert_invoice_lines()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "label": ".test_default_tax_on_account_not_on_deferred_entries()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_default_tax_on_account_not_on_deferred_entries()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_values", "label": ".test_deferred_values()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_values()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_values_rounding", "label": ".test_deferred_values_rounding()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_values_rounding()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 4}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_expense_avoid_useless_deferred_entries", "label": ".test_deferred_expense_avoid_useless_deferred_entries()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_expense_avoid_useless_deferred_entries()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 3}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_expense_single_period_entries", "label": ".test_deferred_expense_single_period_entries()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_expense_single_period_entries()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 3}, {"id": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "label": ".test_taxes_deferred_after_date_added()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_taxes_deferred_after_date_added()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 6}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "label": ".test_deferred_tax_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_tax_key()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "label": ".test_compute_empty_start_date()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_compute_empty_start_date()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 5}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_on_accounting_date", "label": ".test_deferred_on_accounting_date()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_on_accounting_date()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 4}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_entries_not_created_on_future_invoice", "label": ".test_deferred_entries_not_created_on_future_invoice()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_entries_not_created_on_future_invoice()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 4}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_entries_created_on_auto_post_invoice", "label": ".test_deferred_entries_created_on_auto_post_invoice()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_entries_created_on_auto_post_invoice()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 4}, {"id": "test_deferred_management_testdeferredmanagement_test_deferred_compute_method_full_months", "label": ".test_deferred_compute_method_full_months()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_deferred_compute_method_full_months()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "code", "degree": 3}, {"id": "test_deferred_management_rationale_130", "label": "Test that we correctly detect abnormal dates. In the deferred computatio", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we correctly detect abnormal dates. In the deferred computatio", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_181", "label": "Test that the deferred entries are deleted/reverted when the invoice is reset to", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the deferred entries are deleted/reverted when the invoice is reset to", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_222", "label": "Test that the default taxes on an account are not calculated on deferral entries", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the default taxes on an account are not calculated on deferral entries", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_260", "label": "Test that the debit/credit values are correctly computed, even after a credit no", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the debit/credit values are correctly computed, even after a credit no", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_292", "label": "Test that the debit/credit values are correctly computed when values are rounded", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the debit/credit values are correctly computed when values are rounded", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_327", "label": "If we have an invoice with a start date in the beginning of the month, and an en", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If we have an invoice with a start date in the beginning of the month, and an en", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_337", "label": "If we have an invoice covering only one period, we should only avoid creating de", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If we have an invoice covering only one period, we should only avoid creating de", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_349", "label": "Test that applicable taxes get deferred also when the dates of the base line are", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that applicable taxes get deferred also when the dates of the base line are", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_426", "label": "Test that the deferred tax key is correctly computed. and is the same be", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the deferred tax key is correctly computed. and is the same be", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_444", "label": "Test that the deferred start date is computed when empty and posting the move.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the deferred start date is computed when empty and posting the move.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_469", "label": "When we are in `on_validation` mode, the deferral of the total amount should hap", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When we are in `on_validation` mode, the deferral of the total amount should hap", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_488", "label": "Test that we don't create deferred entries on a future posted invoice", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that we don&#x27;t create deferred entries on a future posted invoice", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_506", "label": "Test that deferred entries are created on an invoice with auto_post set to 'at_d", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that deferred entries are created on an invoice with auto_post set to &#x27;at_d", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "test_deferred_management_rationale_520", "label": "Test that the deferred amount is correctly computed when the new full_months met", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Test that the deferred amount is correctly computed when the new full_months met", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_deferred_management.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_tour_py", "label": "test_tour.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tour.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_tour.py", "file_type": "code", "degree": 1}, {"id": "test_tour_testaccountanttours", "label": "TestAccountantTours", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestAccountantTours", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_tour.py", "file_type": "code", "degree": 3}, {"id": "accounttestinvoicinghttpcommon", "label": "AccountTestInvoicingHttpCommon", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountTestInvoicingHttpCommon", "community": 1, "community_name": "Community 1", "source_file": "", "file_type": "code", "degree": 1}, {"id": "test_tour_testaccountanttours_test_account_merge_wizard_tour", "label": ".test_account_merge_wizard_tour()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_account_merge_wizard_tour()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_tour.py", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "label": "test_financial_report.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "test_financial_report.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 5}, {"id": "test_financial_report_testfinancialreport", "label": "TestFinancialReport", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TestFinancialReport", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 16}, {"id": "test_financial_report_setupclass", "label": "setUpClass()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "setUpClass()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 5}, {"id": "test_financial_report_testfinancialreport_build_generic_id_from_financial_line", "label": "._build_generic_id_from_financial_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_generic_id_from_financial_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 1}, {"id": "test_financial_report_testfinancialreport_get_line_id_from_generic_id", "label": "._get_line_id_from_generic_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_line_id_from_generic_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 1}, {"id": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "label": ".test_financial_report_strict_range_on_report_lines_with_no_parent_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_strict_range_on_report_lines_with_no_parent_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 5}, {"id": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "label": ".test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 5}, {"id": "test_financial_report_test_balance_sheet_today_current_year_earnings", "label": "test_balance_sheet_today_current_year_earnings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_balance_sheet_today_current_year_earnings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 6}, {"id": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "label": "test_balance_sheet_last_month_vs_custom_current_year_earnings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "test_balance_sheet_last_month_vs_custom_current_year_earnings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 6}, {"id": "test_financial_report_testfinancialreport_test_financial_report_single_company", "label": ".test_financial_report_single_company()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_single_company()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 6}, {"id": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "label": ".test_financial_report_multi_company_currency()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_multi_company_currency()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 6}, {"id": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": ".test_financial_report_comparison()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_comparison()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 6}, {"id": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": ".test_financial_report_horizontal_group()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_horizontal_group()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 7}, {"id": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": ".test_financial_report_horizontal_group_total()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_financial_report_horizontal_group_total()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 8}, {"id": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "label": ".test_hide_if_zero_with_no_formulas()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_hide_if_zero_with_no_formulas()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 8}, {"id": "test_financial_report_testfinancialreport_test_option_hierarchy", "label": ".test_option_hierarchy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_option_hierarchy()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 8}, {"id": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "label": ".test_option_hierarchy_with_no_group_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_option_hierarchy_with_no_group_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 7}, {"id": "test_financial_report_testfinancialreport_test_parse_line_id", "label": ".test_parse_line_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_parse_line_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "code", "degree": 2}, {"id": "test_financial_report_rationale_186", "label": "Tests that lines with no parent can be correctly filtered by date range", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that lines with no parent can be correctly filtered by date range", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "test_financial_report_rationale_205", "label": "Tests that lines with no parent can be correctly filtered by date range with no", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tests that lines with no parent can be correctly filtered by date range with no", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "test_financial_report_rationale_283", "label": "Checks the balance sheet calls the right period of the P&L when using last_month", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks the balance sheet calls the right period of the P&amp;L when using last_month", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 1}, {"id": "test_financial_report_rationale_597", "label": "In case we don't have comparison, just one column and one level of groupby a new", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "In case we don&#x27;t have comparison, just one column and one level of groupby a new", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "test_financial_report_rationale_690", "label": "Check if a report line stays displayed when hide_if_zero is True and no formulas", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a report line stays displayed when hide_if_zero is True and no formulas", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "test_financial_report_rationale_830", "label": "Check that the report lines are correct when the option \"Hierarchy and subtotals", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check that the report lines are correct when the option &quot;Hierarchy and subtotals", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "test_financial_report_rationale_869", "label": "Check that the report lines of 'No Group' have correct ids with the option 'Hier", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Check that the report lines of &#x27;No Group&#x27; have correct ids with the option &#x27;Hier", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_financial_report.py", "file_type": "rationale", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_widget_py", "label": "test_reconciliation_widget.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "test_reconciliation_widget.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_widget.py", "file_type": "code", "degree": 1}, {"id": "test_reconciliation_widget_testreconciliationwidget", "label": "TestReconciliationWidget", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TestReconciliationWidget", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_widget.py", "file_type": "code", "degree": 3}, {"id": "valuationreconciliationtestcommon", "label": "ValuationReconciliationTestCommon", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ValuationReconciliationTestCommon", "community": 2, "community_name": "Community 2", "source_file": "", "file_type": "code", "degree": 1}, {"id": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "label": ".test_no_stock_account_in_reconciliation_proposition()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_no_stock_account_in_reconciliation_proposition()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_widget.py", "file_type": "code", "degree": 8}, {"id": "test_reconciliation_widget_rationale_12", "label": "We check if no stock interim account is present in the reconcialiation propositi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "We check if no stock interim account is present in the reconcialiation propositi", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_reconciliation_widget.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_extraction_review_wizard_py", "label": "extraction_review_wizard.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "extraction_review_wizard.py", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 3}, {"id": "extraction_review_wizard_fusionextractionreviewwizard", "label": "FusionExtractionReviewWizard", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionExtractionReviewWizard", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 6}, {"id": "extraction_review_wizard_compute_attachment_preview", "label": "_compute_attachment_preview()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_attachment_preview()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 2}, {"id": "extraction_review_wizard_fusionextractionreviewwizard_action_apply", "label": ".action_apply()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_apply()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 4}, {"id": "extraction_review_wizard_fusionextractionreviewwizard_action_discard", "label": ".action_discard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_discard()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 2}, {"id": "extraction_review_wizard_fusionextractionreviewwizard_action_re_extract", "label": ".action_re_extract()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_re_extract()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 3}, {"id": "extraction_review_wizard_fusionextractionreviewwizard_track_corrections", "label": "._track_corrections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._track_corrections()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "code", "degree": 3}, {"id": "extraction_review_wizard_rationale_1", "label": "Fusion Accounting - Extraction Review Wizard Transient model that presents the", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Extraction Review Wizard Transient model that presents the", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "extraction_review_wizard_rationale_24", "label": "Review and optionally correct OCR-extracted invoice fields before they are c", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Review and optionally correct OCR-extracted invoice fields before they are c", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "extraction_review_wizard_rationale_125", "label": "Fetch the first image / PDF attachment for inline preview.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch the first image / PDF attachment for inline preview.", "community": 141, "community_name": "Community 141", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "extraction_review_wizard_rationale_139", "label": "Validate the (possibly corrected) fields and apply them to the invoice.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate the (possibly corrected) fields and apply them to the invoice.", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "extraction_review_wizard_rationale_193", "label": "Close the wizard without applying any changes. Returns: dic", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Close the wizard without applying any changes. Returns: dic", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "extraction_review_wizard_rationale_201", "label": "Re-run the OCR extraction pipeline from scratch. Useful when the user h", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-run the OCR extraction pipeline from scratch. Useful when the user h", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "extraction_review_wizard_rationale_216", "label": "Compare the wizard values against the original extraction and record any", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compare the wizard values against the original extraction and record any", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/extraction_review_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "label": "account_bank_statement_import_csv.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account_bank_statement_import_csv.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 2}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv", "label": "AccountBankStmtImportCSV", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountBankStmtImportCSV", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 6}, {"id": "account_bank_statement_import_csv_get_fields_tree", "label": "get_fields_tree()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_fields_tree()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 1}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "label": "._safe_float()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._safe_float()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 3}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "label": "._parse_import_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_import_data()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 2}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "label": ".parse_preview()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_preview()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 2}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "label": ".execute_import()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_import()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "code", "degree": 5}, {"id": "account_bank_statement_import_csv_rationale_15", "label": "Extends the standard CSV import to support bank-statement-specific columns s", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the standard CSV import to support bank-statement-specific columns s", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_import_csv_rationale_23", "label": "Append virtual monetary columns (balance, debit, credit) when the import", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Append virtual monetary columns (balance, debit, credit) when the import", "community": 142, "community_name": "Community 142", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "rationale", "degree": 0}, {"id": "account_bank_statement_import_csv_rationale_62", "label": "Safely convert a string or empty value to float, defaulting to 0.0.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Safely convert a string or empty value to float, defaulting to 0.0.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_import_csv_rationale_169", "label": "Inject bank statement context flag when previewing CSV data.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject bank statement context flag when previewing CSV data.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_import_csv_rationale_175", "label": "Execute the import, wrapping bank statement rows into a statement record", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the import, wrapping bank statement rows into a statement record", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_edi_import_wizard_py", "label": "edi_import_wizard.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edi_import_wizard.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "edi_import_wizard_fusionediimportwizard", "label": "FusionEDIImportWizard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionEDIImportWizard", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "code", "degree": 3}, {"id": "edi_import_wizard_fusionediimportwizard_action_import", "label": ".action_import()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "code", "degree": 3}, {"id": "edi_import_wizard_rationale_1", "label": "Fusion Accounting - EDI Import Wizard Provides a transient model that lets user", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - EDI Import Wizard Provides a transient model that lets user", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "edi_import_wizard_rationale_20", "label": "File-upload wizard for importing electronic invoices in UBL 2.1 or UN/CEFACT", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "File-upload wizard for importing electronic invoices in UBL 2.1 or UN/CEFACT", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "edi_import_wizard_rationale_52", "label": "Parse the uploaded XML and create a draft invoice. Returns:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the uploaded XML and create a draft invoice. Returns:", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/edi_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_followup_send_wizard_py", "label": "followup_send_wizard.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "followup_send_wizard.py", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 4}, {"id": "followup_send_wizard_fusionfollowupsendwizard", "label": "FusionFollowupSendWizard", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupSendWizard", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 4}, {"id": "followup_send_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": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 1}, {"id": "followup_send_wizard_compute_email_preview", "label": "_compute_email_preview()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_email_preview()", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 2}, {"id": "followup_send_wizard_compute_channel_defaults", "label": "_compute_channel_defaults()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_channel_defaults()", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 1}, {"id": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "label": ".action_send_followup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_followup()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 7}, {"id": "followup_send_wizard_fusionfollowupsendwizard_action_preview_email", "label": ".action_preview_email()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_preview_email()", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "code", "degree": 3}, {"id": "followup_send_wizard_rationale_8", "label": "Wizard for previewing and manually sending payment follow-ups. Allows the u", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard for previewing and manually sending payment follow-ups. Allows the u", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "followup_send_wizard_rationale_102", "label": "Populate the wizard from the active follow-up line.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate the wizard from the active follow-up line.", "community": 143, "community_name": "Community 143", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "followup_send_wizard_rationale_115", "label": "Build a preview of the email subject and body. Uses the level's email t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a preview of the email subject and body. Uses the level&#x27;s email t", "community": 144, "community_name": "Community 144", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "followup_send_wizard_rationale_159", "label": "Pre-fill channel toggles from the follow-up level configuration.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-fill channel toggles from the follow-up level configuration.", "community": 145, "community_name": "Community 145", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "followup_send_wizard_rationale_178", "label": "Send the follow-up using the wizard-configured channels and content. Se", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Send the follow-up using the wizard-configured channels and content. Se", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "followup_send_wizard_rationale_245", "label": "Recompute the email preview after manual edits to the level. :returns:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Recompute the email preview after manual edits to the level. :returns:", "community": 51, "community_name": "Community 51", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/followup_send_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "label": "account_change_lock_date.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "account_change_lock_date.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 5}, {"id": "account_change_lock_date_accountchangelockdate", "label": "AccountChangeLockDate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountChangeLockDate", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 20}, {"id": "account_change_lock_date_compute_lock_date_exceptions", "label": "_compute_lock_date_exceptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_lock_date_exceptions()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_build_draft_moves_domain", "label": "._build_draft_moves_domain()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_draft_moves_domain()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 4}, {"id": "account_change_lock_date_compute_show_draft_entries_warning", "label": "_compute_show_draft_entries_warning()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_show_draft_entries_warning()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "label": "._get_changes_needing_exception()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_changes_needing_exception()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 5}, {"id": "account_change_lock_date_compute_exception_needed", "label": "_compute_exception_needed()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_exception_needed()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_compute_exception_needed_fields", "label": "_compute_exception_needed_fields()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_exception_needed_fields()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_prepare_lock_date_values", "label": "._prepare_lock_date_values()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_lock_date_values()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_prepare_exception_values", "label": "._prepare_exception_values()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_exception_values()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 4}, {"id": "account_change_lock_date_accountchangelockdate_get_current_period_dates", "label": "._get_current_period_dates()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_current_period_dates()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "label": "._create_default_report_external_values()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_default_report_external_values()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 5}, {"id": "account_change_lock_date_accountchangelockdate_change_lock_date", "label": "._change_lock_date()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._change_lock_date()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 8}, {"id": "account_change_lock_date_accountchangelockdate_action_show_draft_moves_in_locked_period", "label": ".action_show_draft_moves_in_locked_period()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_show_draft_moves_in_locked_period()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_action_reopen_wizard", "label": ".action_reopen_wizard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reopen_wizard()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 3}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "label": "._action_revoke_min_exception()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_revoke_min_exception()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 13}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_me", "label": ".action_revoke_min_sale_lock_date_exception_for_me()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_sale_lock_date_exception_for_me()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_me", "label": ".action_revoke_min_purchase_lock_date_exception_for_me()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_purchase_lock_date_exception_for_me()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_me", "label": ".action_revoke_min_tax_lock_date_exception_for_me()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_tax_lock_date_exception_for_me()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_me", "label": ".action_revoke_min_fiscalyear_lock_date_exception_for_me()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_fiscalyear_lock_date_exception_for_me()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_everyone", "label": ".action_revoke_min_sale_lock_date_exception_for_everyone()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_sale_lock_date_exception_for_everyone()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_everyone", "label": ".action_revoke_min_purchase_lock_date_exception_for_everyone()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_purchase_lock_date_exception_for_everyone()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_everyone", "label": ".action_revoke_min_tax_lock_date_exception_for_everyone()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_tax_lock_date_exception_for_everyone()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_everyone", "label": ".action_revoke_min_fiscalyear_lock_date_exception_for_everyone()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke_min_fiscalyear_lock_date_exception_for_everyone()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "code", "degree": 2}, {"id": "account_change_lock_date_rationale_16", "label": "Wizard that enables administrators to update accounting lock dates and manag", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard that enables administrators to update accounting lock dates and manag", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_185", "label": "Retrieve active lock date exceptions for each soft lock field and determ", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve active lock date exceptions for each soft lock field and determ", "community": 146, "community_name": "Community 146", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 0}, {"id": "account_change_lock_date_rationale_220", "label": "Build a domain to find draft moves that would fall within any of the con", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a domain to find draft moves that would fall within any of the con", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_250", "label": "Flag whether any draft journal entries exist in the locked period.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag whether any draft journal entries exist in the locked period.", "community": 147, "community_name": "Community 147", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 0}, {"id": "account_change_lock_date_rationale_259", "label": "Identify soft lock fields that are being loosened (i.e. the new date is", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Identify soft lock fields that are being loosened (i.e. the new date is", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_287", "label": "Return a dict of lock-date fields that have changed and are not covered", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a dict of lock-date fields that have changed and are not covered", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_323", "label": "Construct a list of dicts suitable for creating account.lock_exception r", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Construct a list of dicts suitable for creating account.lock_exception r", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_380", "label": "Determine the start and end of the current period relative to the select", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the start and end of the current period relative to the select", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_391", "label": "Hook for generating default report external values when lock dates chang", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook for generating default report external values when lock dates chang", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_403", "label": "Apply the given lock date values to the company, generating default repo", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply the given lock date values to the company, generating default repo", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_433", "label": "Main action: validate permissions, create exceptions if needed, and appl", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Main action: validate permissions, create exceptions if needed, and appl", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_457", "label": "Open a list view showing draft moves within the locked period.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a list view showing draft moves within the locked period.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_475", "label": "Return an action that reopens this wizard in a dialog.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action that reopens this wizard in a dialog.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "account_change_lock_date_rationale_485", "label": "Revoke a specific exception and refresh the wizard.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Revoke a specific exception and refresh the wizard.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_change_lock_date.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "label": "bank_statement_import_wizard.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_import_wizard.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 7}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard", "label": "FusionBankStatementImportWizard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBankStatementImportWizard", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 10}, {"id": "bank_statement_import_wizard_default_journal_id", "label": "_default_journal_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_journal_id()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_wizard_onchange_data_file", "label": "_onchange_data_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_data_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_wizard_detect_format", "label": "_detect_format()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_format()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "label": ".action_import()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 8}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "label": "._import_parsed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_parsed()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 5}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "label": "._import_qif()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_qif()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 7}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "label": "._import_csv()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_csv()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 5}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "label": "._create_statements_from_parsed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_statements_from_parsed()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "code", "degree": 10}, {"id": "bank_statement_import_wizard_rationale_19", "label": "Transient wizard that provides a unified interface for importing bank statem", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Transient wizard that provides a unified interface for importing bank statem", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "bank_statement_import_wizard_rationale_70", "label": "Default to the journal from context, or the first bank journal.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Default to the journal from context, or the first bank journal.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 3}, {"id": "bank_statement_import_wizard_rationale_81", "label": "Auto-detect the file format when a file is uploaded.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-detect the file format when a file is uploaded.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 3}, {"id": "bank_statement_import_wizard_rationale_92", "label": "Examine the file content (and optionally the filename) to determine the", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Examine the file content (and optionally the filename) to determine the", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 3}, {"id": "bank_statement_import_wizard_rationale_144", "label": "Main entry point: decode the file, detect format, parse, and create bank", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Main entry point: decode the file, detect format, parse, and create bank", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "bank_statement_import_wizard_rationale_175", "label": "Generic handler for parsers that return a list of statement dicts (OFX,", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Generic handler for parsers that return a list of statement dicts (OFX,", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "bank_statement_import_wizard_rationale_197", "label": "Handle QIF import \u2014 the parser returns a single dict.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle QIF import \u2014 the parser returns a single dict.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "bank_statement_import_wizard_rationale_215", "label": "Redirect CSV files to the existing base_import column-mapping wizard, wh", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Redirect CSV files to the existing base_import column-mapping wizard, wh", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "bank_statement_import_wizard_rationale_228", "label": "Create bank statement records from parsed statement dicts and open the r", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Create bank statement records from parsed statement dicts and open the r", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "file_type": "rationale", "degree": 4}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "label": "asset_modify.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "asset_modify.py", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 11}, {"id": "asset_modify_assetmodify", "label": "AssetModify", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AssetModify", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 11}, {"id": "asset_modify_assetmodify_compute_modify_action", "label": "._compute_modify_action()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_modify_action()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_get_selection_modify_options", "label": "_get_selection_modify_options()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_selection_modify_options()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_compute_accounts", "label": "_compute_accounts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_accounts()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_compute_value_residual", "label": "_compute_value_residual()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_value_residual()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_assetmodify_inverse_gain_account", "label": "._inverse_gain_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_gain_account()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_assetmodify_inverse_loss_account", "label": "._inverse_loss_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_loss_account()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_compute_gain_or_loss", "label": "_compute_gain_or_loss()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_gain_or_loss()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_compute_gain_value", "label": "_compute_gain_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_gain_value()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_compute_informational_text", "label": "_compute_informational_text()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_informational_text()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_compute_select_invoice_line_id", "label": "_compute_select_invoice_line_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_select_invoice_line_id()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_onchange_action", "label": "_onchange_action()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_action()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 3}, {"id": "asset_modify_onchange_invoice_ids", "label": "_onchange_invoice_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_invoice_ids()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 1}, {"id": "asset_modify_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_assetmodify_modify", "label": ".modify()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".modify()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 55}, {"id": "asset_modify_assetmodify_pause", "label": ".pause()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".pause()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 2}, {"id": "asset_modify_assetmodify_sell_dispose", "label": ".sell_dispose()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".sell_dispose()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 18}, {"id": "asset_modify_assetmodify_get_own_book_value", "label": "._get_own_book_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_own_book_value()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 5}, {"id": "asset_modify_assetmodify_get_increase_original_value", "label": "._get_increase_original_value()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_increase_original_value()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 3}, {"id": "asset_modify_assetmodify_get_new_asset_values", "label": "._get_new_asset_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_new_asset_values()", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "code", "degree": 3}, {"id": "asset_modify_rationale_14", "label": "Wizard for modifying running assets, including value changes, depreciation p", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard for modifying running assets, including value changes, depreciation p", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_152", "label": "Determine the default action based on context.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the default action based on context.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_159", "label": "Return available modification actions.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return available modification actions.", "community": 148, "community_name": "Community 148", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_194", "label": "Determine whether disposing/selling results in a gain or loss.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether disposing/selling results in a gain or loss.", "community": 149, "community_name": "Community 149", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_212", "label": "Check whether the modification increases the asset's book value.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check whether the modification increases the asset&#x27;s book value.", "community": 150, "community_name": "Community 150", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_222", "label": "Generate user-facing description of what will happen.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate user-facing description of what will happen.", "community": 151, "community_name": "Community 151", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_323", "label": "Keep invoice_line_ids in sync when invoices change.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Keep invoice_line_ids in sync when invoices change.", "community": 152, "community_name": "Community 152", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_338", "label": "Populate defaults from the linked asset when not provided.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate defaults from the linked asset when not provided.", "community": 153, "community_name": "Community 153", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 0}, {"id": "asset_modify_rationale_376", "label": "Re-evaluate the asset: update depreciation parameters, handle value incr", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-evaluate the asset: update depreciation parameters, handle value incr", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_600", "label": "Pause depreciation for the asset.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pause depreciation for the asset.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_605", "label": "Dispose of or sell the asset, generating closing entries.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dispose of or sell the asset, generating closing entries.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_631", "label": "Return the wizard's configured book value (residual + salvage).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the wizard&#x27;s configured book value (residual + salvage).", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_635", "label": "Compute the original value for a gross increase child asset.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the original value for a gross increase child asset.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "asset_modify_rationale_639", "label": "Calculate capped residual and salvage values to ensure they don't exceed", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate capped residual and salvage values to ensure they don&#x27;t exceed", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/asset_modify.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 124, "community_name": "Community 124", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_auto_reconcile_wizard_py", "label": "account_auto_reconcile_wizard.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_auto_reconcile_wizard.py", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard", "label": "AccountAutoReconcileWizard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountAutoReconcileWizard", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 7}, {"id": "account_auto_reconcile_wizard_default_get", "label": "default_get()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_auto_reconcile_wizard_derive_defaults_from_lines", "label": "_derive_defaults_from_lines()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_derive_defaults_from_lines()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard_snapshot_wizard_config", "label": "._snapshot_wizard_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._snapshot_wizard_config()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "label": "._get_amls_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_amls_domain()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 6}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "._auto_reconcile_one_to_one()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._auto_reconcile_one_to_one()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 8}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "._auto_reconcile_zero_balance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._auto_reconcile_zero_balance()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 8}, {"id": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": ".auto_reconcile()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".auto_reconcile()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "code", "degree": 8}, {"id": "account_auto_reconcile_wizard_rationale_12", "label": "Wizard for automated matching and reconciliation of journal items. Accessibl", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard for automated matching and reconciliation of journal items. Accessibl", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_auto_reconcile_wizard_rationale_70", "label": "Pre-configure the wizard from context domain if available.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-configure the wizard from context domain if available.", "community": 154, "community_name": "Community 154", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_auto_reconcile_wizard_rationale_82", "label": "Infer wizard preset values from a set of journal items. When all items s", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Infer wizard preset values from a set of journal items. When all items s", "community": 155, "community_name": "Community 155", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_auto_reconcile_wizard_rationale_110", "label": "Capture current wizard state as a comparable dict.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Capture current wizard state as a comparable dict.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_auto_reconcile_wizard_rationale_133", "label": "Build a search domain for journal items eligible for automatic reconcili", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a search domain for journal items eligible for automatic reconcili", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_auto_reconcile_wizard_rationale_165", "label": "Pair items with matching opposite amounts and reconcile them. Groups by", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pair items with matching opposite amounts and reconcile them. Groups by", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_auto_reconcile_wizard_rationale_197", "label": "Reconcile all items within groups (account/partner/currency) where the t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reconcile all items within groups (account/partner/currency) where the t", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_auto_reconcile_wizard_rationale_223", "label": "Execute the selected reconciliation strategy and display results.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the selected reconciliation strategy and display results.", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_auto_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "label": "account_report_send.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "account_report_send.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 13}, {"id": "account_report_send_accountreportsend", "label": "AccountReportSend", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportSend", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 7}, {"id": "account_report_send_default_get", "label": "default_get()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_get_mail_field_value", "label": "_get_mail_field_value()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_mail_field_value()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 3}, {"id": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "label": "._get_default_mail_attachments_widget()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_mail_attachments_widget()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 5}, {"id": "account_report_send_accountreportsend_get_wizard_values", "label": "._get_wizard_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_wizard_values()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 4}, {"id": "account_report_send_accountreportsend_get_placeholder_mail_attachments_data", "label": "._get_placeholder_mail_attachments_data()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_placeholder_mail_attachments_data()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 4}, {"id": "account_report_send_get_mail_template_attachments_data", "label": "_get_mail_template_attachments_data()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_mail_template_attachments_data()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 2}, {"id": "account_report_send_compute_mode", "label": "_compute_mode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mode()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_compute_mail_ui_state", "label": "_compute_mail_ui_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mail_ui_state()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_compute_warnings", "label": "_compute_warnings()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_warnings()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_compute_mail_lang", "label": "_compute_mail_lang()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mail_lang()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_compute_partner_ids", "label": "_compute_partner_ids()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_ids()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 2}, {"id": "account_report_send_compute_mail_partner_ids", "label": "_compute_mail_partner_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mail_partner_ids()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 1}, {"id": "account_report_send_compute_mail_subject_body", "label": "_compute_mail_subject_body()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mail_subject_body()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 2}, {"id": "account_report_send_compute_mail_attachments_widget", "label": "_compute_mail_attachments_widget()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_mail_attachments_widget()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 2}, {"id": "account_report_send_action_download", "label": "_action_download()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_action_download()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 2}, {"id": "account_report_send_accountreportsend_process_send_and_print", "label": "._process_send_and_print()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_send_and_print()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 8}, {"id": "account_report_send_accountreportsend_action_send_and_print", "label": ".action_send_and_print()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_and_print()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "code", "degree": 4}, {"id": "account_report_send_rationale_10", "label": "Wizard providing a unified interface for sending accounting reports via emai", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard providing a unified interface for sending accounting reports via emai", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_send_rationale_106", "label": "Render a single field from the mail template for a given partner.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a single field from the mail template for a given partner.", "community": 156, "community_name": "Community 156", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_send_rationale_115", "label": "Combine report placeholder attachments with template-defined attachments.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Combine report placeholder attachments with template-defined attachments.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_send_rationale_121", "label": "Serialize the current wizard state into a storable dictionary.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Serialize the current wizard state into a storable dictionary.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_send_rationale_134", "label": "Generate placeholder attachment metadata for the report PDF. Returns a", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate placeholder attachment metadata for the report PDF. Returns a", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_send_rationale_156", "label": "Build attachment metadata from files linked to the mail template.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build attachment metadata from files linked to the mail template.", "community": 157, "community_name": "Community 157", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_send_rationale_179", "label": "Determine whether the full mail composer should be shown and whether the", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether the full mail composer should be shown and whether the", "community": 158, "community_name": "Community 158", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_send_rationale_253", "label": "Return an action that triggers browser download of the given attachments,", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action that triggers browser download of the given attachments,", "community": 159, "community_name": "Community 159", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_send_rationale_262", "label": "Core processing logic: generates the report for each partner, optionally", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Core processing logic: generates the report for each partner, optionally", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_send_rationale_329", "label": "Entry point: dispatch report generation, emailing, and/or downloading.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Entry point: dispatch report generation, emailing, and/or downloading.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_send.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_file_download_error_wizard_py", "label": "account_report_file_download_error_wizard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_report_file_download_error_wizard.py", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_file_download_error_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard", "label": "AccountReportFileDownloadErrorWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportFileDownloadErrorWizard", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_file_download_error_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard_button_download", "label": ".button_download()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_download()", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_file_download_error_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_report_file_download_error_wizard_rationale_8", "label": "Transient wizard shown when report file generation encounters recoverable er", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transient wizard shown when report file generation encounters recoverable er", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_file_download_error_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_file_download_error_wizard_rationale_20", "label": "Trigger browser download of the partially generated file, if one was pro", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger browser download of the partially generated file, if one was pro", "community": 64, "community_name": "Community 64", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_report_file_download_error_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "label": "account_reconcile_wizard.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reconcile_wizard.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 20}, {"id": "account_reconcile_wizard_accountreconcilewizard", "label": "AccountReconcileWizard", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReconcileWizard", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 10}, {"id": "account_reconcile_wizard_default_get", "label": "default_get()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_company_id", "label": "_compute_company_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_company_id()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_single_currency_mode", "label": "_compute_single_currency_mode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_single_currency_mode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_allow_partials", "label": "_compute_allow_partials()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_allow_partials()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_display_allow_partials", "label": "_compute_display_allow_partials()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_allow_partials()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_date", "label": "_compute_date()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_date()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_reconcile_wizard_compute_journal_id", "label": "_compute_journal_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_journal_id()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_reconcile_wizard_compute_is_rec_pay_account", "label": "_compute_is_rec_pay_account()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_rec_pay_account()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_to_partner_id", "label": "_compute_to_partner_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_to_partner_id()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_is_write_off_required", "label": "_compute_is_write_off_required()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_write_off_required()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_reco_wizard_data", "label": "_compute_reco_wizard_data()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_reco_wizard_data()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_edit_mode_amount_currency", "label": "_compute_edit_mode_amount_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edit_mode_amount_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_edit_mode_amount", "label": "_compute_edit_mode_amount()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edit_mode_amount()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_edit_mode_reco_currency", "label": "_compute_edit_mode_reco_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edit_mode_reco_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_edit_mode", "label": "_compute_edit_mode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edit_mode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_compute_lock_date_violated_warning_message", "label": "_compute_lock_date_violated_warning_message()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_lock_date_violated_warning_message()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_reconcile_wizard_compute_reco_model_autocomplete_ids", "label": "_compute_reco_model_autocomplete_ids()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_reco_model_autocomplete_ids()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_reconcile_wizard_onchange_reco_model_id", "label": "_onchange_reco_model_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_reco_model_id()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_check_min_max_edit_mode_amount_currency", "label": "_check_min_max_edit_mode_amount_currency()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_min_max_edit_mode_amount_currency()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_wizard_accountreconcilewizard_action_open_wizard", "label": "._action_open_wizard()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_open_wizard()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 2}, {"id": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "label": "._get_date_after_lock_date()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_date_after_lock_date()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 5}, {"id": "account_reconcile_wizard_accountreconcilewizard_compute_write_off_taxes_data", "label": "._compute_write_off_taxes_data()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_write_off_taxes_data()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "label": "._create_write_off_lines()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_write_off_lines()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 5}, {"id": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "label": ".create_write_off()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_write_off()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 8}, {"id": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "label": ".create_transfer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_transfer()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 7}, {"id": "account_reconcile_wizard_accountreconcilewizard_reconcile", "label": ".reconcile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".reconcile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 5}, {"id": "account_reconcile_wizard_accountreconcilewizard_reconcile_open", "label": ".reconcile_open()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".reconcile_open()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_wizard_rationale_15", "label": "Interactive wizard for reconciling selected journal items, optionally genera", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Interactive wizard for reconciling selected journal items, optionally genera", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_28", "label": "Validate and load the selected journal items from the context.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and load the selected journal items from the context.", "community": 160, "community_name": "Community 160", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_237", "label": "Show the partial reconciliation checkbox only when both debit and credit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show the partial reconciliation checkbox only when both debit and credit", "community": 161, "community_name": "Community 161", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_288", "label": "A write-off is needed when the balance does not reach zero.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A write-off is needed when the balance does not reach zero.", "community": 162, "community_name": "Community 162", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_299", "label": "Compute reconciliation currency, transfer requirements, and write-off am", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute reconciliation currency, transfer requirements, and write-off am", "community": 163, "community_name": "Community 163", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_542", "label": "Find reconciliation models of type write-off with exactly one line.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find reconciliation models of type write-off with exactly one line.", "community": 164, "community_name": "Community 164", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_571", "label": "Pre-fill write-off details from the selected reconciliation model.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-fill write-off details from the selected reconciliation model.", "community": 165, "community_name": "Community 165", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "account_reconcile_wizard_rationale_626", "label": "Return the first valid date if the current date violates a lock.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the first valid date if the current date violates a lock.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_635", "label": "Calculate tax breakdown for the write-off entry, including base and per-", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate tax breakdown for the write-off entry, including base and per-", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_689", "label": "Build Command.create entries for the write-off journal entry.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build Command.create entries for the write-off journal entry.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_746", "label": "Create and post a write-off journal entry.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create and post a write-off journal entry.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_766", "label": "Create and post an account transfer entry, grouped by partner and curren", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create and post an account transfer entry, grouped by partner and curren", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_808", "label": "Execute reconciliation with optional transfer and/or write-off.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute reconciliation with optional transfer and/or write-off.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_wizard_rationale_848", "label": "Reconcile and open the result in the reconciliation view.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reconcile and open the result in the reconciliation view.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_reconcile_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_report_export_wizard_py", "label": "report_export_wizard.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "report_export_wizard.py", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 3}, {"id": "report_export_wizard_reportexportwizard", "label": "ReportExportWizard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportExportWizard", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 4}, {"id": "report_export_wizard_create", "label": "create()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 2}, {"id": "report_export_wizard_reportexportwizard_export_report", "label": ".export_report()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_report()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 4}, {"id": "report_export_wizard_reportexportwizard_build_attachment_values", "label": "._build_attachment_values()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_attachment_values()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 4}, {"id": "report_export_wizard_reportexportformatoption", "label": "ReportExportFormatOption", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportExportFormatOption", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 4}, {"id": "report_export_wizard_reportexportformatoption_apply_export", "label": ".apply_export()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".apply_export()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 5}, {"id": "report_export_wizard_reportexportformatoption_prepare_attachment_dict", "label": "._prepare_attachment_dict()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_attachment_dict()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "code", "degree": 3}, {"id": "report_export_wizard_rationale_15", "label": "Transient wizard that enables batch export of accounting reports into variou", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transient wizard that enables batch export of accounting reports into variou", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "report_export_wizard_rationale_38", "label": "Override creation to auto-populate available export formats from the rep", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override creation to auto-populate available export formats from the rep", "community": 166, "community_name": "Community 166", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 0}, {"id": "report_export_wizard_rationale_62", "label": "Execute the export process: generate files in each selected format and r", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the export process: generate files in each selected format and r", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "report_export_wizard_rationale_79", "label": "Iterate over selected formats, invoke the corresponding report generator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Iterate over selected formats, invoke the corresponding report generator", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "report_export_wizard_rationale_111", "label": "Represents a single selectable export format within the export wizard, linki", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents a single selectable export format within the export wizard, linki", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "report_export_wizard_rationale_128", "label": "Convert a report action response into attachment-ready values. Handles", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a report action response into attachment-ready values. Handles", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "report_export_wizard_rationale_195", "label": "Build the dictionary of values for creating an ir.attachment record.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the dictionary of values for creating an ir.attachment record.", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/report_export_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_fiscal_year_py", "label": "fiscal_year.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fiscal_year.py", "community": 88, "community_name": "Community 88", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/fiscal_year.py", "file_type": "code", "degree": 1}, {"id": "fiscal_year_financialyearopeningwizard", "label": "FinancialYearOpeningWizard", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FinancialYearOpeningWizard", "community": 88, "community_name": "Community 88", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/fiscal_year.py", "file_type": "code", "degree": 2}, {"id": "fiscal_year_rationale_9", "label": "Extension of the fiscal year opening balance wizard that exposes tax periodi", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extension of the fiscal year opening balance wizard that exposes tax periodi", "community": 88, "community_name": "Community 88", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_loan_import_wizard_py", "label": "loan_import_wizard.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loan_import_wizard.py", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "code", "degree": 2}, {"id": "loan_import_wizard_fusionloanimportwizard", "label": "FusionLoanImportWizard", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionLoanImportWizard", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "code", "degree": 3}, {"id": "loan_import_wizard_fusionloanimportwizard_action_import", "label": ".action_import()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "code", "degree": 4}, {"id": "loan_import_wizard_rationale_1", "label": "Fusion Accounting - Loan CSV Import Wizard Allows bulk-importing loan records f", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Loan CSV Import Wizard Allows bulk-importing loan records f", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "loan_import_wizard_rationale_21", "label": "Transient wizard to import loans from a CSV file. Expected CSV columns (hea", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transient wizard to import loans from a CSV file. Expected CSV columns (hea", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "loan_import_wizard_rationale_94", "label": "Parse the uploaded CSV and create loan records.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the uploaded CSV and create loan records.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/loan_import_wizard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "label": "multicurrency_revaluation.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "multicurrency_revaluation.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 6}, {"id": "multicurrency_revaluation_multicurrencyrevaluationwizard", "label": "MulticurrencyRevaluationWizard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "MulticurrencyRevaluationWizard", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 6}, {"id": "multicurrency_revaluation_default_get", "label": "default_get()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 2}, {"id": "multicurrency_revaluation_compute_show_warning", "label": "_compute_show_warning()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_show_warning()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 2}, {"id": "multicurrency_revaluation_compute_preview_data", "label": "_compute_preview_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_preview_data()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 2}, {"id": "multicurrency_revaluation_compute_accounting_values", "label": "_compute_accounting_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_accounting_values()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 1}, {"id": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_revaluation_journal", "label": "._inverse_revaluation_journal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_revaluation_journal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 1}, {"id": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_expense_provision_account", "label": "._inverse_expense_provision_account()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_expense_provision_account()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 1}, {"id": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_income_provision_account", "label": "._inverse_income_provision_account()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_income_provision_account()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 1}, {"id": "multicurrency_revaluation_get_move_vals", "label": "_get_move_vals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_move_vals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 10}, {"id": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "label": ".create_entries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_entries()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "code", "degree": 6}, {"id": "multicurrency_revaluation_rationale_14", "label": "Generates revaluation journal entries that capture unrealized gains or losse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates revaluation journal entries that capture unrealized gains or losse", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 1}, {"id": "multicurrency_revaluation_rationale_78", "label": "Initialize reversal date and validate that adjustments are needed.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize reversal date and validate that adjustments are needed.", "community": 167, "community_name": "Community 167", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 0}, {"id": "multicurrency_revaluation_rationale_102", "label": "Warn if there's an unreversed entry on the provision accounts.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warn if there&#x27;s an unreversed entry on the provision accounts.", "community": 168, "community_name": "Community 168", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 0}, {"id": "multicurrency_revaluation_rationale_120", "label": "Build JSON data for the move preview widget.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build JSON data for the move preview widget.", "community": 169, "community_name": "Community 169", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 0}, {"id": "multicurrency_revaluation_rationale_141", "label": "Load revaluation settings from the company.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load revaluation settings from the company.", "community": 170, "community_name": "Community 170", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 0}, {"id": "multicurrency_revaluation_rationale_177", "label": "Build the journal entry values from the multicurrency revaluation report", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the journal entry values from the multicurrency revaluation report", "community": 171, "community_name": "Community 171", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 0}, {"id": "multicurrency_revaluation_rationale_284", "label": "Create the revaluation entry and its automatic reversal.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the revaluation entry and its automatic reversal.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/multicurrency_revaluation.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_setup_wizards_py", "label": "setup_wizards.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup_wizards.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/setup_wizards.py", "file_type": "code", "degree": 1}, {"id": "setup_wizards_setupbarbankconfigwizard", "label": "SetupBarBankConfigWizard", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SetupBarBankConfigWizard", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/setup_wizards.py", "file_type": "code", "degree": 3}, {"id": "setup_wizards_setupbarbankconfigwizard_validate", "label": ".validate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/setup_wizards.py", "file_type": "code", "degree": 3}, {"id": "setup_wizards_rationale_8", "label": "Extends the manual bank configuration wizard to default newly created bank j", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the manual bank configuration wizard to default newly created bank j", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/setup_wizards.py", "file_type": "rationale", "degree": 1}, {"id": "setup_wizards_rationale_15", "label": "After standard bank validation, check whether the journal should use fil", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "After standard bank validation, check whether the journal should use fil", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/setup_wizards.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "label": "check_printing.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "check_printing.py", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 6}, {"id": "check_printing_int_to_words", "label": "_int_to_words()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_int_to_words()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 3}, {"id": "check_printing_amount_to_words", "label": "amount_to_words()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "amount_to_words()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 4}, {"id": "check_printing_fusioncheckprinting", "label": "FusionCheckPrinting", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionCheckPrinting", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 4}, {"id": "check_printing_compute_check_amount_in_words", "label": "_compute_check_amount_in_words()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_check_amount_in_words()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 2}, {"id": "check_printing_fusioncheckprinting_action_assign_check_number", "label": ".action_assign_check_number()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_assign_check_number()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 3}, {"id": "check_printing_fusioncheckprinting_action_print_check", "label": ".action_print_check()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_print_check()", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 3}, {"id": "check_printing_fusionaccountjournalcheck", "label": "FusionAccountJournalCheck", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountJournalCheck", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "code", "degree": 2}, {"id": "check_printing_rationale_1", "label": "Fusion Accounting - Check Printing Support Extends ``account.payment`` with fie", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Check Printing Support Extends ``account.payment`` with fie", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_40", "label": "Convert a non-negative integer to its English word representation. :param i", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a non-negative integer to its English word representation. :param i", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_72", "label": "Convert a monetary amount to an English sentence. Example:: >>> am", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a monetary amount to an English sentence. Example:: &gt;&gt;&gt; am", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_109", "label": "Adds check-printing capabilities to ``account.payment``. Features -----", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds check-printing capabilities to ``account.payment``. Features -----", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_157", "label": "Compute the textual representation of the payment amount.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the textual representation of the payment amount.", "community": 172, "community_name": "Community 172", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 0}, {"id": "check_printing_rationale_187", "label": "Assign the next available check number from the journal. If the journal", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign the next available check number from the journal. If the journal", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_220", "label": "Print the check report for the selected payments. Automatically assigns", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Print the check report for the selected payments. Automatically assigns", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "check_printing_rationale_247", "label": "Adds check-numbering configuration to ``account.journal``.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds check-numbering configuration to ``account.journal``.", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/check_printing.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_digest_py", "label": "digest.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "digest.py", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "code", "degree": 1}, {"id": "digest_fusiondigest", "label": "FusionDigest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDigest", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "code", "degree": 4}, {"id": "digest_fusiondigest_compute_bank_cash_kpi_total", "label": "._compute_bank_cash_kpi_total()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_bank_cash_kpi_total()", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "code", "degree": 2}, {"id": "digest_fusiondigest_compute_kpis_actions", "label": "._compute_kpis_actions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_kpis_actions()", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "code", "degree": 2}, {"id": "digest_rationale_9", "label": "Extends the digest framework with an accounting KPI that summarises bank and", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the digest framework with an accounting KPI that summarises bank and", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "rationale", "degree": 1}, {"id": "digest_rationale_20", "label": "Aggregate the total amount of moves posted in bank and cash journals dur", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Aggregate the total amount of moves posted in bank and cash journals dur", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "rationale", "degree": 1}, {"id": "digest_rationale_45", "label": "Map the bank/cash KPI to the journal dashboard action.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map the bank/cash KPI to the journal dashboard action.", "community": 57, "community_name": "Community 57", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/digest.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_format_py", "label": "edi_format.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "edi_format.py", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 2}, {"id": "edi_format_fusionediformat", "label": "FusionEDIFormat", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionEDIFormat", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 7}, {"id": "edi_format_fusionediformat_generate_document", "label": ".generate_document()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_document()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 5}, {"id": "edi_format_fusionediformat_parse_document", "label": ".parse_document()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_document()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 3}, {"id": "edi_format_fusionediformat_get_generator_map", "label": "._get_generator_map()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_generator_map()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 3}, {"id": "edi_format_fusionediformat_get_parser_map", "label": "._get_parser_map()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_parser_map()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 3}, {"id": "edi_format_fusionediformat_check_applicability", "label": "._check_applicability()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_applicability()", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "code", "degree": 4}, {"id": "edi_format_rationale_1", "label": "Fusion Accounting - EDI Format Registry Provides a configuration model for regi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - EDI Format Registry Provides a configuration model for regi", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_24", "label": "Registry entry for a supported EDI format. This model acts as a strategy-pa", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Registry entry for a supported EDI format. This model acts as a strategy-pa", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_96", "label": "Generate an electronic document for the given journal entry. Dispatches", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate an electronic document for the given journal entry. Dispatches", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_123", "label": "Parse an incoming EDI XML document and return invoice data. Dispatches", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an incoming EDI XML document and return invoice data. Dispatches", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_150", "label": "Return a mapping of format codes to generator callables. Each callable", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a mapping of format codes to generator callables. Each callable", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_164", "label": "Return a mapping of format codes to parser callables. Each callable acc", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a mapping of format codes to parser callables. Each callable acc", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "edi_format_rationale_178", "label": "Verify that this format is applicable to the given move type. Raises:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify that this format is applicable to the given move type. Raises:", "community": 41, "community_name": "Community 41", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_format.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "label": "edi_document.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "edi_document.py", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 3}, {"id": "edi_document_fusionedidocument", "label": "FusionEDIDocument", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionEDIDocument", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 6}, {"id": "edi_document_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 1}, {"id": "edi_document_fusionedidocument_action_send", "label": ".action_send()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 8}, {"id": "edi_document_fusionedidocument_action_cancel", "label": ".action_cancel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 3}, {"id": "edi_document_fusionedidocument_action_retry", "label": ".action_retry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_retry()", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 3}, {"id": "edi_document_fusionedidocument_build_attachment_filename", "label": "._build_attachment_filename()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_attachment_filename()", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "code", "degree": 3}, {"id": "edi_document_rationale_1", "label": "Fusion Accounting - EDI Document Framework Manages the lifecycle of Electronic", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - EDI Document Framework Manages the lifecycle of Electronic", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "edi_document_rationale_22", "label": "Represents one EDI rendition of a journal entry. A single ``account.move``", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents one EDI rendition of a journal entry. A single ``account.move``", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "edi_document_rationale_134", "label": "Generate the EDI file and advance the document to *sent*. Delegates the", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate the EDI file and advance the document to *sent*. Delegates the", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "edi_document_rationale_190", "label": "Request cancellation of a previously sent EDI document.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Request cancellation of a previously sent EDI document.", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "edi_document_rationale_210", "label": "Reset a failed document back to *to_send* so it can be re-processed.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset a failed document back to *to_send* so it can be re-processed.", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "edi_document_rationale_227", "label": "Construct a human-readable filename for the EDI attachment. Returns:", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Construct a human-readable filename for the EDI attachment. Returns:", "community": 44, "community_name": "Community 44", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_aged_partner_balance_py", "label": "account_aged_partner_balance.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_aged_partner_balance.py", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 3}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "label": "AgedPartnerBalanceCustomHandler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AgedPartnerBalanceCustomHandler", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 14}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 1}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 3}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_receivable", "label": "._report_custom_engine_aged_receivable()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_aged_receivable()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_payable", "label": "._report_custom_engine_aged_payable()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_aged_payable()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "label": "._aged_partner_report_custom_engine_common()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._aged_partner_report_custom_engine_common()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 10}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_partner_ledger", "label": ".open_partner_ledger()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_partner_ledger()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "label": "._common_custom_unfold_all_batch_data_generator()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._common_custom_unfold_all_batch_data_generator()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 8}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_prepare_partner_values", "label": "._prepare_partner_values()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_partner_values()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "label": ".aged_partner_balance_audit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".aged_partner_balance_audit()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 7}, {"id": "account_aged_partner_balance_agedpartnerbalancecustomhandler_build_domain_from_period", "label": "._build_domain_from_period()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_domain_from_period()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 3}, {"id": "account_aged_partner_balance_agedpayablecustomhandler", "label": "AgedPayableCustomHandler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AgedPayableCustomHandler", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 5}, {"id": "account_aged_partner_balance_agedpayablecustomhandler_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpayablecustomhandler_custom_unfold_all_batch_data_generator", "label": "._custom_unfold_all_batch_data_generator()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_unfold_all_batch_data_generator()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedpayablecustomhandler_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedreceivablecustomhandler", "label": "AgedReceivableCustomHandler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AgedReceivableCustomHandler", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 5}, {"id": "account_aged_partner_balance_agedreceivablecustomhandler_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 3}, {"id": "account_aged_partner_balance_agedreceivablecustomhandler_custom_unfold_all_batch_data_generator", "label": "._custom_unfold_all_batch_data_generator()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_unfold_all_batch_data_generator()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_agedreceivablecustomhandler_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "code", "degree": 2}, {"id": "account_aged_partner_balance_rationale_14", "label": "Base handler for aged receivable / payable reports. Groups outstanding amou", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Base handler for aged receivable / payable reports. Groups outstanding amou", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_40", "label": "Configure multi-currency, aging interval, and column labels.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configure multi-currency, aging interval, and column labels.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_85", "label": "Inject the partner trust level into each partner line.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject the partner trust level into each partner line.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_129", "label": "Core query and aggregation logic shared by receivable and payable. Buil", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Core query and aggregation logic shared by receivable and payable. Buil", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_384", "label": "Pre-load all data needed to unfold every partner in one pass.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-load all data needed to unfold every partner in one pass.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_459", "label": "Open a filtered list of invoices / bills for the clicked cell.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a filtered list of invoices / bills for the clicked cell.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_475", "label": "Translate a period column label into a date-maturity domain.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Translate a period column label into a date-maturity domain.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_502", "label": "Specialised handler for aged payable balances.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Specialised handler for aged payable balances.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "account_aged_partner_balance_rationale_530", "label": "Specialised handler for aged receivable balances.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Specialised handler for aged receivable balances.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_aged_partner_balance.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_followup_py", "label": "res_partner_followup.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner_followup.py", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 3}, {"id": "res_partner_followup_fusionpartnerfollowup", "label": "FusionPartnerFollowup", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPartnerFollowup", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 5}, {"id": "res_partner_followup_compute_fusion_overdue_amount", "label": "_compute_fusion_overdue_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fusion_overdue_amount()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 2}, {"id": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "label": ".get_overdue_invoices()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_overdue_invoices()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 5}, {"id": "res_partner_followup_fusionpartnerfollowup_get_overdue_amount", "label": ".get_overdue_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_overdue_amount()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 3}, {"id": "res_partner_followup_fusionpartnerfollowup_action_open_followup", "label": ".action_open_followup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_followup()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 4}, {"id": "res_partner_followup_compute_partners_needing_followup", "label": "compute_partners_needing_followup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "compute_partners_needing_followup()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "code", "degree": 4}, {"id": "res_partner_followup_rationale_8", "label": "Extends the partner model with payment follow-up capabilities. Adds fields", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the partner model with payment follow-up capabilities. Adds fields", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_followup_rationale_58", "label": "Compute the total overdue receivable amount and invoice count. Uses the", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the total overdue receivable amount and invoice count. Uses the", "community": 173, "community_name": "Community 173", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 0}, {"id": "res_partner_followup_rationale_76", "label": "Return unpaid receivable move lines that are past due. Searches for pos", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return unpaid receivable move lines that are past due. Searches for pos", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_followup_rationale_97", "label": "Return the total overdue receivable amount for this partner. :returns:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the total overdue receivable amount for this partner. :returns:", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_followup_rationale_106", "label": "Open the follow-up form view for this partner. Locates or creates the `", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the follow-up form view for this partner. Locates or creates the `", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_followup_rationale_145", "label": "Scheduled action: find partners with overdue invoices and create or upda", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Scheduled action: find partners with overdue invoices and create or upda", "community": 174, "community_name": "Community 174", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner_followup.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "label": "account_tax.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_tax.py", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 8}, {"id": "account_tax_fusionaccounttax", "label": "FusionAccountTax", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountTax", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 7}, {"id": "account_tax_fusionaccounttax_prepare_base_line_for_taxes_computation", "label": "._prepare_base_line_for_taxes_computation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_base_line_for_taxes_computation()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 2}, {"id": "account_tax_fusionaccounttax_prepare_tax_line_for_taxes_computation", "label": "._prepare_tax_line_for_taxes_computation()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_tax_line_for_taxes_computation()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 2}, {"id": "account_tax_fusionaccounttax_prepare_base_line_grouping_key", "label": "._prepare_base_line_grouping_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_base_line_grouping_key()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 2}, {"id": "account_tax_fusionaccounttax_prepare_base_line_tax_repartition_grouping_key", "label": "._prepare_base_line_tax_repartition_grouping_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_base_line_tax_repartition_grouping_key()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 3}, {"id": "account_tax_fusionaccounttax_prepare_tax_line_repartition_grouping_key", "label": "._prepare_tax_line_repartition_grouping_key()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_tax_line_repartition_grouping_key()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 2}, {"id": "account_tax_fusiontaxunit", "label": "FusionTaxUnit", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTaxUnit", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 6}, {"id": "account_tax_fusiontaxunit_create", "label": ".create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".create()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 4}, {"id": "account_tax_fusiontaxunit_unlink", "label": ".unlink()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".unlink()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 5}, {"id": "account_tax_compute_fiscal_position_completion", "label": "_compute_fiscal_position_completion()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fiscal_position_completion()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 3}, {"id": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "label": "._get_tax_unit_fiscal_positions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_unit_fiscal_positions()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 7}, {"id": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "label": ".action_sync_unit_fiscal_positions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_sync_unit_fiscal_positions()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 5}, {"id": "account_tax_validate_companies_country", "label": "_validate_companies_country()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_companies_country()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 1}, {"id": "account_tax_validate_main_company", "label": "_validate_main_company()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_main_company()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 1}, {"id": "account_tax_validate_companies", "label": "_validate_companies()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_companies()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 1}, {"id": "account_tax_validate_vat", "label": "_validate_vat()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_vat()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 1}, {"id": "account_tax_onchange_company_ids", "label": "_onchange_company_ids()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_company_ids()", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "code", "degree": 1}, {"id": "account_tax_rationale_9", "label": "Extends the tax engine to carry deferred revenue/expense dates through the b", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the tax engine to carry deferred revenue/expense dates through the b", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_15", "label": "Inject deferred period dates into the base-line dictionary.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject deferred period dates into the base-line dictionary.", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_26", "label": "Inject deferred period dates into the tax-line dictionary.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject deferred period dates into the tax-line dictionary.", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_37", "label": "Include deferred dates in the grouping key so lines with different defer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Include deferred dates in the grouping key so lines with different defer", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_47", "label": "Propagate deferred dates into the repartition grouping key only when the", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Propagate deferred dates into the repartition grouping key only when the", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_71", "label": "Mirror deferred dates from the tax line into its repartition grouping ke", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mirror deferred dates from the tax line into its repartition grouping ke", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_80", "label": "A tax unit groups multiple companies for consolidated tax reporting. Manages", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A tax unit groups multiple companies for consolidated tax reporting. Manages", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_119", "label": "After creation, set up horizontal groups on the generic tax reports so t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "After creation, set up horizontal groups on the generic tax reports so t", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_160", "label": "Clean up fiscal positions before deletion.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up fiscal positions before deletion.", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_169", "label": "Check whether every member company has a synchronised fiscal position ma", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check whether every member company has a synchronised fiscal position ma", "community": 175, "community_name": "Community 175", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_tax_rationale_192", "label": "Retrieve (or create) fiscal positions for each company in the unit. When", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve (or create) fiscal positions for each company in the unit. When", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_227", "label": "Remove existing unit fiscal positions and recreate them with up-to-date", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove existing unit fiscal positions and recreate them with up-to-date", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_tax_rationale_242", "label": "All member companies must share the same currency and each company may o", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "All member companies must share the same currency and each company may o", "community": 176, "community_name": "Community 176", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_tax_rationale_267", "label": "The designated main company must be among the unit's members.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "The designated main company must be among the unit&#x27;s members.", "community": 177, "community_name": "Community 177", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_tax_rationale_276", "label": "A tax unit requires at least two member companies.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "A tax unit requires at least two member companies.", "community": 178, "community_name": "Community 178", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_tax_rationale_286", "label": "Validate the VAT number against the unit's country.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate the VAT number against the unit&#x27;s country.", "community": 179, "community_name": "Community 179", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_tax_rationale_308", "label": "Auto-select the first company as main when the current main is removed f", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-select the first company as main when the current main is removed f", "community": 180, "community_name": "Community 180", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_tax.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_analytic_report_py", "label": "account_analytic_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "account_analytic_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 4}, {"id": "account_analytic_report_fusionreportanalyticgroupby", "label": "FusionReportAnalyticGroupby", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionReportAnalyticGroupby", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 9}, {"id": "account_analytic_report_fusionreportanalyticgroupby_get_options_initializers_forced_sequence_map", "label": "._get_options_initializers_forced_sequence_map()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_initializers_forced_sequence_map()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 2}, {"id": "account_analytic_report_fusionreportanalyticgroupby_init_options_analytic_groupby", "label": "._init_options_analytic_groupby()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_analytic_groupby()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 4}, {"id": "account_analytic_report_fusionreportanalyticgroupby_init_options_readonly_query", "label": "._init_options_readonly_query()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_readonly_query()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 1}, {"id": "account_analytic_report_fusionreportanalyticgroupby_build_analytic_column_headers", "label": "._build_analytic_column_headers()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_analytic_column_headers()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 4}, {"id": "account_analytic_report_prepare_lines_for_analytic_groupby", "label": "_prepare_lines_for_analytic_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_prepare_lines_for_analytic_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 3}, {"id": "account_analytic_report_fusionreportanalyticgroupby_get_report_query", "label": "._get_report_query()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_report_query()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 2}, {"id": "account_analytic_report_fusionreportanalyticgroupby_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 4}, {"id": "account_analytic_report_get_options_journals_domain", "label": "_get_options_journals_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_journals_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 1}, {"id": "account_analytic_report_fusionreportanalyticgroupby_get_options_domain", "label": "._get_options_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_domain()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 1}, {"id": "account_analytic_report_fusionamlanalyticshadow", "label": "FusionAMLAnalyticShadow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAMLAnalyticShadow", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 3}, {"id": "account_analytic_report_fusionamlanalyticshadow_where_calc", "label": "._where_calc()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._where_calc()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "code", "degree": 13}, {"id": "account_analytic_report_rationale_10", "label": "Extends the accounting report engine to support grouping by analytic account", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the accounting report engine to support grouping by analytic account", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_28", "label": "Insert the analytic-groupby initializer between column-header creation a", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Insert the analytic-groupby initializer between column-header creation a", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_39", "label": "Populate analytic groupby filters in *options* when the report advertise", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate analytic groupby filters in *options* when the report advertise", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_89", "label": "Create extra column headers for every selected analytic plan or individu", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create extra column headers for every selected analytic plan or individu", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_139", "label": "Build a temporary ``analytic_temp_account_move_line`` table that mirrors", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a temporary ``analytic_temp_account_move_line`` table that mirrors", "community": 181, "community_name": "Community 181", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_analytic_report_rationale_216", "label": "When analytic-groupby columns are active, inject the context flag that c", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When analytic-groupby columns are active, inject the context flag that c", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_247", "label": "Redirect the audit action to analytic lines when the column being audite", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Redirect the audit action to analytic lines when the column being audite", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_297", "label": "Allow journal-less lines when analytic lines without a parent move line", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Allow journal-less lines when analytic lines without a parent move line", "community": 182, "community_name": "Community 182", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_analytic_report_rationale_326", "label": "Hooks into `_where_calc` to swap the AML table for the analytic shadow table", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hooks into `_where_calc` to swap the AML table for the analytic shadow table", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_analytic_report_rationale_332", "label": "Replace the base ``account_move_line`` table reference with the ``analyt", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Replace the base ``account_move_line`` table reference with the ``analyt", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_analytic_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "label": "cash_basis_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cash_basis_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 1}, {"id": "cash_basis_report_fusioncashbasisreport", "label": "FusionCashBasisReport", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionCashBasisReport", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 7}, {"id": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 3}, {"id": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 5}, {"id": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "label": "._compute_cash_basis_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_cash_basis_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 3}, {"id": "cash_basis_report_fusioncashbasisreport_build_section_line", "label": "._build_section_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_section_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 5}, {"id": "cash_basis_report_fusioncashbasisreport_build_detail_line", "label": "._build_detail_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_detail_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "code", "degree": 5}, {"id": "cash_basis_report_rationale_18", "label": "Cash basis report custom handler. Unlike the standard accrual-based reporti", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cash basis report custom handler. Unlike the standard accrual-based reporti", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "cash_basis_report_rationale_40", "label": "Add cash-basis specific options to the report.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add cash-basis specific options to the report.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "cash_basis_report_rationale_58", "label": "Generate report lines based on cash basis (payment date) accounting. Re", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate report lines based on cash basis (payment date) accounting. Re", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "cash_basis_report_rationale_102", "label": "Compute cash basis amounts grouped by revenue/expense. Queries reconcil", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute cash basis amounts grouped by revenue/expense. Queries reconcil", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "cash_basis_report_rationale_192", "label": "Build a section header line for the report. :param section_id: unique i", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a section header line for the report. :param section_id: unique i", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "cash_basis_report_rationale_210", "label": "Build a detail line for a single cash-basis entry. :param entry: dict w", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a detail line for a single cash-basis entry. :param entry: dict w", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_inter_company_rules_py", "label": "inter_company_rules.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "inter_company_rules.py", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 2}, {"id": "inter_company_rules_fusionintercompanyrules", "label": "FusionInterCompanyRules", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionInterCompanyRules", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 3}, {"id": "inter_company_rules_fusionintercompanyrules_fusion_get_intercompany_target", "label": "._fusion_get_intercompany_target()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_get_intercompany_target()", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 4}, {"id": "inter_company_rules_fusionintercompanyaccountmove", "label": "FusionInterCompanyAccountMove", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionInterCompanyAccountMove", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 5}, {"id": "inter_company_rules_fusionintercompanyaccountmove_post", "label": "._post()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._post()", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 3}, {"id": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "label": "._fusion_trigger_intercompany_sync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_trigger_intercompany_sync()", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 5}, {"id": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "label": "._create_intercompany_invoice()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_intercompany_invoice()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "code", "degree": 6}, {"id": "inter_company_rules_rationale_17", "label": "Extends res.company with inter-company invoice synchronization settings. Wh", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends res.company with inter-company invoice synchronization settings. Wh", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "inter_company_rules_rationale_52", "label": "Return the company record linked to the given partner, if any. A partne", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the company record linked to the given partner, if any. A partne", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "inter_company_rules_rationale_73", "label": "Extends account.move to trigger inter-company invoice creation on post.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends account.move to trigger inter-company invoice creation on post.", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "inter_company_rules_rationale_99", "label": "Override to trigger inter-company document creation after posting.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to trigger inter-company document creation after posting.", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "inter_company_rules_rationale_106", "label": "Check conditions and create the inter-company counter-document.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check conditions and create the inter-company counter-document.", "community": 45, "community_name": "Community 45", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "inter_company_rules_rationale_151", "label": "Create the counter-document in *target_company*. Maps: - Custom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the counter-document in *target_company*. Maps: - Custom", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/inter_company_rules.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "label": "account_move.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 32}, {"id": "account_move_taxclosingnonposteddependingmoveserror", "label": "TaxClosingNonPostedDependingMovesError", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxClosingNonPostedDependingMovesError", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "exception", "label": "Exception", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception", "community": 5, "community_name": "Community 5", "source_file": "", "file_type": "code", "degree": 14}, {"id": "account_move_fusionaccountmove", "label": "FusionAccountMove", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountMove", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 31}, {"id": "account_move_fusionaccountmove_get_invoice_in_payment_state", "label": "._get_invoice_in_payment_state()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_in_payment_state()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_get_deferred_entries_method", "label": "._get_deferred_entries_method()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_deferred_entries_method()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_compute_signing_user", "label": "_compute_signing_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_signing_user()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_signature", "label": "_compute_signature()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_signature()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_deferred_entry_type", "label": "_compute_deferred_entry_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_deferred_entry_type()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_compute_tax_closing_alert", "label": "._compute_tax_closing_alert()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_tax_closing_alert()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_depreciation_cumulative_value", "label": "_compute_depreciation_cumulative_value()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_depreciation_cumulative_value()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_depreciation_value", "label": "_compute_depreciation_value()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_depreciation_value()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_asset_move_type", "label": "_compute_asset_move_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_asset_move_type()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_asset_ids", "label": "_compute_asset_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_asset_ids()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_inverse_depreciation_value", "label": "._inverse_depreciation_value()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_depreciation_value()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_constrains_check_asset_state", "label": "_constrains_check_asset_state()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_constrains_check_asset_state()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_post", "label": "._post()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._post()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 7}, {"id": "account_move_fusionaccountmove_action_post", "label": ".action_post()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_post()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 68}, {"id": "account_move_fusionaccountmove_button_draft", "label": ".button_draft()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_draft()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 7}, {"id": "account_move_fusionaccountmove_unlink", "label": ".unlink()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".unlink()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionaccountmove_button_cancel", "label": ".button_cancel()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_cancel()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionaccountmove_reverse_moves", "label": "._reverse_moves()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._reverse_moves()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 14}, {"id": "account_move_get_deferred_diff_dates", "label": "_get_deferred_diff_dates()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_diff_dates()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_get_deferred_period_amount", "label": "_get_deferred_period_amount()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_period_amount()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_get_deferred_amounts_by_line", "label": "_get_deferred_amounts_by_line()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_amounts_by_line()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 6}, {"id": "account_move_get_deferred_lines", "label": "_get_deferred_lines()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_lines()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 5}, {"id": "account_move_fusionaccountmove_generate_deferred_entries", "label": "._generate_deferred_entries()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_deferred_entries()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 9}, {"id": "account_move_fusionaccountmove_open_deferred_entries", "label": ".open_deferred_entries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_deferred_entries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_open_deferred_original_entry", "label": ".open_deferred_original_entry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_deferred_original_entry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget", "label": ".action_open_bank_reconciliation_widget()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_bank_reconciliation_widget()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget_statement", "label": ".action_open_bank_reconciliation_widget_statement()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_bank_reconciliation_widget_statement()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionaccountmove_action_open_business_doc", "label": ".action_open_business_doc()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_business_doc()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_get_mail_thread_data_attachments", "label": "._get_mail_thread_data_attachments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_mail_thread_data_attachments()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_get_edi_creation", "label": "_get_edi_creation()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_edi_creation()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionaccountmove_has_subsequent_posted_closing_moves", "label": "._has_subsequent_posted_closing_moves()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._has_subsequent_posted_closing_moves()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_get_tax_to_pay_on_closing", "label": "._get_tax_to_pay_on_closing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_to_pay_on_closing()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionaccountmove_action_tax_to_pay_wizard", "label": "._action_tax_to_pay_wizard()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_tax_to_pay_wizard()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_action_open_tax_report", "label": ".action_open_tax_report()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_tax_report()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_refresh_tax_entry", "label": ".refresh_tax_entry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".refresh_tax_entry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionaccountmove_close_tax_period", "label": "._close_tax_period()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._close_tax_period()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 15}, {"id": "account_move_fusionaccountmove_close_tax_period_create_activities", "label": "._close_tax_period_create_activities()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._close_tax_period_create_activities()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 7}, {"id": "account_move_get_tax_closing_report_options", "label": "_get_tax_closing_report_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_tax_closing_report_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 11}, {"id": "account_move_fusionaccountmove_get_vat_report_attachments", "label": "._get_vat_report_attachments()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_vat_report_attachments()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionaccountmove_log_depreciation_asset", "label": "._log_depreciation_asset()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._log_depreciation_asset()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionaccountmove_auto_create_asset", "label": "._auto_create_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._auto_create_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 8}, {"id": "account_move_prepare_move_for_asset_depreciation", "label": "_prepare_move_for_asset_depreciation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_prepare_move_for_asset_depreciation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 5}, {"id": "account_move_fusionaccountmove_open_asset_view", "label": ".open_asset_view()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_asset_view()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionaccountmove_action_open_asset_ids", "label": ".action_open_asset_ids()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_asset_ids()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline", "label": "FusionMoveLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMoveLine", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 18}, {"id": "account_move_fusionmoveline_order_to_sql", "label": "._order_to_sql()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._order_to_sql()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionmoveline_copy_data", "label": ".copy_data()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".copy_data()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionmoveline_write", "label": ".write()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 6}, {"id": "account_move_fusionmoveline_compute_has_deferred_moves", "label": "._compute_has_deferred_moves()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_has_deferred_moves()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_has_abnormal_deferred_dates", "label": "_compute_has_abnormal_deferred_dates()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_has_abnormal_deferred_dates()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline_has_deferred_compatible_account", "label": "._has_deferred_compatible_account()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._has_deferred_compatible_account()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 5}, {"id": "account_move_onchange_deferred_start_date", "label": "_onchange_deferred_start_date()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_deferred_start_date()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_onchange_deferred_end_date", "label": "_onchange_deferred_end_date()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_deferred_end_date()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_compute_deferred_start_date", "label": "_compute_deferred_start_date()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_deferred_start_date()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_check_deferred_dates", "label": "_check_deferred_dates()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_deferred_dates()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_get_deferred_ends_of_month", "label": "_get_deferred_ends_of_month()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_ends_of_month()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline_get_deferred_periods", "label": "._get_deferred_periods()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_deferred_periods()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_get_deferred_amounts_by_line_values", "label": "_get_deferred_amounts_by_line_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_amounts_by_line_values()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_get_deferred_lines_values", "label": "_get_deferred_lines_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_lines_values()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionmoveline_get_computed_taxes", "label": "._get_computed_taxes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_computed_taxes()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_fusionmoveline_compute_attachment", "label": "._compute_attachment()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_attachment()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline_action_reconcile", "label": ".action_reconcile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reconcile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 5}, {"id": "account_move_fusionmoveline_get_predict_postgres_dictionary", "label": "._get_predict_postgres_dictionary()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_predict_postgres_dictionary()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_build_predictive_query", "label": "_build_predictive_query()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_predictive_query()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 7}, {"id": "account_move_predicted_field", "label": "_predicted_field()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_predicted_field()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 8}, {"id": "account_move_fusionmoveline_predict_taxes", "label": "._predict_taxes()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._predict_taxes()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_predict_specific_tax", "label": "_predict_specific_tax()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_predict_specific_tax()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 3}, {"id": "account_move_fusionmoveline_predict_product", "label": "._predict_product()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._predict_product()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 4}, {"id": "account_move_fusionmoveline_predict_account", "label": "._predict_account()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._predict_account()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 6}, {"id": "account_move_onchange_name_predictive", "label": "_onchange_name_predictive()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_name_predictive()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 5}, {"id": "account_move_fusionmoveline_read_group_select", "label": "._read_group_select()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._read_group_select()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline_read_group_groupby", "label": "._read_group_groupby()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._read_group_groupby()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 2}, {"id": "account_move_fusionmoveline_turn_as_asset", "label": ".turn_as_asset()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".turn_as_asset()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_compute_non_deductible_tax_value", "label": "_compute_non_deductible_tax_value()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_non_deductible_tax_value()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "code", "degree": 1}, {"id": "account_move_rationale_1", "label": "Fusion Accounting - Journal Entry Extensions Augments the core account.move and", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Journal Entry Extensions Augments the core account.move and", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_43", "label": "Augments journal entries with deferral tracking, invoice signatures, VAT clo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Augments journal entries with deferral tracking, invoice signatures, VAT clo", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_190", "label": "Determine whether this entry uses expense or revenue deferral settings.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether this entry uses expense or revenue deferral settings.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_552", "label": "Calculates the fractional number of months between two dates using a 30-", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculates the fractional number of months between two dates using a 30-", "community": 183, "community_name": "Community 183", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_571", "label": "Computes the portion of total_balance attributable to the segment [seg_s", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Computes the portion of total_balance attributable to the segment [seg_s", "community": 184, "community_name": "Community 184", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_610", "label": "For each line and each time segment, compute the deferred amount. Retur", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "For each line and each time segment, compute the deferred amount. Retur", "community": 185, "community_name": "Community 185", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_663", "label": "Creates a pair of journal item commands for one deferral period: one on", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates a pair of journal item commands for one deferral period: one on", "community": 186, "community_name": "Community 186", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_681", "label": "Produces the full set of deferral journal entries for this posted invoic", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produces the full set of deferral journal entries for this posted invoic", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_858", "label": "Returns True if any posted tax closing entry exists after this one.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns True if any posted tax closing entry exists after this one.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_869", "label": "Sums the balance on tax payable accounts to determine the tax due.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sums the balance on tax payable accounts to determine the tax due.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_891", "label": "Re-generates tax closing line items for draft closing entries.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-generates tax closing line items for draft closing entries.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_901", "label": "Executes the full tax period closing workflow: validates permissions, ha", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Executes the full tax period closing workflow: validates permissions, ha", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_992", "label": "Creates 'Report Ready to Send' and optionally 'Tax Payment Due' activities.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates &#x27;Report Ready to Send&#x27; and optionally &#x27;Tax Payment Due&#x27; activities.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1061", "label": "Constructs the option dict used to generate a tax report for a given com", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Constructs the option dict used to generate a tax report for a given com", "community": 187, "community_name": "Community 187", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_1102", "label": "Generates the PDF attachment for the tax report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates the PDF attachment for the tax report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1111", "label": "Posts a chatter message on the asset when a depreciation entry is confirmed.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Posts a chatter message on the asset when a depreciation entry is confirmed.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1121", "label": "Scans posted invoice lines for accounts configured to auto-create assets.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Scans posted invoice lines for accounts configured to auto-create assets.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1203", "label": "Prepares the values dict for creating a depreciation journal entry. Requ", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepares the values dict for creating a depreciation journal entry. Requ", "community": 188, "community_name": "Community 188", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_1279", "label": "Extends journal items with deferral date tracking, predictive field suggesti", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends journal items with deferral date tracking, predictive field suggesti", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1362", "label": "Guard against changing the account on lines with existing deferral entries.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guard against changing the account on lines with existing deferral entries.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1407", "label": "Checks whether this line's account type supports deferral for its document type.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks whether this line&#x27;s account type supports deferral for its document type.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1445", "label": "Generates a list of month-end dates covering the range [from_date, to_date].", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates a list of month-end dates covering the range [from_date, to_date].", "community": 189, "community_name": "Community 189", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_1458", "label": "Splits the deferral range into monthly segments. Returns an empty list i", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Splits the deferral range into monthly segments. Returns an empty list i", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1524", "label": "Attempts direct reconciliation of selected lines. If a write-off or part", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempts direct reconciliation of selected lines. If a write-off or part", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1541", "label": "Maps the user's language to a PostgreSQL text search dictionary.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Maps the user&#x27;s language to a PostgreSQL text search dictionary.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1547", "label": "Builds the base query for predictive field matching, limited to historic", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Builds the base query for predictive field matching, limited to historic", "community": 190, "community_name": "Community 190", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_1569", "label": "Uses PostgreSQL full-text search to rank historical line items by releva", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Uses PostgreSQL full-text search to rank historical line items by releva", "community": 191, "community_name": "Community 191", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_rationale_1748", "label": "Enables HAVING clauses that sum values rounded to currency precision.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Enables HAVING clauses that sum values rounded to currency precision.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1766", "label": "Enables grouping by absolute rounded values for amount matching.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Enables grouping by absolute rounded values for amount matching.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_rationale_1811", "label": "Calculates the portion of tax that is non-deductible based on repartitio", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculates the portion of tax that is non-deductible based on repartitio", "community": 192, "community_name": "Community 192", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "label": "account_reconcile_model.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reconcile_model.py", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_model_accountreconcilemodel", "label": "AccountReconcileModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReconcileModel", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 13}, {"id": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "label": "._apply_lines_for_bank_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_lines_for_bank_widget()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "._apply_rules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_rules()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 9}, {"id": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "label": "._is_applicable_for()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_applicable_for()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "label": "._get_invoice_matching_amls_domain()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_matching_amls_domain()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "label": "._get_st_line_text_values_for_matching()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_st_line_text_values_for_matching()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "label": "._get_invoice_matching_st_line_tokens()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_matching_st_line_tokens()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "._get_invoice_matching_amls_candidates()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_matching_amls_candidates()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 6}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "label": "._get_invoice_matching_rules_map()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_matching_rules_map()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "label": "._get_partner_from_mapping()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_partner_from_mapping()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "label": "._get_invoice_matching_amls_result()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_matching_amls_result()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "label": "._check_rule_propositions()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_rule_propositions()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "label": ".run_auto_reconciliation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".run_auto_reconciliation()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_rationale_21", "label": "Generate journal item values by applying this model's lines to a bank st", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate journal item values by applying this model&#x27;s lines to a bank st", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_55", "label": "Evaluate all non-button reconciliation models against a statement line a", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate all non-button reconciliation models against a statement line a", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_101", "label": "Determine whether this model's filters allow it to be used for the given", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether this model&#x27;s filters allow it to be used for the given", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_161", "label": "Build the search domain for candidate journal items when performing invo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the search domain for candidate journal items when performing invo", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_188", "label": "Gather text fields from the statement line that are enabled for matching", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gather text fields from the statement line that are enabled for matching", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_206", "label": "Parse statement line text into tokens for matching. :return: Tuple of (", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse statement line text into tokens for matching. :return: Tuple of (", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_245", "label": "Search for matching journal items using token-based and amount-based str", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Search for matching journal items using token-based and amount-based str", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_421", "label": "Return the priority-ordered mapping of matching rule functions. Override", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the priority-ordered mapping of matching rule functions. Override", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_435", "label": "Attempt to identify a partner using the model's regex mappings. :param", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to identify a partner using the model&#x27;s regex mappings. :param", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_475", "label": "Process candidate journal items and determine whether they form a valid", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Process candidate journal items and determine whether they form a valid", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_595", "label": "Validate the aggregate match against payment tolerance rules. :return:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate the aggregate match against payment tolerance rules. :return:", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_rationale_659", "label": "Trigger automatic reconciliation for statement lines, with a time limit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger automatic reconciliation for statement lines, with a time limit", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_report_py", "label": "account_journal_report.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_journal_report.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 1}, {"id": "account_journal_report_fusionjournalreporthandler", "label": "FusionJournalReportHandler", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionJournalReportHandler", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 27}, {"id": "account_journal_report_fusionjournalreporthandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 1}, {"id": "account_journal_report_fusionjournalreporthandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_fusionjournalreporthandler_report_custom_engine_journal_report", "label": "._report_custom_engine_journal_report()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_journal_report()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 4}, {"id": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 7}, {"id": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "label": ".export_to_pdf()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_to_pdf()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 6}, {"id": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "label": ".export_to_xlsx()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_to_xlsx()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 8}, {"id": "account_journal_report_fusionjournalreporthandler_write_cell", "label": "._write_cell()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._write_cell()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 6}, {"id": "account_journal_report_fusionjournalreporthandler_write_tax_summaries_to_sheet", "label": "._write_tax_summaries_to_sheet()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._write_tax_summaries_to_sheet()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 3}, {"id": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "label": "._generate_document_data_for_export()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_document_data_for_export()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 10}, {"id": "account_journal_report_fusionjournalreporthandler_get_columns_for_journal", "label": "._get_columns_for_journal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_columns_for_journal()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "label": "._get_export_lines_for_journal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_export_lines_for_journal()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 5}, {"id": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "label": "._get_export_lines_for_bank_journal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_export_lines_for_bank_journal()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 5}, {"id": "account_journal_report_fusionjournalreporthandler_get_base_line", "label": "._get_base_line()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_base_line()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 4}, {"id": "account_journal_report_fusionjournalreporthandler_get_payment_lines_filter_case_statement", "label": "._get_payment_lines_filter_case_statement()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_payment_lines_filter_case_statement()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 3}, {"id": "account_journal_report_fusionjournalreporthandler_query_bank_journal_initial_balance", "label": "._query_bank_journal_initial_balance()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._query_bank_journal_initial_balance()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 3}, {"id": "account_journal_report_fusionjournalreporthandler_section_has_tax", "label": "._section_has_tax()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._section_has_tax()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 4}, {"id": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "label": "._get_tax_summary_section()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_summary_section()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 5}, {"id": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "label": "._get_generic_tax_report_options()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_generic_tax_report_options()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 6}, {"id": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "label": "._get_tax_grids_summary()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_grids_summary()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 5}, {"id": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "label": "._get_generic_tax_summary_for_sections()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_generic_tax_summary_for_sections()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 7}, {"id": "account_journal_report_fusionjournalreporthandler_journal_report_tax_tag_template_open_aml", "label": ".journal_report_tax_tag_template_open_aml()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".journal_report_tax_tag_template_open_aml()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_fusionjournalreporthandler_journal_report_action_dropdown_audit_default_tax_report", "label": ".journal_report_action_dropdown_audit_default_tax_report()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".journal_report_action_dropdown_audit_default_tax_report()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_fusionjournalreporthandler_journal_report_action_open_tax_journal_items", "label": ".journal_report_action_open_tax_journal_items()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".journal_report_action_open_tax_journal_items()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 1}, {"id": "account_journal_report_fusionjournalreporthandler_journal_report_action_open_account_move_lines_by_account", "label": ".journal_report_action_open_account_move_lines_by_account()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".journal_report_action_open_account_move_lines_by_account()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_fusionjournalreporthandler_journal_report_open_aml_by_move", "label": ".journal_report_open_aml_by_move()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".journal_report_open_aml_by_move()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "code", "degree": 2}, {"id": "account_journal_report_rationale_26", "label": "Custom handler for the Journal Audit report. Produces detailed per-journal l", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Custom handler for the Journal Audit report. Produces detailed per-journal l", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_report_rationale_126", "label": "Inject tax summary sub-tables after journal account sections and append", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject tax summary sub-tables after journal account sections and append", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_report_rationale_347", "label": "Write a styled value to the specified worksheet cell.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write a styled value to the specified worksheet cell.", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_report_rationale_456", "label": "Produce all data needed for journal report export (PDF or XLSX).", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce all data needed for journal report export (PDF or XLSX).", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_line_py", "label": "loan_line.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loan_line.py", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "code", "degree": 2}, {"id": "loan_line_fusionloanline", "label": "FusionLoanLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionLoanLine", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "code", "degree": 3}, {"id": "loan_line_fusionloanline_action_create_entry", "label": ".action_create_entry()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_entry()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "code", "degree": 6}, {"id": "loan_line_rationale_1", "label": "Fusion Accounting - Loan Amortization Line Each record represents a single inst", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Loan Amortization Line Each record represents a single inst", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "rationale", "degree": 1}, {"id": "loan_line_rationale_15", "label": "Single installment of a loan amortization schedule. Created in bulk by :met", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Single installment of a loan amortization schedule. Created in bulk by :met", "community": 74, "community_name": "Community 74", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "rationale", "degree": 1}, {"id": "loan_line_rationale_105", "label": "Create and post the journal entry for this loan installment. Debits:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create and post the journal entry for this loan installment. Debits:", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_transfer_py", "label": "account_transfer.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "account_transfer.py", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 4}, {"id": "account_transfer_fusionaccounttransfer", "label": "FusionAccountTransfer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountTransfer", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 3}, {"id": "account_transfer_check_different_accounts", "label": "_check_different_accounts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_different_accounts()", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 1}, {"id": "account_transfer_check_positive_amount", "label": "_check_positive_amount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_positive_amount()", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 1}, {"id": "account_transfer_default_get", "label": "default_get()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "default_get()", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 2}, {"id": "account_transfer_fusionaccounttransfer_action_transfer", "label": ".action_transfer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_transfer()", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "code", "degree": 3}, {"id": "account_transfer_rationale_18", "label": "Wizard for transferring balances between two accounts. Creates a balanced j", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard for transferring balances between two accounts. Creates a balanced j", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "account_transfer_rationale_114", "label": "Set default journal to the company's miscellaneous journal.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set default journal to the company&#x27;s miscellaneous journal.", "community": 193, "community_name": "Community 193", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "rationale", "degree": 0}, {"id": "account_transfer_rationale_130", "label": "Create a journal entry moving balance between accounts. Generates a bal", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a journal entry moving balance between accounts. Generates a bal", "community": 52, "community_name": "Community 52", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_partner_ledger_py", "label": "account_partner_ledger.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_partner_ledger.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 3}, {"id": "account_partner_ledger_partnerledgercustomhandler", "label": "PartnerLedgerCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PartnerLedgerCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 23}, {"id": "account_partner_ledger_partnerledgercustomhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 1}, {"id": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "label": "._assemble_partner_rows()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._assemble_partner_rows()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "label": "._report_expand_unfoldable_line_partner_ledger_prefix_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_partner_ledger_prefix_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_partner_ledger_partnerledgercustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "label": "._custom_unfold_all_batch_data_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_unfold_all_batch_data_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_partner_ledger_partnerledgercustomhandler_get_report_send_recipients", "label": "._get_report_send_recipients()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_report_send_recipients()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_partner_ledger_partnerledgercustomhandler_action_send_statements", "label": ".action_send_statements()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_statements()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 1}, {"id": "account_partner_ledger_action_open_partner", "label": "action_open_partner()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "action_open_partner()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "label": "._query_partner_sums()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._query_partner_sums()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "label": "._build_partner_sums_sql()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_partner_sums_sql()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 8}, {"id": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "label": "._fetch_initial_balances()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_initial_balances()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 9}, {"id": "account_partner_ledger_partnerledgercustomhandler_derive_initial_balance_options", "label": "._derive_initial_balance_options()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._derive_initial_balance_options()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 3}, {"id": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "label": "._build_partnerless_correction_sql()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_partnerless_correction_sql()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_partner_ledger_partnerledgercustomhandler_get_additional_column_aml_values", "label": "._get_additional_column_aml_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_additional_column_aml_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 3}, {"id": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "label": "._fetch_aml_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_aml_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 9}, {"id": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "label": "._report_expand_unfoldable_line_partner_ledger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_partner_ledger()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "label": "._build_partner_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_partner_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "._unknown_partner_label()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._unknown_partner_label()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_partner_ledger_format_aml_name", "label": "_format_aml_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_aml_name()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "label": "._build_aml_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_aml_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_partner_ledger_partnerledgercustomhandler_build_total_line", "label": "._build_total_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_total_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 4}, {"id": "account_partner_ledger_partnerledgercustomhandler_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "code", "degree": 1}, {"id": "account_partner_ledger_rationale_13", "label": "Generates the Partner Ledger report. Shows journal items grouped by partner", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates the Partner Ledger report. Shows journal items grouped by partner", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_45", "label": "Build all partner lines and a final total line.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build all partner lines and a final total line.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_57", "label": "Query partner sums and return ``(lines, totals_by_column_group)``.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Query partner sums and return ``(lines, totals_by_column_group)``.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_264", "label": "Fetch sums grouped by partner and apply corrections for partnerless entr", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch sums grouped by partner and apply corrections for partnerless entr", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_314", "label": "SQL that sums debit / credit / balance by partner.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SQL that sums debit / credit / balance by partner.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_346", "label": "Compute opening balances for each partner before date_from.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute opening balances for each partner before date_from.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_390", "label": "Return a modified options dict ending the day before ``date_from``.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a modified options dict ending the day before ``date_from``.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_396", "label": "SQL for partnerless lines reconciled with a partner's line.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SQL for partnerless lines reconciled with a partner&#x27;s line.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_446", "label": "Hook for other modules to inject extra SELECT fields into the partner-le", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook for other modules to inject extra SELECT fields into the partner-le", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_451", "label": "Load move lines for the given partners. Returns ``{partner_id: [row, ..", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Load move lines for the given partners. Returns ``{partner_id: [row, ..", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_703", "label": "Produce the foldable partner-level line.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce the foldable partner-level line.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_partner_ledger_rationale_739", "label": "Format the display name for a move line.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Format the display name for a move line.", "community": 194, "community_name": "Community 194", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 0}, {"id": "account_partner_ledger_rationale_743", "label": "Build a single move-line row under its partner.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a single move-line row under its partner.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_partner_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_mail_activity_type_py", "label": "mail_activity_type.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mail_activity_type.py", "community": 89, "community_name": "Community 89", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity_type.py", "file_type": "code", "degree": 1}, {"id": "mail_activity_type_fusionactivitytype", "label": "FusionActivityType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionActivityType", "community": 89, "community_name": "Community 89", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity_type.py", "file_type": "code", "degree": 2}, {"id": "mail_activity_type_rationale_8", "label": "Extends mail activity types with a 'tax_report' category used to tag tax-rem", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends mail activity types with a &#x27;tax_report&#x27; category used to tag tax-rem", "community": 89, "community_name": "Community 89", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity_type.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "label": "bank_rec_widget.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_rec_widget.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 16}, {"id": "bank_rec_widget_fusionbankrecwidget", "label": "FusionBankRecWidget", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.7, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionBankRecWidget", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 71}, {"id": "bank_rec_widget_compute_line_ids", "label": "_compute_line_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_line_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_compute_available_reco_model_ids", "label": "_compute_available_reco_model_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_available_reco_model_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_compute_selected_reco_model_id", "label": "_compute_selected_reco_model_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_selected_reco_model_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_compute_state", "label": "_compute_state()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_state()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_compute_journal_currency_id", "label": "_compute_journal_currency_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_journal_currency_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_compute_st_line_transaction_details", "label": "_compute_st_line_transaction_details()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_st_line_transaction_details()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_compute_transaction_currency_id", "label": "_compute_transaction_currency_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_transaction_currency_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_compute_partner_id", "label": "_compute_partner_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_compute_is_multi_currency", "label": "_compute_is_multi_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_multi_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_compute_selected_aml_ids", "label": "_compute_selected_aml_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_selected_aml_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_fusionbankrecwidget_render_transaction_details", "label": "._render_transaction_details()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_transaction_details()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_onchange_todo_command", "label": "_onchange_todo_command()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_todo_command()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_new", "label": "new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.4, "font": {"size": 12, "color": "#ffffff"}, "title": "new()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 77}, {"id": "bank_rec_widget_fetch_initial_data", "label": "fetch_initial_data()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fetch_initial_data()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "label": "._ensure_loaded_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._ensure_loaded_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "label": "._lines_turn_auto_balance_into_manual_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_turn_auto_balance_into_manual_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_get_line_in_edit_form", "label": "._lines_get_line_in_edit_form()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_get_line_in_edit_form()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "label": "._lines_prepare_aml_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_aml_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_liquidity_line", "label": "._lines_prepare_liquidity_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_liquidity_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "label": "._lines_prepare_auto_balance_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_auto_balance_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "label": "._lines_add_auto_balance_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_add_auto_balance_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 16}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_new_aml_line", "label": "._lines_prepare_new_aml_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_new_aml_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "label": "._lines_check_partial_amount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_check_partial_amount()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_do_amounts_apply_for_early_payment", "label": "._do_amounts_apply_for_early_payment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._do_amounts_apply_for_early_payment()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "label": "._lines_check_apply_early_payment_discount()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_check_apply_early_payment_discount()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "label": "._lines_check_apply_partial_matching()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_check_apply_partial_matching()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "label": "._lines_load_new_amls()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_load_new_amls()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_prepare_base_line_for_taxes_computation", "label": "._prepare_base_line_for_taxes_computation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_base_line_for_taxes_computation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_prepare_tax_line_for_taxes_computation", "label": "._prepare_tax_line_for_taxes_computation()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_tax_line_for_taxes_computation()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_tax_line", "label": "._lines_prepare_tax_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_tax_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "label": "._lines_recompute_taxes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_recompute_taxes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 14}, {"id": "bank_rec_widget_fusionbankrecwidget_get_key_mapping_aml_and_exchange_diff", "label": "._get_key_mapping_aml_and_exchange_diff()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_key_mapping_aml_and_exchange_diff()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_reorder_exchange_and_aml_lines", "label": "._reorder_exchange_and_aml_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._reorder_exchange_and_aml_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "label": "._remove_related_exchange_diff_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._remove_related_exchange_diff_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_get_account_balance_exchange_diff", "label": "._lines_get_account_balance_exchange_diff()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_get_account_balance_exchange_diff()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_get_exchange_diff_values", "label": "._lines_get_exchange_diff_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_get_exchange_diff_values()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "._lines_recompute_exchange_diff()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_recompute_exchange_diff()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "bank_rec_widget_fusionbankrecwidget_lines_prepare_reco_model_write_off_vals", "label": "._lines_prepare_reco_model_write_off_vals()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._lines_prepare_reco_model_write_off_vals()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "._line_value_changed_account_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_account_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 11}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_date", "label": "._line_value_changed_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_date()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_ref", "label": "._line_value_changed_ref()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_ref()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_narration", "label": "._line_value_changed_narration()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_narration()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_name", "label": "._line_value_changed_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_name()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_transaction_currency", "label": "._line_value_changed_amount_transaction_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_amount_transaction_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_transaction_currency_id", "label": "._line_value_changed_transaction_currency_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_transaction_currency_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "._line_value_changed_amount_currency()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_amount_currency()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 13}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "._line_value_changed_balance()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_balance()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 13}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_currency_id", "label": "._line_value_changed_currency_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_currency_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "._line_value_changed_tax_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_tax_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "._line_value_changed_partner_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_partner_id()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 8}, {"id": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "label": "._line_value_changed_analytic_distribution()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._line_value_changed_analytic_distribution()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "._action_trigger_matching_rules()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_trigger_matching_rules()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 13}, {"id": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "label": "._prepare_embedded_views_data()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_embedded_views_data()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "bank_rec_widget_fusionbankrecwidget_action_mount_st_line", "label": "._action_mount_st_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_mount_st_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "._action_reload_liquidity_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_reload_liquidity_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 12}, {"id": "bank_rec_widget_fusionbankrecwidget_action_clear_manual_operations_form", "label": "._action_clear_manual_operations_form()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_clear_manual_operations_form()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "._action_remove_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_remove_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 11}, {"id": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "._action_add_new_amls()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "._action_add_new_amls()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 40}, {"id": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "label": "._action_remove_new_amls()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_remove_new_amls()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 6}, {"id": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "._action_select_reconcile_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_select_reconcile_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 16}, {"id": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "label": "._create_invoice_from_write_off_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_invoice_from_write_off_values()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_get_invoice_price_unit_from_price_total", "label": "._get_invoice_price_unit_from_price_total()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_price_unit_from_price_total()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "label": "._validation_lines_vals()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._validation_lines_vals()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "._action_validate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_validate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 30}, {"id": "bank_rec_widget_action_validate_method", "label": "_action_validate_method()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_action_validate_method()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_action_to_check", "label": "._action_to_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_to_check()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "._js_action_mount_st_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_mount_st_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "._js_action_restore_st_line_data()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_restore_st_line_data()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "label": "._process_restore_lines_ids()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_restore_lines_ids()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 5}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_validate", "label": "._js_action_validate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_validate()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_to_check", "label": "._js_action_to_check()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_to_check()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "._js_action_reset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_reset()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 9}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_set_as_checked", "label": "._js_action_set_as_checked()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_set_as_checked()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_remove_line", "label": "._js_action_remove_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_remove_line()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_add_new_aml", "label": "._js_action_add_new_aml()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_add_new_aml()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_remove_new_aml", "label": "._js_action_remove_new_aml()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_remove_new_aml()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_select_reconcile_model", "label": "._js_action_select_reconcile_model()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_select_reconcile_model()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "._js_action_mount_line_in_edit()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_mount_line_in_edit()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 19}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_line_changed", "label": "._js_action_line_changed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_line_changed()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_receivable_account", "label": "._js_action_line_set_partner_receivable_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_line_set_partner_receivable_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_payable_account", "label": "._js_action_line_set_partner_payable_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_line_set_partner_payable_account()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_redirect_to_move", "label": "._js_action_redirect_to_move()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_redirect_to_move()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "._js_action_apply_line_suggestion()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._js_action_apply_line_suggestion()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 10}, {"id": "bank_rec_widget_collect_global_info_data", "label": "collect_global_info_data()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "collect_global_info_data()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_rationale_16", "label": "Manages the reconciliation process for a single bank statement line. This t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages the reconciliation process for a single bank statement line. This t", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_161", "label": "Build the initial set of reconciliation entries from the statement line.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the initial set of reconciliation entries from the statement line.", "community": 195, "community_name": "Community 195", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_207", "label": "Find reconciliation models applicable to the current journal and company.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find reconciliation models applicable to the current journal and company.", "community": 196, "community_name": "Community 196", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_232", "label": "Track which write-off reconciliation model is currently applied.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Track which write-off reconciliation model is currently applied.", "community": 197, "community_name": "Community 197", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_243", "label": "Determine the reconciliation state of the widget. - 'reconciled': State", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the reconciliation state of the widget. - &#x27;reconciled&#x27;: State", "community": 198, "community_name": "Community 198", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_261", "label": "Resolve the effective currency of the bank journal.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve the effective currency of the bank journal.", "community": 199, "community_name": "Community 199", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_268", "label": "Render the raw transaction details as formatted HTML.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the raw transaction details as formatted HTML.", "community": 200, "community_name": "Community 200", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_274", "label": "Determine the transaction currency (foreign currency if set, else journal curren", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the transaction currency (foreign currency if set, else journal curren", "community": 201, "community_name": "Community 201", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_282", "label": "Auto-detect the partner from the statement line data.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-detect the partner from the statement line data.", "community": 202, "community_name": "Community 202", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_291", "label": "Check if the user has multi-currency access rights.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if the user has multi-currency access rights.", "community": 203, "community_name": "Community 203", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_296", "label": "Expose the set of journal items currently matched in this widget.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Expose the set of journal items currently matched in this widget.", "community": 204, "community_name": "Community 204", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_305", "label": "Convert structured transaction details into a readable HTML tree. Parse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert structured transaction details into a readable HTML tree. Parse", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_352", "label": "Dispatch JS-triggered commands to the appropriate handler method. The J", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dispatch JS-triggered commands to the appropriate handler method. The J", "community": 205, "community_name": "Community 205", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_375", "label": "Override to ensure line_ids are loaded immediately after creation.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to ensure line_ids are loaded immediately after creation.", "community": 206, "community_name": "Community 206", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_388", "label": "Prepare field metadata and default values for the JS frontend. Returns", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepare field metadata and default values for the JS frontend. Returns", "community": 207, "community_name": "Community 207", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_440", "label": "Force evaluation of line_ids to prevent ORM cache inconsistencies. When", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Force evaluation of line_ids to prevent ORM cache inconsistencies. When", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_449", "label": "Promote an auto-balance entry to a manual entry when the user edits it.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Promote an auto-balance entry to a manual entry when the user edits it.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_454", "label": "Return the widget entry currently selected for editing, if any.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the widget entry currently selected for editing, if any.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_461", "label": "Build creation values for a widget entry linked to a journal item.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build creation values for a widget entry linked to a journal item.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_470", "label": "Build creation values for the liquidity (bank account) entry. The liqui", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build creation values for the liquidity (bank account) entry. The liqui", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_481", "label": "Compute values for the automatic balancing entry. Calculates the remain", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute values for the automatic balancing entry. Calculates the remain", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_551", "label": "Refresh the auto-balance entry to keep the reconciliation balanced. Rem", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Refresh the auto-balance entry to keep the reconciliation balanced. Rem", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_571", "label": "Build values for adding a new journal item as a reconciliation counterpart.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build values for adding a new journal item as a reconciliation counterpart.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_584", "label": "Check if a partial reconciliation should be applied to the given entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a partial reconciliation should be applied to the given entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_677", "label": "Check if the remaining amount exactly matches the early payment discount.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if the remaining amount exactly matches the early payment discount.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_681", "label": "Attempt to apply early payment discount terms to matched journal items.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to apply early payment discount terms to matched journal items.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_774", "label": "Attempt partial matching on the most recently added journal item. If mu", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt partial matching on the most recently added journal item. If mu", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_819", "label": "Create widget entries for a set of journal items to be reconciled.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create widget entries for a set of journal items to be reconciled.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_834", "label": "Convert a widget entry into the format expected by account.tax computation.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a widget entry into the format expected by account.tax computation.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_863", "label": "Convert a tax widget entry for the tax computation engine.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a tax widget entry for the tax computation engine.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_868", "label": "Build creation values for a tax entry from computed tax data.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build creation values for a tax entry from computed tax data.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_898", "label": "Recalculate all tax entries based on the current manual base entries. U", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate all tax entries based on the current manual base entries. U", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_963", "label": "Return the key used to associate exchange difference entries with their source.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the key used to associate exchange difference entries with their source.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_969", "label": "Reorder entries so each exchange difference follows its corresponding match.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reorder entries so each exchange difference follows its corresponding match.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_988", "label": "Remove exchange difference entries that are linked to the specified entries.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove exchange difference entries that are linked to the specified entries.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1004", "label": "Compute the exchange difference amount and determine the target account.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the exchange difference amount and determine the target account.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1040", "label": "Compute exchange difference entry values for a matched journal item.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute exchange difference entry values for a matched journal item.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1065", "label": "Recalculate exchange difference entries for the specified matched items.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Recalculate exchange difference entries for the specified matched items.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1105", "label": "Build widget entry values from a reconcile model's write-off specification.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build widget entry values from a reconcile model&#x27;s write-off specification.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1131", "label": "Handle account change on a widget entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle account change on a widget entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1139", "label": "Handle date change - propagate to statement line if editing liquidity entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle date change - propagate to statement line if editing liquidity entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1147", "label": "Handle reference change on the liquidity entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle reference change on the liquidity entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1155", "label": "Handle narration change on the liquidity entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle narration change on the liquidity entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1163", "label": "Handle label/name change - propagate to statement line if liquidity.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle label/name change - propagate to statement line if liquidity.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1173", "label": "Handle transaction currency amount change on the liquidity entry.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle transaction currency amount change on the liquidity entry.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1187", "label": "Handle transaction currency change.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle transaction currency change.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1191", "label": "Handle foreign currency amount change on any entry. For liquidity entri", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle foreign currency amount change on any entry. For liquidity entri", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1252", "label": "Handle company-currency balance change on any entry. Similar to amount_", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle company-currency balance change on any entry. Similar to amount_", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1286", "label": "Handle currency change - triggers amount recomputation.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle currency change - triggers amount recomputation.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1291", "label": "Handle tax selection change on a manual entry. When taxes are added, en", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle tax selection change on a manual entry. When taxes are added, en", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1313", "label": "Handle partner change on an entry. For liquidity entries, propagates to", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle partner change on an entry. For liquidity entries, propagates to", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1352", "label": "Handle analytic distribution change - recompute taxes if analytics affect them.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle analytic distribution change - recompute taxes if analytics affect them.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1364", "label": "Run automatic reconciliation rules against the current statement line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run automatic reconciliation rules against the current statement line.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1399", "label": "Build configuration for the embedded journal item list views. Returns d", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build configuration for the embedded journal item list views. Returns d", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1458", "label": "Load a statement line into the widget and trigger matching rules.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Load a statement line into the widget and trigger matching rules.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1465", "label": "Reload the widget after the liquidity entry (statement line) was modified.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reload the widget after the liquidity entry (statement line) was modified.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1479", "label": "Close the manual operations form panel.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Close the manual operations form panel.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1483", "label": "Remove the specified entries and rebalance. After removal, recomputes t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove the specified entries and rebalance. After removal, recomputes t", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1507", "label": "Add journal items as reconciliation counterparts. Filters out items tha", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add journal items as reconciliation counterparts. Filters out items tha", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1536", "label": "Remove specific matched journal items from the reconciliation.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove specific matched journal items from the reconciliation.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1544", "label": "Apply a reconciliation model's write-off lines. Removes entries from an", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply a reconciliation model&#x27;s write-off lines. Removes entries from an", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1597", "label": "Create an invoice or bill from reconcile model write-off data. Determin", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an invoice or bill from reconcile model write-off data. Determin", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1658", "label": "Reverse-compute the unit price from a tax-inclusive total.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reverse-compute the unit price from a tax-inclusive total.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1679", "label": "Build journal item creation commands from the current widget entries. P", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build journal item creation commands from the current widget entries. P", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1729", "label": "Finalize the reconciliation by writing journal items and reconciling. C", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Finalize the reconciliation by writing journal items and reconciling. C", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1827", "label": "Context manager wrapping validation to handle post-validation cleanup.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Context manager wrapping validation to handle post-validation cleanup.", "community": 208, "community_name": "Community 208", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_rationale_1840", "label": "Validate and mark the transaction as needing review.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and mark the transaction as needing review.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1850", "label": "Load a statement line by ID and return embedded view configuration.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Load a statement line by ID and return embedded view configuration.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1857", "label": "Restore the widget to a previously saved state. Used when the user navi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Restore the widget to a previously saved state. Used when the user navi", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1905", "label": "Filter saved line commands to remove entries whose source items are no longer av", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Filter saved line commands to remove entries whose source items are no longer av", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1924", "label": "JS entry point for validation.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JS entry point for validation.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1929", "label": "JS entry point for validate-and-flag-for-review.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JS entry point for validate-and-flag-for-review.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1940", "label": "Undo a completed reconciliation and return to matching mode. Validates", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Undo a completed reconciliation and return to matching mode. Validates", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1970", "label": "Mark the transaction as reviewed/checked.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark the transaction as reviewed/checked.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1977", "label": "Remove a specific widget entry by its index.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove a specific widget entry by its index.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1983", "label": "Add a single journal item as a reconciliation counterpart.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add a single journal item as a reconciliation counterpart.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1989", "label": "Remove a specific matched journal item.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove a specific matched journal item.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_1995", "label": "Apply a reconciliation model by its ID.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply a reconciliation model by its ID.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2001", "label": "Select a widget entry for editing in the manual operations form.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Select a widget entry for editing in the manual operations form.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2006", "label": "Handle a field value change on a widget entry from the JS frontend. Inv", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle a field value change on a widget entry from the JS frontend. Inv", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2023", "label": "Switch the entry's account to the partner's receivable account.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Switch the entry&#x27;s account to the partner&#x27;s receivable account.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2030", "label": "Switch the entry's account to the partner's payable account.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Switch the entry&#x27;s account to the partner&#x27;s payable account.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2037", "label": "Open the source document (invoice, payment, or journal entry) in a new form.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the source document (invoice, payment, or journal entry) in a new form.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2058", "label": "Apply the computed suggestion amounts to a matched entry. Reads the sug", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply the computed suggestion amounts to a matched entry. Reads the sug", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_rationale_2084", "label": "Retrieve the current statement balance for display in the widget header.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve the current statement balance for display in the widget header.", "community": 209, "community_name": "Community 209", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "label": "account_generic_tax_report.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_generic_tax_report.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 8}, {"id": "account_generic_tax_report_fusiontaxreporthandler", "label": "FusionTaxReportHandler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTaxReportHandler", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 16}, {"id": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 5}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 1}, {"id": "account_generic_tax_report_fusiontaxreporthandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiontaxreporthandler_is_period_equal_to_options", "label": "._is_period_equal_to_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_period_equal_to_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_fusiontaxreporthandler_action_periodic_vat_entries", "label": ".action_periodic_vat_entries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_periodic_vat_entries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "label": "._get_periodic_vat_entries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_periodic_vat_entries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 5}, {"id": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "label": "._generate_tax_closing_entries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_tax_closing_entries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 10}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "label": "._get_tax_closing_entries_for_closed_period()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_entries_for_closed_period()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 6}, {"id": "account_generic_tax_report_compute_vat_closing_entry", "label": "_compute_vat_closing_entry()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_vat_closing_entry()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 9}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_vat_closing_entry_additional_domain", "label": "._get_vat_closing_entry_additional_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_vat_closing_entry_additional_domain()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiontaxreporthandler_postprocess_vat_closing_entry_results", "label": "._postprocess_vat_closing_entry_results()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._postprocess_vat_closing_entry_results()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiontaxreporthandler_vat_closing_entry_results_rounding", "label": "._vat_closing_entry_results_rounding()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._vat_closing_entry_results_rounding()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_add_tax_group_closing_items", "label": "_add_tax_group_closing_items()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_add_tax_group_closing_items()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_redirect_to_misconfigured_tax_groups", "label": "_redirect_to_misconfigured_tax_groups()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_redirect_to_misconfigured_tax_groups()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_fpos_info_for_tax_closing", "label": "._get_fpos_info_for_tax_closing()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_fpos_info_for_tax_closing()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 4}, {"id": "account_generic_tax_report_fusiontaxreporthandler_get_amls_with_archived_tags_domain", "label": "._get_amls_with_archived_tags_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_amls_with_archived_tags_domain()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiontaxreporthandler_action_open_amls_with_archived_tags", "label": ".action_open_amls_with_archived_tags()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_amls_with_archived_tags()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler", "label": "FusionGenericTaxReportHandler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionGenericTaxReportHandler", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 12}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 1}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 1}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 1}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "label": "._get_dynamic_lines()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_dynamic_lines()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 9}, {"id": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "label": "_read_generic_tax_report_amounts_no_tax_details()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_read_generic_tax_report_amounts_no_tax_details()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 5}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_read_generic_tax_report_amounts", "label": "._read_generic_tax_report_amounts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._read_generic_tax_report_amounts()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 4}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_populate_lines_recursively", "label": "._populate_lines_recursively()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._populate_lines_recursively()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 4}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_build_report_line", "label": "._build_report_line()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_report_line()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 4}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_check_line_consistency", "label": "._check_line_consistency()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_line_consistency()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_option_audit_tax", "label": ".caret_option_audit_tax()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".caret_option_audit_tax()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 3}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandlerat", "label": "FusionGenericTaxReportHandlerAT", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionGenericTaxReportHandlerAT", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandlerat_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandlerta", "label": "FusionGenericTaxReportHandlerTA", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionGenericTaxReportHandlerTA", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_fusiongenerictaxreporthandlerta_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "code", "degree": 2}, {"id": "account_generic_tax_report_rationale_15", "label": "Base handler providing the Closing Entry button and tax-period configuration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Base handler providing the Closing Entry button and tax-period configuration", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_generic_tax_report_rationale_467", "label": "Handler for the standard generic tax report (Tax -> Tax grouping).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handler for the standard generic tax report (Tax -&gt; Tax grouping).", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_generic_tax_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_cash_flow_report_py", "label": "account_cash_flow_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_cash_flow_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 1}, {"id": "account_cash_flow_report_cashflowreportcustomhandler", "label": "CashFlowReportCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CashFlowReportCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 18}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 7}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 3}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "label": "._compute_report_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_report_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 11}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_merge_into_report_data", "label": "._merge_into_report_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._merge_into_report_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 4}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_resolve_cashflow_tags", "label": "._resolve_cashflow_tags()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_cashflow_tags()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 4}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_list_cashflow_tag_ids", "label": "._list_cashflow_tag_ids()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._list_cashflow_tag_ids()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 4}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_route_entry_to_section", "label": "._route_entry_to_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._route_entry_to_section()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 4}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_account_ids", "label": "._fetch_liquidity_account_ids()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_liquidity_account_ids()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 4}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "label": "._build_move_ids_subquery()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_move_ids_subquery()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 5}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "label": "._query_liquidity_balances()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._query_liquidity_balances()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 7}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "label": "._fetch_liquidity_side_entries()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_liquidity_side_entries()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 7}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "label": "._fetch_reconciled_counterparts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_reconciled_counterparts()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 8}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_build_section_structure", "label": "._build_section_structure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_section_structure()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 3}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "label": "._render_section_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_section_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 5}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "label": "._render_detail_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_detail_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 5}, {"id": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "label": "._render_unexplained_difference()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_unexplained_difference()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "code", "degree": 5}, {"id": "account_cash_flow_report_rationale_8", "label": "Generates the cash flow statement using the direct method. Reference: https", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates the cash flow statement using the direct method. Reference: https", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_26", "label": "Build every line of the cash flow statement. Returns a list of ``(seque", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build every line of the cash flow statement. Returns a list of ``(seque", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_62", "label": "Restrict selectable journals to bank, cash, and general types.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Restrict selectable journals to bank, cash, and general types.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_75", "label": "Aggregate all cash-flow numbers into *report_data*. The returned dictio", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Aggregate all cash-flow numbers into *report_data*. The returned dictio", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_112", "label": "Insert or accumulate *row* into *report_data* under *section_key*. Also", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Insert or accumulate *row* into *report_data* under *section_key*. Also", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_170", "label": "Return a mapping of activity type to account.account.tag ID.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a mapping of activity type to account.account.tag ID.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_178", "label": "Return an iterable of all cash-flow-relevant tag IDs.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an iterable of all cash-flow-relevant tag IDs.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_182", "label": "Determine the correct report section for a single entry and merge it int", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the correct report section for a single entry and merge it int", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_225", "label": "Return a tuple of account IDs used by liquidity journals. Includes defa", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a tuple of account IDs used by liquidity journals. Includes defa", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_258", "label": "Build a sub-select that returns move IDs touching liquidity accounts.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a sub-select that returns move IDs touching liquidity accounts.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_274", "label": "Compute per-account balances for liquidity accounts. *scope* is either", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute per-account balances for liquidity accounts. *scope* is either", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_316", "label": "Retrieve the non-liquidity side of moves that touch liquidity accounts.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve the non-liquidity side of moves that touch liquidity accounts.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_446", "label": "Retrieve moves reconciled with liquidity moves but that are not themselv", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve moves reconciled with liquidity moves but that are not themselv", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_651", "label": "Define the hierarchical layout of the cash flow statement. Returns an o", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Define the hierarchical layout of the cash flow statement. Returns an o", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_752", "label": "Produce a single section / header line dictionary.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce a single section / header line dictionary.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_785", "label": "Produce a per-account detail line under a section.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce a per-account detail line under a section.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_cash_flow_report_rationale_814", "label": "If closing != opening + net_increase, emit an extra line showing the gap", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "If closing != opening + net_increase, emit an extra line showing the gap", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_cash_flow_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "label": "batch_payment.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "batch_payment.py", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 6}, {"id": "batch_payment_fusionbatchpayment", "label": "FusionBatchPayment", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBatchPayment", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 6}, {"id": "batch_payment_compute_amount_total", "label": "_compute_amount_total()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_amount_total()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 1}, {"id": "batch_payment_check_payments_journal", "label": "_check_payments_journal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_payments_journal()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 1}, {"id": "batch_payment_create", "label": "create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 2}, {"id": "batch_payment_fusionbatchpayment_validate_batch", "label": ".validate_batch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_batch()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 3}, {"id": "batch_payment_fusionbatchpayment_action_draft", "label": ".action_draft()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_draft()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 3}, {"id": "batch_payment_fusionbatchpayment_action_reconcile", "label": ".action_reconcile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reconcile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 9}, {"id": "batch_payment_fusionbatchpayment_print_batch", "label": ".print_batch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".print_batch()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 2}, {"id": "batch_payment_create_batch_from_payments", "label": "create_batch_from_payments()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create_batch_from_payments()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "code", "degree": 2}, {"id": "batch_payment_rationale_1", "label": "Fusion Accounting - Batch Payment Processing Provides the ``fusion.batch.paymen", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Batch Payment Processing Provides the ``fusion.batch.paymen", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_14", "label": "Groups individual payments into batches for bulk processing. A batch paymen", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Groups individual payments into batches for bulk processing. A batch paymen", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_120", "label": "Compute the total batch amount and payment count.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the total batch amount and payment count.", "community": 210, "community_name": "Community 210", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 0}, {"id": "batch_payment_rationale_131", "label": "Ensure every payment belongs to the same journal and uses the same payme", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure every payment belongs to the same journal and uses the same payme", "community": 211, "community_name": "Community 211", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 0}, {"id": "batch_payment_rationale_158", "label": "Assign a sequence number when creating a new batch.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign a sequence number when creating a new batch.", "community": 212, "community_name": "Community 212", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 0}, {"id": "batch_payment_rationale_171", "label": "Validate the batch and mark it as *Sent*. All payments in the batch mus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate the batch and mark it as *Sent*. All payments in the batch mus", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_196", "label": "Reset a sent batch back to draft state.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset a sent batch back to draft state.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_203", "label": "Mark the batch as reconciled once bank confirms all payments.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark the batch as reconciled once bank confirms all payments.", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_212", "label": "Generate a printable report for this batch payment. :return: Action dic", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a printable report for this batch payment. :return: Action dic", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 1}, {"id": "batch_payment_rationale_224", "label": "Create a new batch payment from an existing set of payments. All suppli", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new batch payment from an existing set of payments. All suppli", "community": 213, "community_name": "Community 213", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/batch_payment.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "label": "budget.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "budget.py", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 4}, {"id": "budget_fusionbudget", "label": "FusionBudget", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBudget", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 5}, {"id": "budget_create", "label": "create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 2}, {"id": "budget_check_budget_name_not_empty", "label": "_check_budget_name_not_empty()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_budget_name_not_empty()", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 1}, {"id": "budget_fusionbudget_copy_data", "label": ".copy_data()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".copy_data()", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 2}, {"id": "budget_fusionbudget_copy", "label": ".copy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".copy()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 47}, {"id": "budget_fusionbudget_create_or_update_budget_items", "label": "._create_or_update_budget_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_or_update_budget_items()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 4}, {"id": "budget_fusionbudgetitem", "label": "FusionBudgetItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBudgetItem", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "code", "degree": 2}, {"id": "budget_rationale_9", "label": "Represents a financial budget linked to accounting reports. A budget groups", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents a financial budget linked to accounting reports. A budget groups", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 1}, {"id": "budget_rationale_46", "label": "Override create to sanitize the budget name by stripping whitespace.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Override create to sanitize the budget name by stripping whitespace.", "community": 214, "community_name": "Community 214", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 0}, {"id": "budget_rationale_59", "label": "Ensure every budget record has a non-empty name.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure every budget record has a non-empty name.", "community": 215, "community_name": "Community 215", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 0}, {"id": "budget_rationale_71", "label": "Append '(copy)' suffix to duplicated budget names.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append &#x27;(copy)&#x27; suffix to duplicated budget names.", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 1}, {"id": "budget_rationale_80", "label": "Duplicate budgets together with their line items.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Duplicate budgets together with their line items.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 1}, {"id": "budget_rationale_99", "label": "Distribute a target amount across monthly budget items. When the user e", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Distribute a target amount across monthly budget items. When the user e", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 1}, {"id": "budget_rationale_192", "label": "A single monthly budget entry for one account within a budget. Each item re", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A single monthly budget entry for one account within a budget. Each item re", "community": 46, "community_name": "Community 46", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/budget.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "label": "account_journal.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_journal.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 1}, {"id": "account_journal_fusionaccountjournal", "label": "FusionAccountJournal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountJournal", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 12}, {"id": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_statements_available_import_formats()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 3}, {"id": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "label": ".__get_bank_statements_available_sources()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__get_bank_statements_available_sources()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 3}, {"id": "account_journal_fusionaccountjournal_create_document_from_attachment", "label": ".create_document_from_attachment()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_document_from_attachment()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 4}, {"id": "account_journal_fusionaccountjournal_import_bank_statement", "label": "._import_bank_statement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_bank_statement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 10}, {"id": "account_journal_fusionaccountjournal_parse_bank_statement_file", "label": "._parse_bank_statement_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_bank_statement_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 3}, {"id": "account_journal_fusionaccountjournal_check_parsed_data", "label": "._check_parsed_data()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_parsed_data()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 4}, {"id": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "label": "._statement_import_check_bank_account()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._statement_import_check_bank_account()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 3}, {"id": "account_journal_fusionaccountjournal_find_additional_data", "label": "._find_additional_data()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_additional_data()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 6}, {"id": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "label": "._complete_bank_statement_vals()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._complete_bank_statement_vals()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 5}, {"id": "account_journal_fusionaccountjournal_create_bank_statements", "label": "._create_bank_statements()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_bank_statements()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "code", "degree": 7}, {"id": "account_journal_rationale_10", "label": "Extends journals with a pluggable bank-statement file import pipeline. Sub-m", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends journals with a pluggable bank-statement file import pipeline. Sub-m", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_18", "label": "Return a list of supported file-format labels (e.g. 'OFX'). Override in", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of supported file-format labels (e.g. &#x27;OFX&#x27;). Override in", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_23", "label": "Append file-import option to the bank-statement source selector when at", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append file-import option to the bank-statement source selector when at", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_38", "label": "Route attachment uploads to the bank-statement importer when the journal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Route attachment uploads to the bank-statement importer when the journal", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_50", "label": "Orchestrate the full import pipeline: parse -> validate -> find journal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Orchestrate the full import pipeline: parse -&gt; validate -&gt; find journal", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_129", "label": "Parse *attachment* into structured statement data. Each module that adds", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse *attachment* into structured statement data. Each module that adds", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_149", "label": "Verify that the parsed data contains at least one statement with at leas", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify that the parsed data contains at least one statement with at leas", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_169", "label": "Compare *acct_number* against the journal's bank account, accommodating", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compare *acct_number* against the journal&#x27;s bank account, accommodating", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_181", "label": "Locate the matching journal based on currency and account number, creati", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Locate the matching journal based on currency and account number, creati", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_239", "label": "Enrich raw parsed values with journal references, unique import IDs, and", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Enrich raw parsed values with journal references, unique import IDs, and", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_rationale_273", "label": "Create bank statements from the enriched values, skipping duplicate tran", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create bank statements from the enriched values, skipping duplicate tran", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "label": "sepa_direct_debit.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "sepa_direct_debit.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 7}, {"id": "sepa_direct_debit_sanitise_text", "label": "_sanitise_text()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_sanitise_text()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 5}, {"id": "sepa_direct_debit_validate_iban", "label": "_validate_iban()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_iban()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 4}, {"id": "sepa_direct_debit_validate_bic", "label": "_validate_bic()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_bic()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 3}, {"id": "sepa_direct_debit_fusionsddmandate", "label": "FusionSDDMandate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionSDDMandate", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 5}, {"id": "sepa_direct_debit_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 1}, {"id": "sepa_direct_debit_fusionsddmandate_action_activate", "label": ".action_activate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 2}, {"id": "sepa_direct_debit_fusionsddmandate_action_revoke", "label": ".action_revoke()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_revoke()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 3}, {"id": "sepa_direct_debit_fusionsddmandate_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": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 2}, {"id": "sepa_direct_debit_fusionsepadirectdebit", "label": "FusionSEPADirectDebit", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionSEPADirectDebit", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 6}, {"id": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "label": ".generate_pain_008()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_pain_008()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 7}, {"id": "sepa_direct_debit_fusionsepadirectdebit_pain008_message_id", "label": "._pain008_message_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._pain008_message_id()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 3}, {"id": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "label": "._add_pain008_payment_info()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_pain008_payment_info()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 5}, {"id": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "label": "._add_pain008_transaction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_pain008_transaction()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "code", "degree": 5}, {"id": "sepa_direct_debit_rationale_1", "label": "Fusion Accounting - SEPA Direct Debit (pain.008) Generates ISO 20022 ``pain.008", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - SEPA Direct Debit (pain.008) Generates ISO 20022 ``pain.008", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_36", "label": "Remove characters not allowed in SEPA XML text fields.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove characters not allowed in SEPA XML text fields.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_44", "label": "Validate and normalise an IBAN string.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and normalise an IBAN string.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_57", "label": "Validate and normalise a BIC / SWIFT code.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and normalise a BIC / SWIFT code.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_77", "label": "Tracks a SEPA Direct Debit mandate authorisation. A mandate is the legal ag", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tracks a SEPA Direct Debit mandate authorisation. A mandate is the legal ag", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_176", "label": "Assign a sequence-based name if not provided.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign a sequence-based name if not provided.", "community": 216, "community_name": "Community 216", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 0}, {"id": "sepa_direct_debit_rationale_191", "label": "Activate a draft mandate.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Activate a draft mandate.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_200", "label": "Revoke an active mandate.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Revoke an active mandate.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_209", "label": "Close a mandate (no more collections).", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Close a mandate (no more collections).", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_224", "label": "Extends ``res.company`` with SEPA Direct Debit XML generation. The ``genera", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends ``res.company`` with SEPA Direct Debit XML generation. The ``genera", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_245", "label": "Build an ISO 20022 pain.008.001.02 XML for SEPA Direct Debits. :param m", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build an ISO 20022 pain.008.001.02 XML for SEPA Direct Debits. :param m", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_324", "label": "Generate a unique message identifier for the pain.008 file.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a unique message identifier for the pain.008 file.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_334", "label": "Add a ``PmtInf`` block for a group of mandates sharing the same scheme.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add a ``PmtInf`` block for a group of mandates sharing the same scheme.", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_direct_debit_rationale_395", "label": "Append a ``DrctDbtTxInf`` element for a single mandate. :param pmt_inf:", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append a ``DrctDbtTxInf`` element for a single mandate. :param pmt_inf:", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_direct_debit.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "label": "document_extraction.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "document_extraction.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 5}, {"id": "document_extraction_fusiondocumentextractor", "label": "FusionDocumentExtractor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDocumentExtractor", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 8}, {"id": "document_extraction_check_api_key_for_cloud_providers", "label": "_check_api_key_for_cloud_providers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_api_key_for_cloud_providers()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 2}, {"id": "document_extraction_check_endpoint_for_azure", "label": "_check_endpoint_for_azure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_endpoint_for_azure()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 1}, {"id": "document_extraction_fusiondocumentextractor_get_provider_label", "label": ".get_provider_label()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_provider_label()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 3}, {"id": "document_extraction_fusiondocumentextractor_extract_fields", "label": ".extract_fields()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".extract_fields()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 4}, {"id": "document_extraction_fusiondocumentextractor_extract_via_tesseract", "label": "._extract_via_tesseract()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_via_tesseract()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 3}, {"id": "document_extraction_fusiondocumentextractor_extract_via_google_vision", "label": "._extract_via_google_vision()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_via_google_vision()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 3}, {"id": "document_extraction_fusiondocumentextractor_extract_via_azure_ai", "label": "._extract_via_azure_ai()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_via_azure_ai()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 4}, {"id": "document_extraction_parse_azure_invoice_fields", "label": "_parse_azure_invoice_fields()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_azure_invoice_fields()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 2}, {"id": "document_extraction_fusiondocumentextractor_action_test_connection", "label": ".action_test_connection()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_test_connection()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "code", "degree": 4}, {"id": "document_extraction_rationale_1", "label": "Fusion Accounting - Document AI / OCR Extraction Engine Provides a pluggable OC", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Document AI / OCR Extraction Engine Provides a pluggable OC", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_49", "label": "Configurable OCR / AI extraction back-end. Each record represents a single", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configurable OCR / AI extraction back-end. Each record represents a single", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_129", "label": "Ensure cloud providers have credentials configured.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure cloud providers have credentials configured.", "community": 217, "community_name": "Community 217", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "document_extraction_rationale_138", "label": "Azure AI requires an explicit endpoint URL.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Azure AI requires an explicit endpoint URL.", "community": 218, "community_name": "Community 218", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "document_extraction_rationale_149", "label": "Return the human-readable label for the current provider selection.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the human-readable label for the current provider selection.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_157", "label": "Run OCR on *image_bytes* and return a dict of extracted fields. Args:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run OCR on *image_bytes* and return a dict of extracted fields. Args:", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_199", "label": "Extract text locally using Tesseract OCR. Converts the input bytes to a", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract text locally using Tesseract OCR. Converts the input bytes to a", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_245", "label": "Call Google Cloud Vision API TEXT_DETECTION. The *api_key* field is exp", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Call Google Cloud Vision API TEXT_DETECTION. The *api_key* field is exp", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_296", "label": "Call Azure AI Document Intelligence (formerly Form Recognizer). Uses th", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Call Azure AI Document Intelligence (formerly Form Recognizer). Uses th", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "document_extraction_rationale_388", "label": "Convert Azure's structured field map into a flat dict. Args:", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert Azure&#x27;s structured field map into a flat dict. Args:", "community": 219, "community_name": "Community 219", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "document_extraction_rationale_447", "label": "Quick connectivity / credential check for the configured provider. Crea", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Quick connectivity / credential check for the configured provider. Crea", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/document_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "label": "account_move_line.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move_line.py", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 5}, {"id": "account_move_line_fusionaccountmoveline", "label": "FusionAccountMoveLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountMoveLine", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 2}, {"id": "account_move_line_compute_exclude_bank_lines", "label": "_compute_exclude_bank_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_exclude_bank_lines()", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "account_move_line_check_taxes_on_closing_entries", "label": "_check_taxes_on_closing_entries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_taxes_on_closing_entries()", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "account_move_line_compute_tax_ids", "label": "_compute_tax_ids()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_tax_ids()", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 1}, {"id": "account_move_line_prepare_aml_shadowing_for_report", "label": "_prepare_aml_shadowing_for_report()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_prepare_aml_shadowing_for_report()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "code", "degree": 3}, {"id": "account_move_line_rationale_10", "label": "Extends journal items with a computed bank-line exclusion flag, guards again", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends journal items with a computed bank-line exclusion flag, guards again", "community": 61, "community_name": "Community 61", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_line_rationale_27", "label": "Flag lines whose account differs from their journal's default account, u", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag lines whose account differs from their journal&#x27;s default account, u", "community": 220, "community_name": "Community 220", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_line_rationale_38", "label": "Prevent taxes from being added to tax-closing move lines.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prevent taxes from being added to tax-closing move lines.", "community": 221, "community_name": "Community 221", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_line_rationale_48", "label": "Skip automatic tax computation for lines on tax-closing moves, which mig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Skip automatic tax computation for lines on tax-closing moves, which mig", "community": 222, "community_name": "Community 222", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_line_rationale_59", "label": "Build SQL fragments for creating a temporary table that mirrors ``accoun", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build SQL fragments for creating a temporary table that mirrors ``accoun", "community": 223, "community_name": "Community 223", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_line.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "label": "account_journal_csv.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_journal_csv.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "code", "degree": 1}, {"id": "account_journal_csv_fusionjournalcsvimport", "label": "FusionJournalCSVImport", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionJournalCSVImport", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "code", "degree": 5}, {"id": "account_journal_csv_fusionjournalcsvimport_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_statements_available_import_formats()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "code", "degree": 2}, {"id": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "label": "._is_spreadsheet_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_spreadsheet_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "code", "degree": 3}, {"id": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "label": "._import_bank_statement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_bank_statement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "code", "degree": 5}, {"id": "account_journal_csv_rationale_9", "label": "Extends the journal import pipeline with CSV, XLS, and XLSX support. Uploads", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the journal import pipeline with CSV, XLS, and XLSX support. Uploads", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_csv_rationale_17", "label": "Append spreadsheet formats to the list of importable types.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append spreadsheet formats to the list of importable types.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_csv_rationale_24", "label": "Return True when *filename* has a CSV/XLS/XLSX extension.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True when *filename* has a CSV/XLS/XLSX extension.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_csv_rationale_32", "label": "Intercept spreadsheet uploads and redirect them to the interactive colum", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Intercept spreadsheet uploads and redirect them to the interactive colum", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "label": "intrastat_report.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "intrastat_report.py", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 8}, {"id": "intrastat_report_fusionintrastatcode", "label": "FusionIntrastatCode", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionIntrastatCode", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 2}, {"id": "intrastat_report_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 1}, {"id": "intrastat_report_fusionproductintrastat", "label": "FusionProductIntrastat", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionProductIntrastat", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 2}, {"id": "intrastat_report_fusionmovelineintrastat", "label": "FusionMoveLineIntrastat", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMoveLineIntrastat", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 2}, {"id": "intrastat_report_fusionintrastatreport", "label": "FusionIntrastatReport", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionIntrastatReport", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 6}, {"id": "intrastat_report_check_date_range", "label": "_check_date_range()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_date_range()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 1}, {"id": "intrastat_report_fusionintrastatreport_action_compute", "label": ".action_compute()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_compute()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 7}, {"id": "intrastat_report_fusionintrastatreport_get_eligible_lines", "label": "._get_eligible_lines()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_eligible_lines()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 5}, {"id": "intrastat_report_fusionintrastatreport_get_eu_country_ids", "label": "._get_eu_country_ids()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_eu_country_ids()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 3}, {"id": "intrastat_report_fusionintrastatreport_reopen_wizard", "label": "._reopen_wizard()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._reopen_wizard()", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 3}, {"id": "intrastat_report_fusionintrastatreportline", "label": "FusionIntrastatReportLine", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionIntrastatReportLine", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "code", "degree": 2}, {"id": "intrastat_report_rationale_1", "label": "Fusion Accounting - Intrastat Reporting Implements the EU Intrastat statistical", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Intrastat Reporting Implements the EU Intrastat statistical", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_48", "label": "Combined Nomenclature (CN8) commodity code for Intrastat reporting. Each re", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Combined Nomenclature (CN8) commodity code for Intrastat reporting. Each re", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_105", "label": "Extends ``product.template`` with Intrastat-specific fields. These fields a", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends ``product.template`` with Intrastat-specific fields. These fields a", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_136", "label": "Extends ``account.move.line`` with an Intrastat transaction code. The trans", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends ``account.move.line`` with an Intrastat transaction code. The trans", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_158", "label": "Wizard that aggregates invoice data into Intrastat declaration lines. The u", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard that aggregates invoice data into Intrastat declaration lines. The u", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_233", "label": "Aggregate invoice lines into Intrastat declaration rows. Grouping key:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Aggregate invoice lines into Intrastat declaration rows. Grouping key:", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_297", "label": "Return ``account.move.line`` records for invoices that qualify for Intra", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return ``account.move.line`` records for invoices that qualify for Intra", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_336", "label": "Return a set of ``res.country`` IDs for current EU member states.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a set of ``res.country`` IDs for current EU member states.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_343", "label": "Return an action that re-opens this wizard form.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action that re-opens this wizard form.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "intrastat_report_rationale_358", "label": "One aggregated row in an Intrastat declaration. Each line represents a uniq", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "One aggregated row in an Intrastat declaration. Each line represents a uniq", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/intrastat_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "label": "invoice_extraction.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "invoice_extraction.py", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 8}, {"id": "invoice_extraction_fusioninvoiceextractor", "label": "FusionInvoiceExtractor", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionInvoiceExtractor", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 9}, {"id": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "label": ".action_extract_from_attachment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_extract_from_attachment()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 11}, {"id": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "label": "._find_extractable_attachment()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_extractable_attachment()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 5}, {"id": "invoice_extraction_fusioninvoiceextractor_get_active_extractor", "label": "._get_active_extractor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_active_extractor()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 4}, {"id": "invoice_extraction_pdf_to_image_if_needed", "label": "_pdf_to_image_if_needed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_pdf_to_image_if_needed()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 2}, {"id": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "label": "._parse_invoice_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_invoice_fields()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 7}, {"id": "invoice_extraction_parse_line_items", "label": "_parse_line_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_line_items()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 3}, {"id": "invoice_extraction_normalise_date", "label": "_normalise_date()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_normalise_date()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 2}, {"id": "invoice_extraction_parse_amount", "label": "_parse_amount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_amount()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 2}, {"id": "invoice_extraction_compute_extraction_confidence", "label": "_compute_extraction_confidence()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_extraction_confidence()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 2}, {"id": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "label": "._apply_extracted_fields()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_extracted_fields()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 6}, {"id": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "label": "._apply_extracted_line_items()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_extracted_line_items()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 5}, {"id": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "label": ".action_manual_review()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_manual_review()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 5}, {"id": "invoice_extraction_safe_date", "label": "_safe_date()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_safe_date()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "code", "degree": 2}, {"id": "invoice_extraction_rationale_1", "label": "Fusion Accounting - Invoice OCR Extraction Extends ``account.move`` with the ab", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Invoice OCR Extraction Extends ``account.move`` with the ab", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_38", "label": "Adds OCR-extraction capabilities to journal entries (invoices / bills). The", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds OCR-extraction capabilities to journal entries (invoices / bills). The", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_102", "label": "Run OCR extraction on the first PDF / image attachment. This method:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run OCR extraction on the first PDF / image attachment. This method:", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_180", "label": "Return the first attachment that looks like a scan. Returns:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the first attachment that looks like a scan. Returns:", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_200", "label": "Return the first active extractor for the current company. Returns:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the first active extractor for the current company. Returns:", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_214", "label": "Convert a PDF's first page to a PNG image if applicable. Uses Pillow to", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a PDF&#x27;s first page to a PNG image if applicable. Uses Pillow to", "community": 224, "community_name": "Community 224", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "invoice_extraction_rationale_251", "label": "Extract structured fields from OCR raw text using regex. This is a best", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract structured fields from OCR raw text using regex. This is a best", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_392", "label": "Attempt to extract tabular line items from OCR text. Looks for lines ma", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to extract tabular line items from OCR text. Looks for lines ma", "community": 225, "community_name": "Community 225", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "invoice_extraction_rationale_430", "label": "Try to parse a date string into YYYY-MM-DD format. Args: da", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Try to parse a date string into YYYY-MM-DD format. Args: da", "community": 226, "community_name": "Community 226", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "invoice_extraction_rationale_467", "label": "Convert a money string like ``$1,234.56`` to a float. Args:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a money string like ``$1,234.56`` to a float. Args:", "community": 227, "community_name": "Community 227", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "invoice_extraction_rationale_501", "label": "Compute a simple confidence score (0\u2013100) based on how many key fields w", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute a simple confidence score (0\u2013100) based on how many key fields w", "community": 228, "community_name": "Community 228", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "invoice_extraction_rationale_521", "label": "Write extracted data to the invoice form fields. This method maps the p", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write extracted data to the invoice form fields. This method maps the p", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_589", "label": "Create invoice lines from extracted line item data. Existing lines are", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create invoice lines from extracted line item data. Existing lines are", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_620", "label": "Open the extraction-review wizard pre-populated with the extracted (or l", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the extraction-review wizard pre-populated with the extracted (or l", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 1}, {"id": "invoice_extraction_rationale_664", "label": "Convert a string to a date, returning False on failure.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a string to a date, returning False on failure.", "community": 229, "community_name": "Community 229", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/invoice_extraction.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 125, "community_name": "Community 125", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_balance_sheet_py", "label": "balance_sheet.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "balance_sheet.py", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/balance_sheet.py", "file_type": "code", "degree": 1}, {"id": "balance_sheet_balancesheetcustomhandler", "label": "BalanceSheetCustomHandler", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BalanceSheetCustomHandler", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/balance_sheet.py", "file_type": "code", "degree": 3}, {"id": "balance_sheet_balancesheetcustomhandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/balance_sheet.py", "file_type": "code", "degree": 2}, {"id": "balance_sheet_rationale_7", "label": "Handler for balance sheet report customizations.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handler for balance sheet report customizations.", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/balance_sheet.py", "file_type": "rationale", "degree": 1}, {"id": "balance_sheet_rationale_14", "label": "Flag a warning when currency translation adjustment is active. If the s", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag a warning when currency translation adjustment is active. If the s", "community": 65, "community_name": "Community 65", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/balance_sheet.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_external_tax_provider_py", "label": "external_tax_provider.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "external_tax_provider.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 4}, {"id": "external_tax_provider_fusionexternaltaxprovider", "label": "FusionExternalTaxProvider", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionExternalTaxProvider", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 8}, {"id": "external_tax_provider_check_single_active_provider", "label": "_check_single_active_provider()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_single_active_provider()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 2}, {"id": "external_tax_provider_get_provider", "label": "get_provider()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "get_provider()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 4}, {"id": "external_tax_provider_fusionexternaltaxprovider_calculate_tax", "label": ".calculate_tax()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculate_tax()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 2}, {"id": "external_tax_provider_fusionexternaltaxprovider_void_transaction", "label": ".void_transaction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".void_transaction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 2}, {"id": "external_tax_provider_fusionexternaltaxprovider_test_connection", "label": ".test_connection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_connection()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 3}, {"id": "external_tax_provider_fusionexternaltaxprovider_action_test_connection", "label": ".action_test_connection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_test_connection()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 4}, {"id": "external_tax_provider_fusionexternaltaxprovider_action_activate", "label": ".action_activate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 4}, {"id": "external_tax_provider_fusionexternaltaxprovider_action_deactivate", "label": ".action_deactivate()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_deactivate()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "code", "degree": 2}, {"id": "external_tax_provider_rationale_1", "label": "Fusion Accounting - External Tax Provider (Abstract) ===========================", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - External Tax Provider (Abstract) ===========================", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_25", "label": "Abstract base for external tax calculation providers. Each concrete provide", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Abstract base for external tax calculation providers. Each concrete provide", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_125", "label": "Ensure at most one provider is active for each company.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure at most one provider is active for each company.", "community": 230, "community_name": "Community 230", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 0}, {"id": "external_tax_provider_rationale_145", "label": "Return the active external tax provider for the given company. :param c", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the active external tax provider for the given company. :param c", "community": 231, "community_name": "Community 231", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 0}, {"id": "external_tax_provider_rationale_160", "label": "Compute tax amounts for a collection of order/invoice lines. Concrete p", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute tax amounts for a collection of order/invoice lines. Concrete p", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_182", "label": "Void (cancel) a previously committed tax transaction. :param doc_code:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Void (cancel) a previously committed tax transaction. :param doc_code:", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_195", "label": "Verify connectivity and credentials with the external service. Concrete", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify connectivity and credentials with the external service. Concrete", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_211", "label": "Button action: run the connection test and display the result.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Button action: run the connection test and display the result.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_246", "label": "Activate this provider and deactivate all others for the same company.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Activate this provider and deactivate all others for the same company.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "external_tax_provider_rationale_256", "label": "Deactivate this provider.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Deactivate this provider.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/external_tax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_debit_note_py", "label": "debit_note.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "debit_note.py", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "code", "degree": 2}, {"id": "debit_note_fusiondebitnote", "label": "FusionDebitNote", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDebitNote", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "code", "degree": 4}, {"id": "debit_note_compute_debit_note_count", "label": "_compute_debit_note_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_debit_note_count()", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "code", "degree": 1}, {"id": "debit_note_fusiondebitnote_action_create_debit_note", "label": ".action_create_debit_note()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_debit_note()", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "code", "degree": 3}, {"id": "debit_note_fusiondebitnote_action_view_debit_notes", "label": ".action_view_debit_notes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_debit_notes()", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "code", "degree": 2}, {"id": "debit_note_rationale_18", "label": "Extends account.move with debit note creation from invoices. A *debit note*", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends account.move with debit note creation from invoices. A *debit note*", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "rationale", "degree": 1}, {"id": "debit_note_rationale_71", "label": "Create a debit note from the current invoice. The debit note is a new i", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a debit note from the current invoice. The debit note is a new i", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "rationale", "degree": 1}, {"id": "debit_note_rationale_171", "label": "Open the list of debit notes created from this invoice.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the list of debit notes created from this invoice.", "community": 53, "community_name": "Community 53", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/debit_note.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "label": "cii_generator.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "cii_generator.py", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 8}, {"id": "cii_generator_fusionciigenerator", "label": "FusionCIIGenerator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionCIIGenerator", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 14}, {"id": "cii_generator_fusionciigenerator_generate_cii_invoice", "label": ".generate_cii_invoice()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_cii_invoice()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 9}, {"id": "cii_generator_fusionciigenerator_parse_cii_invoice", "label": ".parse_cii_invoice()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_cii_invoice()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_fusionciigenerator_embed_in_pdf", "label": ".embed_in_pdf()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".embed_in_pdf()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 3}, {"id": "cii_generator_fusionciigenerator_validate_move", "label": "._validate_move()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_move()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 3}, {"id": "cii_generator_fusionciigenerator_add_exchange_context", "label": "._add_exchange_context()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_exchange_context()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_fusionciigenerator_add_header_trade", "label": "._add_header_trade()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_header_trade()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_fusionciigenerator_add_agreement_trade", "label": "._add_agreement_trade()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_agreement_trade()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 5}, {"id": "cii_generator_fusionciigenerator_add_delivery_trade", "label": "._add_delivery_trade()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_delivery_trade()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_fusionciigenerator_add_settlement_trade", "label": "._add_settlement_trade()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_settlement_trade()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 6}, {"id": "cii_generator_fusionciigenerator_add_cii_tax", "label": "._add_cii_tax()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_cii_tax()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 7}, {"id": "cii_generator_fusionciigenerator_add_line_items", "label": "._add_line_items()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_line_items()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 8}, {"id": "cii_generator_fusionciigenerator_add_trade_party", "label": "._add_trade_party()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_trade_party()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_sub", "label": "_sub()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_sub()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 9}, {"id": "cii_generator_monetary_sub", "label": "_monetary_sub()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_monetary_sub()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 4}, {"id": "cii_generator_fmt", "label": "_fmt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_fmt()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 3}, {"id": "cii_generator_tax_category", "label": "_tax_category()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_tax_category()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 3}, {"id": "cii_generator_uom_unece", "label": "_uom_unece()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_uom_unece()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 2}, {"id": "cii_generator_xpath_text", "label": "_xpath_text()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_xpath_text()", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "code", "degree": 2}, {"id": "cii_generator_rationale_1", "label": "Fusion Accounting - Cross-Industry Invoice (CII) / Factur-X Generator & Parser", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Cross-Industry Invoice (CII) / Factur-X Generator &amp; Parser", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_90", "label": "Generates and parses UN/CEFACT Cross-Industry Invoice documents and optional", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates and parses UN/CEFACT Cross-Industry Invoice documents and optional", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_105", "label": "Build a CII XML document for a single ``account.move``. Args:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a CII XML document for a single ``account.move``. Args:", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_138", "label": "Parse a CII XML document into an invoice values dictionary. Args:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a CII XML document into an invoice values dictionary. Args:", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_266", "label": "Embed CII XML into a PDF to produce a Factur-X / ZUGFeRD file. This cre", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Embed CII XML into a PDF to produce a Factur-X / ZUGFeRD file. This cre", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_324", "label": "Ensure the move has the minimum data needed for CII export.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the move has the minimum data needed for CII export.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_332", "label": "Add ``ExchangedDocumentContext`` with the Factur-X profile.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``ExchangedDocumentContext`` with the Factur-X profile.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_342", "label": "Add ``ExchangedDocument`` with ID, type code, and issue date.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``ExchangedDocument`` with ID, type code, and issue date.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_370", "label": "Add ``ApplicableHeaderTradeAgreement`` with seller/buyer parties.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``ApplicableHeaderTradeAgreement`` with seller/buyer parties.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_391", "label": "Add ``ApplicableHeaderTradeDelivery``.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``ApplicableHeaderTradeDelivery``.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_411", "label": "Add ``ApplicableHeaderTradeSettlement`` with tax, totals, and terms.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``ApplicableHeaderTradeSettlement`` with tax, totals, and terms.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_483", "label": "Add per-tax ``ApplicableTradeTax`` elements.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add per-tax ``ApplicableTradeTax`` elements.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_528", "label": "Append ``IncludedSupplyChainTradeLineItem`` elements.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append ``IncludedSupplyChainTradeLineItem`` elements.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_619", "label": "Populate a trade party element with name, address, and tax ID.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate a trade party element with name, address, and tax ID.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 1}, {"id": "cii_generator_rationale_656", "label": "Create a sub-element, optionally setting its text content.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a sub-element, optionally setting its text content.", "community": 232, "community_name": "Community 232", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "cii_generator_rationale_664", "label": "Create a monetary amount sub-element with ``currencyID``.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a monetary amount sub-element with ``currencyID``.", "community": 233, "community_name": "Community 233", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "cii_generator_rationale_673", "label": "Format a numeric value with the given decimal precision.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Format a numeric value with the given decimal precision.", "community": 234, "community_name": "Community 234", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "cii_generator_rationale_678", "label": "Map an Odoo tax to a CII/UBL tax category code (UNCL 5305).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Map an Odoo tax to a CII/UBL tax category code (UNCL 5305).", "community": 235, "community_name": "Community 235", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "cii_generator_rationale_691", "label": "Return the UN/ECE Rec 20 unit code for the invoice line.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the UN/ECE Rec 20 unit code for the invoice line.", "community": 236, "community_name": "Community 236", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "cii_generator_rationale_713", "label": "Return the text of the first matching element, or ``None``.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the text of the first matching element, or ``None``.", "community": 237, "community_name": "Community 237", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cii_generator.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_trial_balance_report_py", "label": "account_trial_balance_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account_trial_balance_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 2}, {"id": "account_trial_balance_report_trialbalancecustomhandler", "label": "TrialBalanceCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TrialBalanceCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 9}, {"id": "account_trial_balance_report_trialbalancecustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 3}, {"id": "account_trial_balance_report_trialbalancecustomhandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 1}, {"id": "account_trial_balance_report_trialbalancecustomhandler_get_column_group_creation_data", "label": "._get_column_group_creation_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_column_group_creation_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 3}, {"id": "account_trial_balance_report_create_and_append_column_group", "label": "_create_and_append_column_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_and_append_column_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 5}, {"id": "account_trial_balance_report_trialbalancecustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 4}, {"id": "account_trial_balance_report_trialbalancecustomhandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 3}, {"id": "account_trial_balance_report_trialbalancecustomhandler_build_initial_balance_col_group", "label": "._build_initial_balance_col_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_initial_balance_col_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 4}, {"id": "account_trial_balance_report_trialbalancecustomhandler_build_end_balance_col_group", "label": "._build_end_balance_col_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_end_balance_col_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "code", "degree": 4}, {"id": "account_trial_balance_report_rationale_14", "label": "Wraps the General Ledger handler to produce a Trial Balance. The trial bala", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wraps the General Ledger handler to produce a Trial Balance. The trial bala", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_30", "label": "Delegate to the GL handler and then post-process rows to collapse debit/", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Delegate to the GL handler and then post-process rows to collapse debit/", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_149", "label": "Declare which extra column groups to add and on which side of the report", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Declare which extra column groups to add and on which side of the report", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_161", "label": "Helper: generate a new column group and append it to *side*.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper: generate a new column group and append it to *side*.", "community": 238, "community_name": "Community 238", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_trial_balance_report_rationale_182", "label": "Insert initial-balance and end-balance column groups around the standard", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Insert initial-balance and end-balance column groups around the standard", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_215", "label": "Add contrast styling to hierarchy group lines when hierarchy is enabled.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add contrast styling to hierarchy group lines when hierarchy is enabled.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_229", "label": "Create the Initial Balance column group on the left.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the Initial Balance column group on the left.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_trial_balance_report_rationale_242", "label": "Create the End Balance column group on the right. No actual SQL is run", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the End Balance column group on the right. No actual SQL is run", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_trial_balance_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "label": "account_move_external_tax.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move_external_tax.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 3}, {"id": "account_move_external_tax_fusionmoveexternaltax", "label": "FusionMoveExternalTax", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMoveExternalTax", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 10}, {"id": "account_move_external_tax_compute_fusion_use_external_tax", "label": "_compute_fusion_use_external_tax()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fusion_use_external_tax()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 2}, {"id": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "label": "._compute_external_taxes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_external_taxes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 7}, {"id": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "label": "._apply_external_tax_result()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_external_tax_result()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 5}, {"id": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "label": "._get_or_create_external_tax_record()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_or_create_external_tax_record()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 5}, {"id": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "label": "._void_external_taxes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._void_external_taxes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 6}, {"id": "account_move_external_tax_fusionmoveexternaltax_post", "label": "._post()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._post()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 10}, {"id": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": ".button_draft()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_draft()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 10}, {"id": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "label": ".action_compute_external_taxes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_compute_external_taxes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 3}, {"id": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "label": ".action_void_external_taxes()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_void_external_taxes()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "code", "degree": 3}, {"id": "account_move_external_tax_rationale_1", "label": "Fusion Accounting - Invoice External Tax Integration ===========================", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Invoice External Tax Integration ===========================", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_31", "label": "Adds external tax provider support to journal entries / invoices.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds external tax provider support to journal entries / invoices.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_84", "label": "Determine whether external tax computation is available.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether external tax computation is available.", "community": 239, "community_name": "Community 239", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_external_tax_rationale_96", "label": "Call the external tax provider and update invoice tax lines. For each i", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Call the external tax provider and update invoice tax lines. For each i", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_147", "label": "Write the external tax computation result onto the invoice. Creates or", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write the external tax computation result onto the invoice. Creates or", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_187", "label": "Find or create a placeholder ``account.tax`` for external tax lines. Th", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find or create a placeholder ``account.tax`` for external tax lines. Th", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_266", "label": "Void previously committed external tax transactions. Called when an inv", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Void previously committed external tax transactions. Called when an inv", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_314", "label": "Compute external taxes before the standard posting workflow. Invoices t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute external taxes before the standard posting workflow. Invoices t", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_332", "label": "Void external tax transactions when resetting to draft.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Void external tax transactions when resetting to draft.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_343", "label": "Manual button action to (re-)compute external taxes on the invoice.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manual button action to (re-)compute external taxes on the invoice.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_external_tax_rationale_364", "label": "Manual button action to void external taxes on the invoice.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manual button action to void external taxes on the invoice.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_external_tax.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_general_ledger_py", "label": "account_general_ledger.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account_general_ledger.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_general_ledger_generalledgercustomhandler", "label": "GeneralLedgerCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GeneralLedgerCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 18}, {"id": "account_general_ledger_generalledgercustomhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 1}, {"id": "account_general_ledger_generalledgercustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "label": "._custom_unfold_all_batch_data_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_unfold_all_batch_data_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "label": "._produce_tax_declaration_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._produce_tax_declaration_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "label": "._aggregate_account_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._aggregate_account_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_general_ledger_generalledgercustomhandler_build_summary_query", "label": "._build_summary_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_summary_query()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 9}, {"id": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "label": "._get_options_unaffected_earnings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_unaffected_earnings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "label": "._fetch_aml_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_aml_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_general_ledger_generalledgercustomhandler_build_aml_query", "label": "._build_aml_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_aml_query()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "label": "._fetch_opening_balances()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_opening_balances()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 9}, {"id": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "label": "._get_options_initial_balance()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_initial_balance()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "label": "._build_account_header_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_account_header_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 6}, {"id": "account_general_ledger_generalledgercustomhandler_get_aml_line", "label": "._get_aml_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_aml_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 5}, {"id": "account_general_ledger_build_grand_total_line", "label": "_build_grand_total_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_grand_total_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 4}, {"id": "account_general_ledger_generalledgercustomhandler_caret_option_audit_tax", "label": ".caret_option_audit_tax()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".caret_option_audit_tax()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 2}, {"id": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "label": "._report_expand_unfoldable_line_general_ledger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_general_ledger()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "code", "degree": 7}, {"id": "account_general_ledger_rationale_15", "label": "Produces the General Ledger report. Aggregates journal items by account and", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produces the General Ledger report. Aggregates journal items by account and", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_41", "label": "Strip the multi-currency column when the user lacks the group, and auto-", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Strip the multi-currency column when the user lacks the group, and auto-", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_65", "label": "Return ``[(seq, line_dict), ...]`` for every account row plus an optiona", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return ``[(seq, line_dict), ...]`` for every account row plus an optiona", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_129", "label": "Pre-load data for all accounts that need unfolding so the engine does no", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pre-load data for all accounts that need unfolding so the engine does no", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_166", "label": "Append a Tax Declaration section when viewing a single sale / purchase j", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append a Tax Declaration section when viewing a single sale / purchase j", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_222", "label": "Execute summary queries and assign unaffected-earnings. Returns ``[(acc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute summary queries and assign unaffected-earnings. Returns ``[(acc", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_288", "label": "Construct the UNION ALL query that retrieves period sums and unaffected-", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Construct the UNION ALL query that retrieves period sums and unaffected-", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_372", "label": "Return modified options for computing prior-year unaffected earnings (P&", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return modified options for computing prior-year unaffected earnings (P&amp;", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_393", "label": "Load individual move lines for the given accounts. Returns ``({account_", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Load individual move lines for the given accounts. Returns ``({account_", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_433", "label": "SQL for individual move lines within the strict period range.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SQL for individual move lines within the strict period range.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_515", "label": "Compute the opening balance per account at the start of the reporting pe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the opening balance per account at the start of the reporting pe", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_570", "label": "Derive an options dict whose date range ends just before the report's ``", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive an options dict whose date range ends just before the report&#x27;s ``", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_604", "label": "Produce the foldable account-level line.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce the foldable account-level line.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_637", "label": "Build a single move-line row under a given account header.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a single move-line row under a given account header.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "account_general_ledger_rationale_679", "label": "Build the bottom total row.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the bottom total row.", "community": 240, "community_name": "Community 240", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 0}, {"id": "account_general_ledger_rationale_702", "label": "Called when an account line is unfolded. Returns initial-balance, indiv", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Called when an account line is unfolded. Returns initial-balance, indiv", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_general_ledger.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "label": "ubl_generator.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ubl_generator.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 7}, {"id": "ubl_generator_fusionublgenerator", "label": "FusionUBLGenerator", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionUBLGenerator", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 14}, {"id": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "label": ".generate_ubl_invoice()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_ubl_invoice()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 11}, {"id": "ubl_generator_fusionublgenerator_parse_ubl_invoice", "label": ".parse_ubl_invoice()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_ubl_invoice()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 4}, {"id": "ubl_generator_fusionublgenerator_validate_move", "label": "._validate_move()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_move()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 3}, {"id": "ubl_generator_fusionublgenerator_build_root_element", "label": "._build_root_element()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_root_element()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 3}, {"id": "ubl_generator_fusionublgenerator_add_header", "label": "._add_header()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_header()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 4}, {"id": "ubl_generator_fusionublgenerator_add_supplier_party", "label": "._add_supplier_party()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_supplier_party()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 5}, {"id": "ubl_generator_fusionublgenerator_add_customer_party", "label": "._add_customer_party()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_customer_party()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 5}, {"id": "ubl_generator_fusionublgenerator_add_postal_address", "label": "._add_postal_address()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_postal_address()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 5}, {"id": "ubl_generator_fusionublgenerator_add_payment_means", "label": "._add_payment_means()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_payment_means()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 4}, {"id": "ubl_generator_fusionublgenerator_add_tax_total", "label": "._add_tax_total()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_tax_total()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 6}, {"id": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "label": "._add_legal_monetary_total()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_legal_monetary_total()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 5}, {"id": "ubl_generator_fusionublgenerator_add_invoice_lines", "label": "._add_invoice_lines()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_invoice_lines()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 7}, {"id": "ubl_generator_sub", "label": "_sub()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_sub()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 9}, {"id": "ubl_generator_fmt", "label": "_fmt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_fmt()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 4}, {"id": "ubl_generator_tax_category", "label": "_tax_category()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_tax_category()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 3}, {"id": "ubl_generator_uom_unece", "label": "_uom_unece()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_uom_unece()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 2}, {"id": "ubl_generator_xpath_text", "label": "_xpath_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_xpath_text()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "code", "degree": 2}, {"id": "ubl_generator_rationale_1", "label": "Fusion Accounting - UBL 2.1 Invoice / CreditNote Generator & Parser Generates O", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - UBL 2.1 Invoice / CreditNote Generator &amp; Parser Generates O", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_65", "label": "Generates and parses OASIS UBL 2.1 Invoice and CreditNote documents. This i", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates and parses OASIS UBL 2.1 Invoice and CreditNote documents. This i", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_80", "label": "Build a UBL 2.1 XML document for a single ``account.move``. Args:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a UBL 2.1 XML document for a single ``account.move``. Args:", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_113", "label": "Parse a UBL 2.1 Invoice or CreditNote XML into a values dict. The retur", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a UBL 2.1 Invoice or CreditNote XML into a values dict. The retur", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_208", "label": "Ensure the move has the minimum data needed for UBL export.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the move has the minimum data needed for UBL export.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_222", "label": "Create the root ``<Invoice>`` or ``<CreditNote>`` element.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the root ``&lt;Invoice&gt;`` or ``&lt;CreditNote&gt;`` element.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_235", "label": "Populate the document header (ID, dates, currency, etc.).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate the document header (ID, dates, currency, etc.).", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_268", "label": "Add ``AccountingSupplierParty`` from the company.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``AccountingSupplierParty`` from the company.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_304", "label": "Add ``AccountingCustomerParty`` from the invoice partner.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``AccountingCustomerParty`` from the invoice partner.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_341", "label": "Append a ``cac:PostalAddress`` block for the given partner.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append a ``cac:PostalAddress`` block for the given partner.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_371", "label": "Add ``PaymentMeans`` with bank account details if available.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``PaymentMeans`` with bank account details if available.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_395", "label": "Add ``TaxTotal`` with per-tax breakdown.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``TaxTotal`` with per-tax breakdown.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_452", "label": "Add ``LegalMonetaryTotal`` summarising the invoice amounts.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add ``LegalMonetaryTotal`` summarising the invoice amounts.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_484", "label": "Append one ``InvoiceLine`` / ``CreditNoteLine`` per product line.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append one ``InvoiceLine`` / ``CreditNoteLine`` per product line.", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 1}, {"id": "ubl_generator_rationale_565", "label": "Create a sub-element, optionally setting its text content.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a sub-element, optionally setting its text content.", "community": 241, "community_name": "Community 241", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 0}, {"id": "ubl_generator_rationale_573", "label": "Format a numeric value with the given decimal precision.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Format a numeric value with the given decimal precision.", "community": 242, "community_name": "Community 242", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 0}, {"id": "ubl_generator_rationale_578", "label": "Map an Odoo tax to a UBL tax category code (UNCL 5305). Standard rate -", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Map an Odoo tax to a UBL tax category code (UNCL 5305). Standard rate -", "community": 243, "community_name": "Community 243", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 0}, {"id": "ubl_generator_rationale_594", "label": "Return the UN/ECE Rec 20 unit code for the invoice line. Falls back to", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the UN/ECE Rec 20 unit code for the invoice line. Falls back to", "community": 244, "community_name": "Community 244", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 0}, {"id": "ubl_generator_rationale_631", "label": "Return the text of the first matching element, or ``None``.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the text of the first matching element, or ``None``.", "community": 245, "community_name": "Community 245", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ubl_generator.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "label": "fiscal_category.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "fiscal_category.py", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 6}, {"id": "fiscal_category_fusionfiscalcategory", "label": "FusionFiscalCategory", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFiscalCategory", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 2}, {"id": "fiscal_category_compute_account_count", "label": "_compute_account_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_account_count()", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 1}, {"id": "fiscal_category_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 1}, {"id": "fiscal_category_check_parent_recursion", "label": "_check_parent_recursion()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_parent_recursion()", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 1}, {"id": "fiscal_category_check_account_company", "label": "_check_account_company()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_account_company()", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "code", "degree": 1}, {"id": "fiscal_category_rationale_1", "label": "Fusion Accounting - Fiscal Categories Provides a classification system for grou", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Fiscal Categories Provides a classification system for grou", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 1}, {"id": "fiscal_category_rationale_18", "label": "A fiscal reporting category that groups one or more GL accounts. Each categ", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A fiscal reporting category that groups one or more GL accounts. Each categ", "community": 54, "community_name": "Community 54", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 1}, {"id": "fiscal_category_rationale_124", "label": "Count the number of accounts linked to each category.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count the number of accounts linked to each category.", "community": 246, "community_name": "Community 246", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 0}, {"id": "fiscal_category_rationale_130", "label": "Build a display name combining code and name for clarity.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a display name combining code and name for clarity.", "community": 247, "community_name": "Community 247", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 0}, {"id": "fiscal_category_rationale_142", "label": "Prevent circular parent-child references.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prevent circular parent-child references.", "community": 248, "community_name": "Community 248", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 0}, {"id": "fiscal_category_rationale_151", "label": "Ensure all linked accounts belong to the same company.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure all linked accounts belong to the same company.", "community": 249, "community_name": "Community 249", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/fiscal_category.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ir_ui_menu_py", "label": "ir_ui_menu.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_ui_menu.py", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_ui_menu.py", "file_type": "code", "degree": 1}, {"id": "ir_ui_menu_fusioniruimenu", "label": "FusionIrUiMenu", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionIrUiMenu", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_ui_menu.py", "file_type": "code", "degree": 3}, {"id": "ir_ui_menu_fusioniruimenu_visible_menu_ids", "label": "._visible_menu_ids()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._visible_menu_ids()", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_ui_menu.py", "file_type": "code", "degree": 2}, {"id": "ir_ui_menu_rationale_8", "label": "Controls visibility of advanced accounting menus so they are only shown to u", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Controls visibility of advanced accounting menus so they are only shown to u", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_ui_menu.py", "file_type": "rationale", "degree": 1}, {"id": "ir_ui_menu_rationale_14", "label": "Filter out specialised accounting menus for users lacking the ``account.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Filter out specialised accounting menus for users lacking the ``account.", "community": 66, "community_name": "Community 66", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_ui_menu.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_account_py", "label": "account_account.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_account.py", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "code", "degree": 3}, {"id": "account_account_fusionaccountaccount", "label": "FusionAccountAccount", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountAccount", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "code", "degree": 3}, {"id": "account_account_compute_asset_creation_eligible", "label": "_compute_asset_creation_eligible()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_asset_creation_eligible()", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "code", "degree": 1}, {"id": "account_account_onchange_reset_multiple_assets", "label": "_onchange_reset_multiple_assets()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_reset_multiple_assets()", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "code", "degree": 1}, {"id": "account_account_fusionaccountaccount_action_open_reconcile", "label": ".action_open_reconcile()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_reconcile()", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "code", "degree": 2}, {"id": "account_account_rationale_10", "label": "Augments the standard chart of accounts with asset management and reconcilia", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Augments the standard chart of accounts with asset management and reconcilia", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "rationale", "degree": 1}, {"id": "account_account_rationale_61", "label": "Determine whether the account type supports automatic asset creation and", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether the account type supports automatic asset creation and", "community": 250, "community_name": "Community 250", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "rationale", "degree": 0}, {"id": "account_account_rationale_71", "label": "Disable per-line asset splitting when asset creation is turned off.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Disable per-line asset splitting when asset creation is turned off.", "community": 251, "community_name": "Community 251", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "rationale", "degree": 0}, {"id": "account_account_rationale_78", "label": "Navigate to unreconciled journal items filtered by this account.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to unreconciled journal items filtered by this account.", "community": 58, "community_name": "Community 58", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_account.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "label": "avatax_provider.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "avatax_provider.py", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 5}, {"id": "avatax_provider_fusionavataxprovider", "label": "FusionAvaTaxProvider", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAvaTaxProvider", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 17}, {"id": "avatax_provider_get_provider_type_selection", "label": "_get_provider_type_selection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_provider_type_selection()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 1}, {"id": "avatax_provider_fusionavataxprovider_init_provider_type", "label": "._init_provider_type()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_provider_type()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 2}, {"id": "avatax_provider_create", "label": "create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 1}, {"id": "avatax_provider_fusionavataxprovider_write", "label": ".write()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_avatax_get_api_url", "label": "._avatax_get_api_url()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_get_api_url()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_avatax_get_auth_header", "label": "._avatax_get_auth_header()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_get_auth_header()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_avatax_request", "label": "._avatax_request()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_request()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 9}, {"id": "avatax_provider_fusionavataxprovider_avatax_handle_error", "label": "._avatax_handle_error()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_handle_error()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_calculate_tax", "label": ".calculate_tax()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculate_tax()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 6}, {"id": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "label": "._avatax_build_transaction_payload()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_build_transaction_payload()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 5}, {"id": "avatax_provider_fusionavataxprovider_avatax_build_address", "label": "._avatax_build_address()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_build_address()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_avatax_get_product_tax_code", "label": "._avatax_get_product_tax_code()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_get_product_tax_code()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_avatax_parse_transaction_result", "label": "._avatax_parse_transaction_result()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._avatax_parse_transaction_result()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_fusionavataxprovider_void_transaction", "label": ".void_transaction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".void_transaction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 4}, {"id": "avatax_provider_fusionavataxprovider_validate_address", "label": ".validate_address()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_address()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 4}, {"id": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "label": ".action_validate_partner_address()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_validate_partner_address()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 5}, {"id": "avatax_provider_fusionavataxprovider_test_connection", "label": ".test_connection()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".test_connection()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 3}, {"id": "avatax_provider_onchange_avatax_environment", "label": "_onchange_avatax_environment()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_avatax_environment()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "code", "degree": 1}, {"id": "avatax_provider_rationale_1", "label": "Fusion Accounting - Avalara AvaTax Provider ====================================", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Avalara AvaTax Provider ====================================", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_57", "label": "Avalara AvaTax integration for automated tax calculation. Extends :class:`f", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Avalara AvaTax integration for automated tax calculation. Extends :class:`f", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_120", "label": "Add 'avatax' to the provider type selection list.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add &#x27;avatax&#x27; to the provider type selection list.", "community": 252, "community_name": "Community 252", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 0}, {"id": "avatax_provider_rationale_124", "label": "Dynamically extend provider_type selection for AvaTax.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dynamically extend provider_type selection for AvaTax.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_133", "label": "Set provider code and API URL for AvaTax records automatically.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set provider code and API URL for AvaTax records automatically.", "community": 253, "community_name": "Community 253", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 0}, {"id": "avatax_provider_rationale_142", "label": "Keep the API URL in sync when the environment changes.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Keep the API URL in sync when the environment changes.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_153", "label": "Return the base API URL for the configured environment. :returns: Base", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the base API URL for the configured environment. :returns: Base", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_161", "label": "Build the HTTP Basic authentication header. AvaTax authenticates via ``", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the HTTP Basic authentication header. AvaTax authenticates via ``", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_180", "label": "Execute an authenticated request against the AvaTax REST API v2. :param", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute an authenticated request against the AvaTax REST API v2. :param", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_246", "label": "Parse and raise a descriptive error from an AvaTax API response. :param", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse and raise a descriptive error from an AvaTax API response. :param", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_279", "label": "Compute tax via AvaTax CreateTransaction API. Builds a ``CreateTransact", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute tax via AvaTax CreateTransaction API. Builds a ``CreateTransact", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_307", "label": "Construct the CreateTransactionModel JSON body. Maps invoice data to th", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Construct the CreateTransactionModel JSON body. Maps invoice data to th", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_372", "label": "Convert a partner record to an AvaTax address dict. :param partner: ``r", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a partner record to an AvaTax address dict. :param partner: ``r", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_387", "label": "Resolve the AvaTax tax code for a given product. Checks (in order):", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve the AvaTax tax code for a given product. Checks (in order):", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_409", "label": "Parse the AvaTax CreateTransaction response into a normalised format. :", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the AvaTax CreateTransaction response into a normalised format. :", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_455", "label": "Void a committed transaction in AvaTax. Uses the VoidTransaction API en", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Void a committed transaction in AvaTax. Uses the VoidTransaction API en", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_485", "label": "Validate and normalise a partner address via the AvaTax address resoluti", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and normalise a partner address via the AvaTax address resoluti", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_536", "label": "Wizard action: validate the address of a selected partner.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard action: validate the address of a selected partner.", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_595", "label": "Ping the AvaTax API to verify credentials and connectivity. Calls ``GET", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Ping the AvaTax API to verify credentials and connectivity. Calls ``GET", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 1}, {"id": "avatax_provider_rationale_621", "label": "Update the API URL when the environment selection changes.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update the API URL when the environment selection changes.", "community": 254, "community_name": "Community 254", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/avatax_provider.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "label": "loan.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loan.py", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 10}, {"id": "loan_fusionloan", "label": "FusionLoan", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionLoan", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 10}, {"id": "loan_compute_totals", "label": "_compute_totals()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_totals()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_compute_entries_count", "label": "_compute_entries_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_entries_count()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_check_principal_amount", "label": "_check_principal_amount()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_principal_amount()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_check_interest_rate", "label": "_check_interest_rate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_interest_rate()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_check_loan_term", "label": "_check_loan_term()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_loan_term()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_check_term_frequency", "label": "_check_term_frequency()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_term_frequency()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 1}, {"id": "loan_create", "label": "create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 4}, {"id": "loan_fusionloan_compute_amortization_schedule", "label": ".compute_amortization_schedule()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".compute_amortization_schedule()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 5}, {"id": "loan_fusionloan_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": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 3}, {"id": "loan_fusionloan_create_disbursement_entry", "label": "._create_disbursement_entry()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_disbursement_entry()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 5}, {"id": "loan_fusionloan_generate_entries", "label": ".generate_entries()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_entries()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 4}, {"id": "loan_fusionloan_action_pay_early", "label": ".action_pay_early()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_pay_early()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 5}, {"id": "loan_fusionloan_action_cancel", "label": ".action_cancel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 4}, {"id": "loan_fusionloan_action_reset_to_draft", "label": ".action_reset_to_draft()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_to_draft()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 2}, {"id": "loan_fusionloan_action_view_entries", "label": ".action_view_entries()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_entries()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 2}, {"id": "loan_cron_generate_loan_entries", "label": "_cron_generate_loan_entries()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_generate_loan_entries()", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "code", "degree": 3}, {"id": "loan_rationale_1", "label": "Fusion Accounting - Loan Management Provides loan tracking with amortization sc", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Loan Management Provides loan tracking with amortization sc", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_28", "label": "Manages loans (received or granted), their amortization schedules, and the a", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages loans (received or granted), their amortization schedules, and the a", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_229", "label": "Recompute all summary figures from the amortization lines.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recompute all summary figures from the amortization lines.", "community": 255, "community_name": "Community 255", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 0}, {"id": "loan_rationale_272", "label": "Ensure the loan term is divisible by the payment period.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the loan term is divisible by the payment period.", "community": 256, "community_name": "Community 256", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 0}, {"id": "loan_rationale_285", "label": "Assign sequence reference on creation.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign sequence reference on creation.", "community": 257, "community_name": "Community 257", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 0}, {"id": "loan_rationale_296", "label": "Generate (or regenerate) the full amortization schedule. For **French**", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate (or regenerate) the full amortization schedule. For **French**", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_397", "label": "Confirm the loan: move it to *running* state and generate the disburseme", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Confirm the loan: move it to *running* state and generate the disburseme", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_410", "label": "Create the initial journal entry recording the loan receipt.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the initial journal entry recording the loan receipt.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_438", "label": "Create journal entries for all unpaid installments whose due date is on", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create journal entries for all unpaid installments whose due date is on", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_456", "label": "Open a confirmation dialog for early repayment of the remaining balance", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a confirmation dialog for early repayment of the remaining balance", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_512", "label": "Cancel the loan and reverse all posted journal entries.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the loan and reverse all posted journal entries.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_538", "label": "Allow a cancelled loan to be set back to draft for corrections.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Allow a cancelled loan to be set back to draft for corrections.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_547", "label": "Open a list view of all journal entries linked to this loan.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a list view of all journal entries linked to this loan.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 1}, {"id": "loan_rationale_562", "label": "Scheduled action: generate journal entries for all running loans with in", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Scheduled action: generate journal entries for all running loans with in", "community": 258, "community_name": "Community 258", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/loan.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "label": "followup.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "followup.py", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 5}, {"id": "followup_fusionfollowuplevel", "label": "FusionFollowupLevel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupLevel", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 3}, {"id": "followup_fusionfollowuplevel_get_next_level", "label": "._get_next_level()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_next_level()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 6}, {"id": "followup_fusionfollowupline", "label": "FusionFollowupLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFollowupLine", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 5}, {"id": "followup_compute_next_followup_date", "label": "_compute_next_followup_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_next_followup_date()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 2}, {"id": "followup_compute_overdue_values", "label": "_compute_overdue_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_overdue_values()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 5}, {"id": "followup_compute_followup_status", "label": "_compute_followup_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_followup_status()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 2}, {"id": "followup_fusionfollowupline_compute_followup_status", "label": ".compute_followup_status()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".compute_followup_status()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 6}, {"id": "followup_fusionfollowupline_execute_followup", "label": ".execute_followup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_followup()", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 6}, {"id": "followup_fusionfollowupline_get_invoice_attachments", "label": "._get_invoice_attachments()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_invoice_attachments()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "code", "degree": 6}, {"id": "followup_rationale_10", "label": "Defines escalation levels for payment follow-up reminders. Each level repre", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Defines escalation levels for payment follow-up reminders. Each level repre", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_100", "label": "Return the follow-up level that comes after this one. :returns: A ``fus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the follow-up level that comes after this one. :returns: A ``fus", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_112", "label": "Tracks the follow-up state for a specific partner. Each record links a part", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tracks the follow-up state for a specific partner. Each record links a part", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_207", "label": "Calculate the next follow-up date based on the current level delay. If", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the next follow-up date based on the current level delay. If", "community": 259, "community_name": "Community 259", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 0}, {"id": "followup_rationale_231", "label": "Compute overdue totals from the partner's unpaid receivable move lines.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute overdue totals from the partner&#x27;s unpaid receivable move lines.", "community": 260, "community_name": "Community 260", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 0}, {"id": "followup_rationale_248", "label": "Determine the follow-up status for each tracking record. * **in_need**", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the follow-up status for each tracking record. * **in_need**", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_270", "label": "Manually recompute overdue values and status. Useful for the UI refresh", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manually recompute overdue values and status. Useful for the UI refresh", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_279", "label": "Execute the follow-up action for the current level. Sends emails and/or", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the follow-up action for the current level. Sends emails and/or", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "followup_rationale_339", "label": "Generate PDF attachments for the partner's open invoices. :param partne", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate PDF attachments for the partner&#x27;s open invoices. :param partne", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/followup.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_payment_py", "label": "account_payment.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_payment.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "code", "degree": 1}, {"id": "account_payment_fusionaccountpayment", "label": "FusionAccountPayment", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountPayment", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "code", "degree": 4}, {"id": "account_payment_fusionaccountpayment_action_open_manual_reconciliation_widget", "label": ".action_open_manual_reconciliation_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_manual_reconciliation_widget()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "code", "degree": 2}, {"id": "account_payment_fusionaccountpayment_button_open_statement_lines", "label": ".button_open_statement_lines()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".button_open_statement_lines()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "code", "degree": 3}, {"id": "account_payment_rationale_10", "label": "Augments payments with manual reconciliation and the ability to navigate to", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Augments payments with manual reconciliation and the ability to navigate to", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "rationale", "degree": 1}, {"id": "account_payment_rationale_16", "label": "Open the manual reconciliation view, optionally filtered by the payment'", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the manual reconciliation view, optionally filtered by the payment&#x27;", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "rationale", "degree": 1}, {"id": "account_payment_rationale_36", "label": "Navigate to the bank reconciliation widget showing only the statement li", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to the bank reconciliation widget showing only the statement li", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_payment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_line_py", "label": "account_reconcile_model_line.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reconcile_model_line.py", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 1}, {"id": "account_reconcile_model_line_reconcilemodelline", "label": "ReconcileModelLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReconcileModelLine", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 9}, {"id": "account_reconcile_model_line_reconcilemodelline_resolve_taxes_for_partner", "label": "._resolve_taxes_for_partner()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_taxes_for_partner()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "label": "._prepare_aml_vals()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_aml_vals()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 5}, {"id": "account_reconcile_model_line_reconcilemodelline_compute_manual_amount", "label": "._compute_manual_amount()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_manual_amount()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "label": "._apply_in_manual_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_in_manual_widget()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 5}, {"id": "account_reconcile_model_line_reconcilemodelline_extract_regex_amount", "label": "._extract_regex_amount()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_regex_amount()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 4}, {"id": "account_reconcile_model_line_reconcilemodelline_compute_percentage_st_line_amount", "label": "._compute_percentage_st_line_amount()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_percentage_st_line_amount()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 3}, {"id": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "._apply_in_bank_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_in_bank_widget()", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "code", "degree": 7}, {"id": "account_reconcile_model_line_rationale_9", "label": "Extends reconciliation model lines with methods for computing journal item v", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends reconciliation model lines with methods for computing journal item v", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_19", "label": "Return the tax recordset that should be applied, taking fiscal position", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the tax recordset that should be applied, taking fiscal position", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_30", "label": "Build a base dictionary of account.move.line values derived from this re", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a base dictionary of account.move.line values derived from this re", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_64", "label": "Derive the line amount for manual reconciliation based on the configured", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive the line amount for manual reconciliation based on the configured", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_84", "label": "Produce move-line values for the manual reconciliation widget. The ``jo", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce move-line values for the manual reconciliation widget. The ``jo", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_116", "label": "Try to extract a numeric amount from *payment_ref* using the regex patte", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Try to extract a numeric amount from *payment_ref* using the regex patte", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_137", "label": "Calculate the move-line amount and currency when the amount type is ``pe", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the move-line amount and currency when the amount type is ``pe", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "account_reconcile_model_line_rationale_164", "label": "Produce move-line values for the bank reconciliation widget. Handles th", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produce move-line values for the bank reconciliation widget. Handles th", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_reconcile_model_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_dashboard_py", "label": "account_journal_dashboard.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_journal_dashboard.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 1}, {"id": "account_journal_dashboard_accountjournal", "label": "AccountJournal", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountJournal", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 9}, {"id": "account_journal_dashboard_accountjournal_action_open_reconcile", "label": ".action_open_reconcile()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_reconcile()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_action_open_to_check", "label": ".action_open_to_check()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_to_check()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "label": ".action_open_bank_transactions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_bank_transactions()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "label": ".action_open_reconcile_statement()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_reconcile_statement()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_open_action", "label": ".open_action()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_action()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "label": "._fill_general_dashboard_data()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._fill_general_dashboard_data()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 3}, {"id": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "label": ".action_open_bank_balance_in_gl()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_bank_balance_in_gl()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "code", "degree": 2}, {"id": "account_journal_dashboard_rationale_10", "label": "Extends account.journal to add bank reconciliation dashboard actions. Provi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends account.journal to add bank reconciliation dashboard actions. Provi", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_24", "label": "Open the appropriate reconciliation view for this journal. For liquidit", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the appropriate reconciliation view for this journal. For liquidit", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_55", "label": "Open bank reconciliation showing only items flagged for review. Navigat", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open bank reconciliation showing only items flagged for review. Navigat", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_77", "label": "Open a flat list of all bank transactions for this journal. Unlike the", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a flat list of all bank transactions for this journal. Unlike the", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_99", "label": "Open bank reconciliation for a single statement. The target statement i", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open bank reconciliation for a single statement. The target statement i", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_122", "label": "Route the dashboard click to the bank reconciliation widget. When the u", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Route the dashboard click to the bank reconciliation widget. When the u", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_160", "label": "Augment general-journal dashboard data with tax periodicity flag. For j", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Augment general-journal dashboard data with tax periodicity flag. For j", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "account_journal_dashboard_rationale_183", "label": "Open the General Ledger report pre-filtered to this journal's bank account.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the General Ledger report pre-filtered to this journal&#x27;s bank account.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_dashboard.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_company_py", "label": "res_company.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 3}, {"id": "res_company_rescompany", "label": "ResCompany", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ResCompany", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_company.py", "file_type": "code", "degree": 19}, {"id": "res_company_rescompany_write", "label": ".write()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 11}, {"id": "res_company_rescompany_compute_fiscalyear_dates", "label": ".compute_fiscalyear_dates()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".compute_fiscalyear_dates()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 15}, {"id": "res_company_rescompany_get_unreconciled_statement_lines_redirect_action", "label": "._get_unreconciled_statement_lines_redirect_action()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_unreconciled_statement_lines_redirect_action()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 3}, {"id": "res_company_compute_account_display_representative_field", "label": "_compute_account_display_representative_field()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_account_display_representative_field()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 2}, {"id": "res_company_rescompany_get_countries_allowing_tax_representative", "label": "._get_countries_allowing_tax_representative()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_countries_allowing_tax_representative()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 3}, {"id": "res_company_rescompany_get_default_misc_journal", "label": "._get_default_misc_journal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_misc_journal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 5}, {"id": "res_company_rescompany_get_tax_closing_journal", "label": "._get_tax_closing_journal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_journal()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 8}, {"id": "res_company_create", "label": "create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 3}, {"id": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "._get_and_update_tax_closing_moves()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_and_update_tax_closing_moves()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 16}, {"id": "res_company_rescompany_get_tax_closing_report_display_name", "label": "._get_tax_closing_report_display_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_report_display_name()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 4}, {"id": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "._generate_tax_closing_reminder_activity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_tax_closing_reminder_activity()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 13}, {"id": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "._get_tax_closing_reminder_activity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_reminder_activity()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 7}, {"id": "res_company_rescompany_get_tax_closing_move_description", "label": "._get_tax_closing_move_description()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_move_description()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 7}, {"id": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "._get_tax_closing_period_boundaries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_period_boundaries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 16}, {"id": "res_company_rescompany_get_available_tax_unit", "label": "._get_available_tax_unit()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_available_tax_unit()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 5}, {"id": "res_company_rescompany_get_tax_periodicity", "label": "._get_tax_periodicity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_periodicity()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 8}, {"id": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "._get_tax_closing_start_date_attributes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_closing_start_date_attributes()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 7}, {"id": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "._get_tax_periodicity_months_delay()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_periodicity_months_delay()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 8}, {"id": "res_company_rescompany_get_branches_with_same_vat", "label": "._get_branches_with_same_vat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_branches_with_same_vat()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "code", "degree": 7}, {"id": "res_company_rationale_203", "label": "Handle the invoicing switch threshold by toggling move states between 'p", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle the invoicing switch threshold by toggling move states between &#x27;p", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_292", "label": "Determine the fiscal year boundaries containing the given date. :param", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the fiscal year boundaries containing the given date. :param", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_349", "label": "Override to open the bank reconciliation widget for unreconciled stateme", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to open the bank reconciliation widget for unreconciled stateme", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_362", "label": "Show the representative field only for countries that support it.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show the representative field only for countries that support it.", "community": 261, "community_name": "Community 261", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 0}, {"id": "res_company_rationale_370", "label": "Hook for localization modules to declare countries that support tax repr", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook for localization modules to declare countries that support tax repr", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_382", "label": "Retrieve a general-type journal as the default for tax closings.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve a general-type journal as the default for tax closings.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_389", "label": "Return the configured tax closing journal, falling back to the default m", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the configured tax closing journal, falling back to the default m", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_405", "label": "Initialize onboardings for newly created companies.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize onboardings for newly created companies.", "community": 262, "community_name": "Community 262", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 0}, {"id": "res_company_rationale_411", "label": "Regenerate tax closing reminders and moves when periodicity or journal s", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Regenerate tax closing reminders and moves when periodicity or journal s", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_507", "label": "Find or create draft tax closing moves for the given period. :param in_", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find or create draft tax closing moves for the given period. :param in_", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_606", "label": "Return a human-readable name for the tax closing report.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a human-readable name for the tax closing report.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_624", "label": "Create a reminder activity on the tax closing journal.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a reminder activity on the tax closing journal.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_689", "label": "Search for an existing tax closing reminder activity.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Search for an existing tax closing reminder activity.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_713", "label": "Generate a human-readable description of the tax period.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a human-readable description of the tax period.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_775", "label": "Calculate the start and end dates of the tax period containing the given", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the start and end dates of the tax period containing the given", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_811", "label": "Find a tax unit applicable to this company and report country. :return:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find a tax unit applicable to this company and report country. :return:", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_822", "label": "Return the tax periodicity, respecting tax unit configuration.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the tax periodicity, respecting tax unit configuration.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_834", "label": "Return (day, month) for the tax closing start date. :return: Tuple of (", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (day, month) for the tax closing start date. :return: Tuple of (", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_857", "label": "Convert the periodicity selection to a number of months. :return: Integ", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert the periodicity selection to a number of months. :return: Integ", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "res_company_rationale_877", "label": "Identify all companies in the branch hierarchy that share the same effec", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Identify all companies in the branch hierarchy that share the same effec", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_company.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_currency_py", "label": "res_currency.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_currency.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_currency.py", "file_type": "code", "degree": 1}, {"id": "res_currency_fusionrescurrency", "label": "FusionResCurrency", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionResCurrency", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_currency.py", "file_type": "code", "degree": 3}, {"id": "res_currency_fusionrescurrency_get_currency_table_fiscal_year_bounds", "label": "._get_currency_table_fiscal_year_bounds()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_currency_table_fiscal_year_bounds()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_currency.py", "file_type": "code", "degree": 3}, {"id": "res_currency_rationale_8", "label": "Extends the currency rate table generation to honour manually defined fiscal", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the currency rate table generation to honour manually defined fiscal", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_currency.py", "file_type": "rationale", "degree": 1}, {"id": "res_currency_rationale_14", "label": "Merge automatically computed fiscal-year boundaries with any manually de", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Merge automatically computed fiscal-year boundaries with any manually de", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_currency.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "label": "bank_statement_import_ofx.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_import_ofx.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 12}, {"id": "bank_statement_import_ofx_fusionofxparser", "label": "FusionOFXParser", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionOFXParser", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 20}, {"id": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "label": ".parse_ofx()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_ofx()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 8}, {"id": "bank_statement_import_ofx_to_text", "label": "_to_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_text()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_ofx_is_ofx_v2", "label": "_is_ofx_v2()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_is_ofx_v2()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_ofx_fusionofxparser_parse_xml", "label": "._parse_xml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_xml()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_fusionofxparser_parse_sgml", "label": "._parse_sgml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_sgml()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_xml_escape", "label": "_xml_escape()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_xml_escape()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 1}, {"id": "bank_statement_import_ofx_fusionofxparser_extract_statements", "label": "._extract_statements()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_statements()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 5}, {"id": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "label": "._extract_single_statement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_single_statement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 9}, {"id": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "label": "._extract_transaction()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_transaction()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_ofx_find_all", "label": "_find_all()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_all()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_find_first", "label": "_find_first()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_first()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_find_text", "label": "_find_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_text()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_ofx_parse_ofx_date", "label": "_parse_ofx_date()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_ofx_date()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_safe_float", "label": "_safe_float()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_safe_float()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_ofx_fusionjournalofximport", "label": "FusionJournalOFXImport", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionJournalOFXImport", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_ofx_fusionjournalofximport_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_statements_available_import_formats()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "label": "._parse_bank_statement_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_bank_statement_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_ofx_is_ofx_file", "label": "_is_ofx_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_is_ofx_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_ofx_rationale_17", "label": "Standalone parser for OFX (Open Financial Exchange) files. Supports both OF", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Standalone parser for OFX (Open Financial Exchange) files. Supports both OF", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_52", "label": "Parse an OFX file (bytes or str) and return a list of statement dicts co", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an OFX file (bytes or str) and return a list of statement dicts co", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_88", "label": "Ensure *data_file* is a string, decoding bytes if necessary.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure *data_file* is a string, decoding bytes if necessary.", "community": 263, "community_name": "Community 263", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_100", "label": "Return True when *text* looks like OFX v2 (XML) rather than SGML-based v", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True when *text* looks like OFX v2 (XML) rather than SGML-based v", "community": 264, "community_name": "Community 264", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_111", "label": "Parse well-formed OFX v2 XML and return the root Element.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse well-formed OFX v2 XML and return the root Element.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_124", "label": "Convert an OFX v1 SGML document into well-formed XML and return the root", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert an OFX v1 SGML document into well-formed XML and return the root", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_207", "label": "Escape XML-special characters in *text*.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Escape XML-special characters in *text*.", "community": 265, "community_name": "Community 265", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_221", "label": "Walk the parsed OFX element tree and collect statement data. Supports `", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Walk the parsed OFX element tree and collect statement data. Supports `", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_245", "label": "Extract one statement from a ``<STMTRS>`` or ``<CCSTMTRS>`` element.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract one statement from a ``&lt;STMTRS&gt;`` or ``&lt;CCSTMTRS&gt;`` element.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_307", "label": "Extract a single transaction from a ``<STMTTRN>`` element.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract a single transaction from a ``&lt;STMTTRN&gt;`` element.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_343", "label": "Find all descendant elements whose tag matches *tag* (case-insensitive).", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find all descendant elements whose tag matches *tag* (case-insensitive).", "community": 266, "community_name": "Community 266", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_350", "label": "Return the first descendant matching *tag* (case-insensitive) or ``None`", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the first descendant matching *tag* (case-insensitive) or ``None`", "community": 267, "community_name": "Community 267", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_360", "label": "Return stripped text content of the first descendant matching *tag*, or", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return stripped text content of the first descendant matching *tag*, or", "community": 268, "community_name": "Community 268", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_373", "label": "Parse an OFX date string (``YYYYMMDD\u2026``) into a Python date.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an OFX date string (``YYYYMMDD\u2026``) into a Python date.", "community": 269, "community_name": "Community 269", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_393", "label": "Convert *value* to float, returning 0.0 for empty / invalid.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert *value* to float, returning 0.0 for empty / invalid.", "community": 270, "community_name": "Community 270", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_ofx_rationale_403", "label": "Register OFX as an available bank-statement import format and implement the", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Register OFX as an available bank-statement import format and implement the", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_410", "label": "Append OFX to the list of importable formats.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append OFX to the list of importable formats.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_417", "label": "Attempt to parse *attachment* as OFX. Falls through to ``super()`` when", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to parse *attachment* as OFX. Falls through to ``super()`` when", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_ofx_rationale_446", "label": "Heuristic check: does *raw_data* look like an OFX file?", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Heuristic check: does *raw_data* look like an OFX file?", "community": 271, "community_name": "Community 271", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_ofx.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "label": "sepa_credit_transfer.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "sepa_credit_transfer.py", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 5}, {"id": "sepa_credit_transfer_sanitise_text", "label": "_sanitise_text()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_sanitise_text()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 4}, {"id": "sepa_credit_transfer_validate_iban", "label": "_validate_iban()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_iban()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 4}, {"id": "sepa_credit_transfer_validate_bic", "label": "_validate_bic()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_bic()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 3}, {"id": "sepa_credit_transfer_fusionsepacredittransfer", "label": "FusionSEPACreditTransfer", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionSEPACreditTransfer", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 5}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": ".generate_pain_001()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_pain_001()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 7}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "label": "._pain001_message_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._pain001_message_id()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 3}, {"id": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "._add_pain001_transaction()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_pain001_transaction()", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "code", "degree": 5}, {"id": "sepa_credit_transfer_rationale_1", "label": "Fusion Accounting - SEPA Credit Transfer (pain.001) Generates ISO 20022 ``pain.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - SEPA Credit Transfer (pain.001) Generates ISO 20022 ``pain.", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_34", "label": "Remove characters not allowed in SEPA XML text fields. The SEPA character s", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove characters not allowed in SEPA XML text fields. The SEPA character s", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_52", "label": "Validate an IBAN string (basic structural check). :param str iban: The IBAN", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate an IBAN string (basic structural check). :param str iban: The IBAN", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_71", "label": "Validate a BIC / SWIFT code. :param str bic: The BIC to validate. :rais", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a BIC / SWIFT code. :param str bic: The BIC to validate. :rais", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_90", "label": "Provides SEPA Credit Transfer XML generation (pain.001.001.03). This model", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Provides SEPA Credit Transfer XML generation (pain.001.001.03). This model", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_117", "label": "Build an ISO 20022 pain.001.001.03 XML for SEPA Credit Transfers. :para", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build an ISO 20022 pain.001.001.03 XML for SEPA Credit Transfers. :para", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_199", "label": "Generate a unique message identifier for the pain.001 file. Uses a hash", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a unique message identifier for the pain.001 file. Uses a hash", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "sepa_credit_transfer_rationale_213", "label": "Append a ``CdtTrfTxInf`` element for a single payment. :param pmt_inf:", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append a ``CdtTrfTxInf`` element for a single payment. :param pmt_inf:", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/sepa_credit_transfer.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_multicurrency_revaluation_report_py", "label": "account_multicurrency_revaluation_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_multicurrency_revaluation_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 1}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "label": "FusionMulticurrencyRevaluationHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMulticurrencyRevaluationHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 14}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 1}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 2}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 1}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 3}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_groupby_line_completer", "label": "._custom_groupby_line_completer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_groupby_line_completer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 2}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_revaluation_wizard", "label": ".action_multi_currency_revaluation_open_revaluation_wizard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_multi_currency_revaluation_open_revaluation_wizard()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 1}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_general_ledger", "label": ".action_multi_currency_revaluation_open_general_ledger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_multi_currency_revaluation_open_general_ledger()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 4}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_toggle_provision", "label": ".action_multi_currency_revaluation_toggle_provision()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_multi_currency_revaluation_toggle_provision()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 3}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_currency_rates", "label": ".action_multi_currency_revaluation_open_currency_rates()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_multi_currency_revaluation_open_currency_rates()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 2}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_to_adjust", "label": "._report_custom_engine_multi_currency_revaluation_to_adjust()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_multi_currency_revaluation_to_adjust()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 2}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_excluded", "label": "._report_custom_engine_multi_currency_revaluation_excluded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_multi_currency_revaluation_excluded()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 2}, {"id": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "label": "._revaluation_custom_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._revaluation_custom_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "code", "degree": 6}, {"id": "account_multicurrency_revaluation_report_rationale_12", "label": "Manages unrealised gains and losses arising from fluctuating exchange rates.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages unrealised gains and losses arising from fluctuating exchange rates.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_multicurrency_revaluation_report_rationale_167", "label": "Toggle inclusion/exclusion of an account from the provision.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Toggle inclusion/exclusion of an account from the provision.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_multicurrency_revaluation_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_tax_python_py", "label": "tax_python.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tax_python.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 3}, {"id": "tax_python_fusiontaxpython", "label": "FusionTaxPython", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionTaxPython", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 5}, {"id": "tax_python_check_python_compute", "label": "_check_python_compute()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_python_compute()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 1}, {"id": "tax_python_fusiontaxpython_compute_tax_python", "label": "._compute_tax_python()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_tax_python()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 4}, {"id": "tax_python_fusiontaxpython_check_python_applicable", "label": "._check_python_applicable()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_python_applicable()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 3}, {"id": "tax_python_fusiontaxpython_get_tax_totals", "label": "._get_tax_totals()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_tax_totals()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "code", "degree": 4}, {"id": "tax_python_rationale_1", "label": "Fusion Accounting - Python Tax Code Engine =====================================", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Python Tax Code Engine =====================================", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 1}, {"id": "tax_python_rationale_48", "label": "Adds a *Python Code* computation mode to the tax engine. When ``amount_type", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds a *Python Code* computation mode to the tax engine. When ``amount_type", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 1}, {"id": "tax_python_rationale_97", "label": "Validate that Python-type taxes have non-empty compute code.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that Python-type taxes have non-empty compute code.", "community": 272, "community_name": "Community 272", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 0}, {"id": "tax_python_rationale_111", "label": "Execute the Python tax code and return the computed amount. The code is", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the Python tax code and return the computed amount. The code is", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 1}, {"id": "tax_python_rationale_202", "label": "Evaluate the applicability code to determine if this tax applies. If no", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate the applicability code to determine if this tax applies. If no", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 1}, {"id": "tax_python_rationale_253", "label": "Override to inject Python-computed taxes into the standard totals pipeline.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Override to inject Python-computed taxes into the standard totals pipeline.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/tax_python.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "label": "account_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "account_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 54}, {"id": "account_report_accountreportannotation", "label": "AccountReportAnnotation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportAnnotation", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_create", "label": "create()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 9}, {"id": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "label": "._remove_tax_grouping_from_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._remove_tax_grouping_from_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport", "label": "AccountReport", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 30.2, "font": {"size": 12, "color": "#ffffff"}, "title": "AccountReport", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 165}, {"id": "account_report_accountreport_auto_init", "label": "._auto_init()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._auto_init()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_validate_custom_handler_model", "label": "_validate_custom_handler_model()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_custom_handler_model()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_unlink", "label": ".unlink()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".unlink()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_write", "label": ".write()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".write()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_cron_account_report_send", "label": "_cron_account_report_send()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_cron_account_report_send()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_existing_menuitem", "label": "._get_existing_menuitem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_existing_menuitem()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_create_menu_item_for_report", "label": "._create_menu_item_for_report()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_menu_item_for_report()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_filter_journals", "label": "._get_filter_journals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_filter_journals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_filter_journal_groups", "label": "._get_filter_journal_groups()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_filter_journal_groups()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_init_options_journals", "label": "._init_options_journals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_journals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_get_options_journals", "label": "_get_options_journals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_journals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_get_options_journals_domain", "label": "_get_options_journals_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_journals_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_init_options_aml_ir_filters", "label": "._init_options_aml_ir_filters()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_aml_ir_filters()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_get_options_aml_ir_filters", "label": "_get_options_aml_ir_filters()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_aml_ir_filters()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_get_dates_period", "label": "_get_dates_period()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_dates_period()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 13}, {"id": "account_report_get_shifted_dates_period", "label": "_get_shifted_dates_period()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_shifted_dates_period()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_get_dates_previous_year", "label": "_get_dates_previous_year()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_dates_previous_year()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_init_options_date", "label": "._init_options_date()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_date()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_init_options_comparison", "label": "._init_options_comparison()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_comparison()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_init_options_column_percent_comparison", "label": "._init_options_column_percent_comparison()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_column_percent_comparison()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_get_options_date_domain", "label": "._get_options_date_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_date_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_date_bounds_info", "label": "._get_date_bounds_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_date_bounds_info()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_accountreport_init_options_analytic", "label": "._init_options_analytic()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_analytic()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_partner", "label": "._init_options_partner()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_partner()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_get_options_partner_domain", "label": "_get_options_partner_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_partner_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_get_options_all_entries_domain", "label": "_get_options_all_entries_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_all_entries_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_reconciled", "label": "._init_options_reconciled()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_reconciled()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_get_options_unreconciled_domain", "label": "_get_options_unreconciled_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_unreconciled_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_account_type", "label": "._init_options_account_type()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_account_type()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_get_options_account_type_domain", "label": "_get_options_account_type_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_options_account_type_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_init_options_order_column", "label": "_init_options_order_column()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_init_options_order_column()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_hierarchy", "label": "._init_options_hierarchy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_hierarchy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_create_hierarchy", "label": "_create_hierarchy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_hierarchy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_init_options_prefix_groups_threshold", "label": "._init_options_prefix_groups_threshold()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_prefix_groups_threshold()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_fiscal_position", "label": "._init_options_fiscal_position()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_fiscal_position()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_options_fiscal_position_domain", "label": "._get_options_fiscal_position_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_fiscal_position_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_companies", "label": "._init_options_companies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_companies()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_multi_company_tax_units_init_options", "label": "._multi_company_tax_units_init_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._multi_company_tax_units_init_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_init_options_multi_currency", "label": "._init_options_multi_currency()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_multi_currency()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_currency_table", "label": "._init_options_currency_table()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_currency_table()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_currency_table_apply_rate", "label": "_currency_table_apply_rate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_currency_table_apply_rate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 17}, {"id": "account_report_currency_table_aml_join", "label": "_currency_table_aml_join()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_currency_table_aml_join()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 17}, {"id": "account_report_get_currency_table", "label": "_get_currency_table()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_currency_table()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_init_currency_table", "label": "._init_currency_table()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_currency_table()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_init_options_rounding_unit", "label": "._init_options_rounding_unit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_rounding_unit()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_get_rounding_unit_names", "label": "._get_rounding_unit_names()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_rounding_unit_names()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_all_entries", "label": "._init_options_all_entries()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_all_entries()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_unfolded", "label": "._init_options_unfolded()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_unfolded()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_hide_0_lines", "label": "._init_options_hide_0_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_hide_0_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_filter_out_0_lines", "label": "._filter_out_0_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._filter_out_0_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_init_options_horizontal_groups", "label": "._init_options_horizontal_groups()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_horizontal_groups()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_search_bar", "label": "._init_options_search_bar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_search_bar()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_column_headers", "label": "._init_options_column_headers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_column_headers()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_columns", "label": "._init_options_columns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_columns()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_generate_columns_group_vals_recursively", "label": "._generate_columns_group_vals_recursively()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_columns_group_vals_recursively()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_build_columns_from_column_group_vals", "label": "._build_columns_from_column_group_vals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_columns_from_column_group_vals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_dict_hashable_key_tuple", "label": "._get_dict_hashable_key_tuple()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_dict_hashable_key_tuple()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_action_open_report_form", "label": ".action_open_report_form()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_report_form()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_buttons", "label": "._init_options_buttons()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_buttons()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_open_account_report_file_download_error_wizard", "label": ".open_account_report_file_download_error_wizard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_account_report_file_download_error_wizard()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_get_export_mime_type", "label": ".get_export_mime_type()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_export_mime_type()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_init_options_section_buttons", "label": "._init_options_section_buttons()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_section_buttons()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_init_options_variants", "label": "._init_options_variants()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_variants()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_variants", "label": "._get_variants()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_variants()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_init_options_sections", "label": "._init_options_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_sections()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_report_id", "label": "._init_options_report_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_report_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_export_mode", "label": "._init_options_export_mode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_export_mode()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_horizontal_split", "label": "._init_options_horizontal_split()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_horizontal_split()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_custom", "label": "._init_options_custom()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_custom()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_init_options_integer_rounding", "label": "._init_options_integer_rounding()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_integer_rounding()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_init_options_budgets", "label": "._init_options_budgets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_budgets()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_loading_call", "label": "._init_options_loading_call()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_loading_call()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_init_options_readonly_query", "label": "._init_options_readonly_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._init_options_readonly_query()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_get_options", "label": "get_options()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "get_options()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 19}, {"id": "account_report_accountreport_get_options_initializers_in_sequence", "label": "._get_options_initializers_in_sequence()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_initializers_in_sequence()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_options_initializers_forced_sequence_map", "label": "._get_options_initializers_forced_sequence_map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_initializers_forced_sequence_map()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_options_domain", "label": "._get_options_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_options_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 21}, {"id": "account_report_accountreport_get_report_query", "label": "._get_report_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_report_query()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 31}, {"id": "account_report_accountreport_create_report_budget_temp_table", "label": "._create_report_budget_temp_table()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_report_budget_temp_table()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_get_generic_line_id", "label": "._get_generic_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_generic_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 34}, {"id": "account_report_get_model_info_from_id", "label": "_get_model_info_from_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_model_info_from_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 26}, {"id": "account_report_build_line_id", "label": "_build_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_build_parent_line_id", "label": "_build_parent_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_parent_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_parse_markup", "label": "_parse_markup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_markup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_parse_line_id", "label": "_parse_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 19}, {"id": "account_report_get_unfolded_lines", "label": "_get_unfolded_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_unfolded_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_get_res_id_from_line_id", "label": "_get_res_id_from_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_res_id_from_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 9}, {"id": "account_report_get_res_ids_from_line_id", "label": "_get_res_ids_from_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_res_ids_from_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_get_markup", "label": "_get_markup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_markup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_build_subline_id", "label": "._build_subline_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_subline_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_caret_options", "label": "._get_caret_options()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_caret_options()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_caret_options_initializer_default", "label": "._caret_options_initializer_default()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer_default()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_caret_option_open_record_form", "label": ".caret_option_open_record_form()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".caret_option_open_record_form()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_caret_option_view_map", "label": "._get_caret_option_view_map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_caret_option_view_map()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_resolve_caret_option_view", "label": "._resolve_caret_option_view()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_caret_option_view()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_caret_option_open_general_ledger", "label": ".caret_option_open_general_ledger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".caret_option_open_general_ledger()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_caret_option_open_statement_line_reco_widget", "label": ".caret_option_open_statement_line_reco_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".caret_option_open_statement_line_reco_widget()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_custom_handler_model", "label": "._get_custom_handler_model()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_handler_model()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_accountreport_dispatch_report_action", "label": ".dispatch_report_action()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".dispatch_report_action()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_custom_report_function", "label": "._get_custom_report_function()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_report_function()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_lines", "label": "._get_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 20}, {"id": "account_report_format_column_values", "label": "format_column_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "format_column_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_format_column_values", "label": "._format_column_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._format_column_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_generate_common_warnings", "label": "._generate_common_warnings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_common_warnings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_fully_unfold_lines_if_needed", "label": "._fully_unfold_lines_if_needed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._fully_unfold_lines_if_needed()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_generate_total_below_section_line", "label": "._generate_total_below_section_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_total_below_section_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_static_line_dict", "label": "._get_static_line_dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_static_line_dict()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_build_static_line_columns", "label": "_build_static_line_columns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_static_line_columns()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_build_column_dict", "label": "._build_column_dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_column_dict()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 23}, {"id": "account_report_accountreport_get_dynamic_lines", "label": "._get_dynamic_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_dynamic_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_apply_integer_rounding_to_dynamic_lines", "label": "._apply_integer_rounding_to_dynamic_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_integer_rounding_to_dynamic_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_compute_expression_totals_for_each_column_group", "label": "._compute_expression_totals_for_each_column_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_expression_totals_for_each_column_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 12}, {"id": "account_report_accountreport_standardize_date_scope_for_date_range", "label": "._standardize_date_scope_for_date_range()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._standardize_date_scope_for_date_range()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_split_options_per_column_group", "label": "._split_options_per_column_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._split_options_per_column_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 21}, {"id": "account_report_accountreport_get_column_group_options", "label": "._get_column_group_options()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_column_group_options()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_compute_expression_totals_for_single_column_group", "label": "._compute_expression_totals_for_single_column_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_expression_totals_for_single_column_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_compute_totals_no_batch_aggregation", "label": "._compute_totals_no_batch_aggregation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_totals_no_batch_aggregation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_aggregation_apply_bounds", "label": "._aggregation_apply_bounds()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._aggregation_apply_bounds()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_compute_formula_batch", "label": "._compute_formula_batch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "label": "._compute_formula_batch_with_engine_tax_tags()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch_with_engine_tax_tags()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_compute_formula_batch_with_engine_domain", "label": "._compute_formula_batch_with_engine_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch_with_engine_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "._compute_formula_batch_with_engine_account_codes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch_with_engine_account_codes()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 9}, {"id": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "._compute_formula_batch_with_engine_external()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch_with_engine_external()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_accountreport_compute_formula_batch_with_engine_custom", "label": "._compute_formula_batch_with_engine_custom()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_formula_batch_with_engine_custom()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_engine_query_tail", "label": "._get_engine_query_tail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_engine_query_tail()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_generate_carryover_external_values", "label": "._generate_carryover_external_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_carryover_external_values()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_generate_default_external_values", "label": "_generate_default_external_values()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_generate_default_external_values()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_get_sender_company_for_export", "label": "_get_sender_company_for_export()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_sender_company_for_export()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_create_carryover_for_company", "label": "._create_carryover_for_company()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_carryover_for_company()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_default_report_filename", "label": ".get_default_report_filename()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_default_report_filename()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_accountreport_execute_action", "label": ".execute_action()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".execute_action()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_action_view_all_variants", "label": ".action_view_all_variants()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_all_variants()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_audit_line_domain", "label": "._get_audit_line_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_audit_line_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_get_audit_line_groupby_domain", "label": "._get_audit_line_groupby_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_audit_line_groupby_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_get_expression_audit_aml_domain", "label": "._get_expression_audit_aml_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_expression_audit_aml_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_open_unposted_moves", "label": ".open_unposted_moves()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_unposted_moves()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_get_generated_deferral_entries_domain", "label": "._get_generated_deferral_entries_domain()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_generated_deferral_entries_domain()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_open_deferral_entries", "label": ".open_deferral_entries()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_deferral_entries()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_action_modify_manual_value", "label": ".action_modify_manual_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_modify_manual_value()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 10}, {"id": "account_report_accountreport_convert_json_friendly_column_group_totals", "label": "._convert_json_friendly_column_group_totals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._convert_json_friendly_column_group_totals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_action_modify_manual_external_value", "label": "._action_modify_manual_external_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_modify_manual_external_value()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_action_modify_manual_budget_value", "label": "._action_modify_manual_budget_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._action_modify_manual_budget_value()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_action_display_inactive_sections", "label": ".action_display_inactive_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_display_inactive_sections()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_sort_lines", "label": "sort_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sort_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_annotations_domain_date_from", "label": "._get_annotations_domain_date_from()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_annotations_domain_date_from()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_adjust_date_for_joined_comparison", "label": "._adjust_date_for_joined_comparison()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._adjust_date_for_joined_comparison()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_adjust_domain_for_unjoined_comparison", "label": "._adjust_domain_for_unjoined_comparison()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._adjust_domain_for_unjoined_comparison()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_build_annotations_domain", "label": "._build_annotations_domain()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_annotations_domain()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_get_annotations", "label": ".get_annotations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_annotations()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_get_report_information", "label": ".get_report_information()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_report_information()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 12}, {"id": "account_report_get_report_information_readonly", "label": "get_report_information_readonly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_report_information_readonly()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_get_json_friendly_column_group_totals", "label": "._get_json_friendly_column_group_totals()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_json_friendly_column_group_totals()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_is_available_for", "label": "._is_available_for()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._is_available_for()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_get_column_headers_render_data", "label": "._get_column_headers_render_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_column_headers_render_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_get_action_name", "label": "._get_action_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_action_name()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_format_lines_for_display", "label": "._format_lines_for_display()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._format_lines_for_display()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_expanded_lines", "label": ".get_expanded_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_expanded_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_get_expanded_lines_readonly", "label": "get_expanded_lines_readonly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_expanded_lines_readonly()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_expand_unfoldable_line", "label": "._expand_unfoldable_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._expand_unfoldable_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_add_totals_below_sections", "label": "._add_totals_below_sections()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_totals_below_sections()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_get_load_more_line", "label": "_get_load_more_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_load_more_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_report_expand_unfoldable_line_with_groupby", "label": "._report_expand_unfoldable_line_with_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_with_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "._regroup_lines_by_name_prefix()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._regroup_lines_by_name_prefix()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 12}, {"id": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "label": "._report_expand_unfoldable_line_groupby_prefix_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_groupby_prefix_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "_get_prefix_groups_matched_prefix_from_line_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_prefix_groups_matched_prefix_from_line_id()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_format_value", "label": "format_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "format_value()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_format_value", "label": "._format_value()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._format_value()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 11}, {"id": "account_report_is_value_zero", "label": "_is_value_zero()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_is_value_zero()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_format_date", "label": ".format_date()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".format_date()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 11}, {"id": "account_report_accountreport_export_file", "label": ".export_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_file()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_get_report_send_recipients", "label": "._get_report_send_recipients()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_report_send_recipients()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_export_to_pdf", "label": ".export_to_pdf()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_to_pdf()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 9}, {"id": "account_report_accountreport_get_pdf_export_html", "label": "._get_pdf_export_html()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_pdf_export_html()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 7}, {"id": "account_report_accountreport_build_annotations_list_for_pdf_export", "label": "._build_annotations_list_for_pdf_export()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_annotations_list_for_pdf_export()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_filter_out_folded_children", "label": "._filter_out_folded_children()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._filter_out_folded_children()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_export_to_xlsx", "label": ".export_to_xlsx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".export_to_xlsx()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_set_xlsx_cell_sizes", "label": "_set_xlsx_cell_sizes()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_set_xlsx_cell_sizes()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "._inject_report_into_xlsx_sheet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._inject_report_into_xlsx_sheet()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 9}, {"id": "account_report_accountreport_add_options_xlsx_sheet", "label": "._add_options_xlsx_sheet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_options_xlsx_sheet()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_inject_report_options_into_xlsx_sheet", "label": "._inject_report_options_into_xlsx_sheet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._inject_report_options_into_xlsx_sheet()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_cell_type_value", "label": "._get_cell_type_value()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_cell_type_value()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_get_vat_for_export", "label": ".get_vat_for_export()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_vat_for_export()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_get_report_company_ids", "label": "get_report_company_ids()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_report_company_ids()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 25}, {"id": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "._get_partner_and_general_ledger_initial_balance_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_partner_and_general_ledger_initial_balance_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_compute_column_percent_comparison_data", "label": "._compute_column_percent_comparison_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_column_percent_comparison_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_set_budget_column_comparisons", "label": "._set_budget_column_comparisons()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_budget_column_comparisons()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreport_check_groupby_fields", "label": "._check_groupby_fields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._check_groupby_fields()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 16}, {"id": "account_report_compute_is_account_coverage_report_available", "label": "_compute_is_account_coverage_report_available()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_account_coverage_report_available()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "label": ".action_download_xlsx_accounts_coverage_report()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_download_xlsx_accounts_coverage_report()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "label": "._generate_accounts_coverage_report_xlsx_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_accounts_coverage_report_xlsx_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 8}, {"id": "account_report_accountreport_get_accounts_coverage_report_errors_trie", "label": "._get_accounts_coverage_report_errors_trie()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_accounts_coverage_report_errors_trie()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_get_account_tag_coverage_report_errors_trie", "label": "_get_account_tag_coverage_report_errors_trie()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_account_tag_coverage_report_errors_trie()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_regroup_accounts_coverage_report_errors_trie", "label": "._regroup_accounts_coverage_report_errors_trie()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._regroup_accounts_coverage_report_errors_trie()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_get_accounts_coverage_report_coverage_lines", "label": "._get_accounts_coverage_report_coverage_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_accounts_coverage_report_coverage_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreport_generate_file_data_with_error_check", "label": "._generate_file_data_with_error_check()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_file_data_with_error_check()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreport_action_create_composite_report", "label": ".action_create_composite_report()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_composite_report()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_show_error_branch_allowed", "label": ".show_error_branch_allowed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".show_error_branch_allowed()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreportline", "label": "AccountReportLine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportLine", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_compute_display_custom_groupby_warning", "label": "_compute_display_custom_groupby_warning()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_custom_groupby_warning()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_validate_groupby", "label": "_validate_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreportline_expand_groupby", "label": "._expand_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._expand_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 13}, {"id": "account_report_accountreportline_get_groupby_line_name", "label": "._get_groupby_line_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_groupby_line_name()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreportline_parse_groupby", "label": "._parse_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreportline_get_groupby", "label": "._get_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreportline_action_reset_custom_groupby", "label": ".action_reset_custom_groupby()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_custom_groupby()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreportexpression", "label": "AccountReportExpression", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportExpression", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreportexpression_action_view_carryover_lines", "label": ".action_view_carryover_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_carryover_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreporthorizontalgroup", "label": "AccountReportHorizontalGroup", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportHorizontalGroup", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 2}, {"id": "account_report_accountreporthorizontalgroup_get_header_levels_data", "label": "._get_header_levels_data()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_header_levels_data()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreporthorizontalgrouprule", "label": "AccountReportHorizontalGroupRule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportHorizontalGroupRule", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreporthorizontalgrouprule_field_name_selection_values", "label": "._field_name_selection_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._field_name_selection_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_compute_res_model_name", "label": "_compute_res_model_name()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_res_model_name()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_accountreporthorizontalgrouprule_get_matching_records", "label": "._get_matching_records()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_matching_records()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler", "label": "AccountReportCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 11}, {"id": "account_report_accountreportcustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreportcustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 4}, {"id": "account_report_accountreportcustomhandler_custom_groupby_line_completer", "label": "._custom_groupby_line_completer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_groupby_line_completer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_custom_unfold_all_batch_data_generator", "label": "._custom_unfold_all_batch_data_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_unfold_all_batch_data_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_get_custom_groupby_map", "label": "._get_custom_groupby_map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_groupby_map()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 5}, {"id": "account_report_accountreportcustomhandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 3}, {"id": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "label": "._enable_export_buttons_for_common_vat_groups_in_branches()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._enable_export_buttons_for_common_vat_groups_in_branches()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 6}, {"id": "account_report_accountreportfiledownloadexception", "label": "AccountReportFileDownloadException", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportFileDownloadException", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 10}, {"id": "account_report_accountreportfiledownloadexception_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "code", "degree": 1}, {"id": "account_report_rationale_85", "label": "Remove the tax grouping from the line_id. This is needed because the tax groupin", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove the tax grouping from the line_id. This is needed because the tax groupin", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_159", "label": "Handle Send & Print async processing. :param job_count: maximum number o", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle Send &amp; Print async processing. :param job_count: maximum number o", "community": 273, "community_name": "Community 273", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_209", "label": "Adds a default menu item for this report. This is called by an action on the rep", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds a default menu item for this report. This is called by an action on the rep", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_478", "label": "Compute some information about the period: * The name to display on the", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute some information about the period: * The name to display on the", "community": 274, "community_name": "Community 274", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_566", "label": "Shift the period. :param period_vals: A dictionary generated by the _get", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Shift the period. :param period_vals: A dictionary generated by the _get", "community": 275, "community_name": "Community 275", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_613", "label": "Shift the period to the previous year. :param options: The report op", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Shift the period to the previous year. :param options: The report op", "community": 276, "community_name": "Community 276", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_632", "label": "Initialize the 'date' options key. :param options: The curr", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize the &#x27;date&#x27; options key. :param options: The curr", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_723", "label": "Initialize the 'comparison' options key. This filter must be loaded aft", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize the &#x27;comparison&#x27; options key. This filter must be loaded aft", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_915", "label": "Initialize a filter based on the account_type of the line (trade/non trade, paya", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize a filter based on the account_type of the line (trade/non trade, paya", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_997", "label": "Compute the hierarchy based on account groups when the option is activated.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the hierarchy based on account groups when the option is activated.", "community": 277, "community_name": "Community 277", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_1279", "label": "Initializes the companies option for reports configured to compute it from tax u", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Initializes the companies option for reports configured to compute it from tax u", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1383", "label": "Returns an SQL term to use in a SELECT statement converting the value passed as", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns an SQL term to use in a SELECT statement converting the value passed as", "community": 278, "community_name": "Community 278", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_1391", "label": "Returns the JOIN condition to the currency table in a query needing to use it to", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the JOIN condition to the currency table in a query needing to use it to", "community": 279, "community_name": "Community 279", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_1432", "label": "Returns the currency table table definition to be injected in the JOIN condition", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the currency table table definition to be injected in the JOIN condition", "community": 280, "community_name": "Community 280", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_1441", "label": "Creates the currency table temporary table if necessary, using the provided opti", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates the currency table temporary table if necessary, using the provided opti", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1513", "label": "Returns a list containing all lines that are not zero or that are parent to non-", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a list containing all lines that are not zero or that are parent to non-", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1745", "label": "Returns the MIME type associated with a report export file type, for att", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the MIME type associated with a report export file type, for att", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1760", "label": "In case we're displaying a section, we want to replace its buttons by its source", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "In case we&#x27;re displaying a section, we want to replace its buttons by its source", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1917", "label": "Used by the js to know if it needs to reload the options (to not overwrite new o", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Used by the js to know if it needs to reload the options (to not overwrite new o", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_1980", "label": "Gets all filters in the right order to initialize them, so that each filter is", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gets all filters in the right order to initialize them, so that each filter is", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2003", "label": "By default, not specific order is ensured for the filters when calling _get_opti", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "By default, not specific order is ensured for the filters when calling _get_opti", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2072", "label": "Get a Query object that references the records needed for this report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a Query object that references the records needed for this report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2176", "label": "Generates a generic line id from the provided parameters. Such a generi", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates a generic line id from the provided parameters. Such a generi", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2211", "label": "Parse the provided generic report line id. :param line_id: the report l", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the provided generic report line id. :param line_id: the report l", "community": 281, "community_name": "Community 281", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2221", "label": "Build a generic line id string from its list representation, converting", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a generic line id string from its list representation, converting", "community": 282, "community_name": "Community 282", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2231", "label": "Build the parent_line id based on the current position in the report. F", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the parent_line id based on the current position in the report. F", "community": 283, "community_name": "Community 283", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2254", "label": "Parse the provided string line id and convert it to its list representation.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the provided string line id and convert it to its list representation.", "community": 284, "community_name": "Community 284", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2270", "label": "Return a list of all children lines for specified parent_line_id. NB: It", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of all children lines for specified parent_line_id. NB: It", "community": 285, "community_name": "Community 285", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2286", "label": "Parses the provided generic line id and returns the most local (i.e. the furthes", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parses the provided generic line id and returns the most local (i.e. the furthes", "community": 286, "community_name": "Community 286", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2298", "label": "Parses the provided generic line id and returns the most local (i.e. the furthes", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parses the provided generic line id and returns the most local (i.e. the furthes", "community": 287, "community_name": "Community 287", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2316", "label": "Directly returns the markup associated with the provided line_id.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Directly returns the markup associated with the provided line_id.", "community": 288, "community_name": "Community 288", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_2321", "label": "Creates a new subline id by concatanating parent_line_id with the provided id po", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Creates a new subline id by concatanating parent_line_id with the provided id po", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2390", "label": "Retrieve the target view of the caret option. :param target: The targe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieve the target view of the caret option. :param target: The targe", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2454", "label": "Check whether the current report has a custom handler and if it does, return its", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Check whether the current report has a custom handler and if it does, return its", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2460", "label": "Dispatches calls made by the client to either the report itself, or its custom h", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dispatches calls made by the client to either the report itself, or its custom h", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2481", "label": "Returns a report function from its name, first checking it to ensure it's privat", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a report function from its name, first checking it to ensure it&#x27;s privat", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_2979", "label": "Main computation function for static lines. :param expressions: The", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Main computation function for static lines. :param expressions: The", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3086", "label": "Depending on the fact the report accepts date ranges or not, different date scop", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Depending on the fact the report accepts date ranges or not, different date scop", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3096", "label": "Get a specific option dict per column group, each enforcing the comparison and h", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a specific option dict per column group, each enforcing the comparison and h", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3122", "label": "Evaluates expressions for a single column group. :param column_grou", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluates expressions for a single column group. :param column_grou", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3261", "label": "Computes expression totals for 'aggregation' engine, after all other engines hav", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Computes expression totals for &#x27;aggregation&#x27; engine, after all other engines hav", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3473", "label": "Applies the bounds of the provided aggregation expression to an unbounded value", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Applies the bounds of the provided aggregation expression to an unbounded value", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3552", "label": "Evaluates a batch of formulas. :param column_group_options: The options", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluates a batch of formulas. :param column_group_options: The options", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3589", "label": "Report engine. The formulas made for this report simply consist of a ta", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Report engine. The formulas made for this report simply consist of a ta", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3667", "label": "Report engine. Formulas made for this engine consist of a domain on acc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Report engine. Formulas made for this engine consist of a domain on acc", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3792", "label": "r\"\"\" Report engine. Formulas made for this engine target account prefix", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "r&quot;&quot;&quot; Report engine. Formulas made for this engine target account prefix", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_3988", "label": "Report engine. This engine computes its result from the account.report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Report engine. This engine computes its result from the account.report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4118", "label": "Helper to generate the OFFSET, LIMIT and ORDER conditions of formula engines' qu", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to generate the OFFSET, LIMIT and ORDER conditions of formula engines&#x27; qu", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4131", "label": "Generates the account.report.external.value objects corresponding to this report", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates the account.report.external.value objects corresponding to this report", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4181", "label": "Generates the account.report.external.value objects for the given dates.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates the account.report.external.value objects for the given dates.", "community": 289, "community_name": "Community 289", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_4265", "label": "Return the sender company when generating an export file from this report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the sender company when generating an export file from this report.", "community": 290, "community_name": "Community 290", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_4311", "label": "The default to be used for the file when downloading pdf,xlsx,...", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "The default to be used for the file when downloading pdf,xlsx,...", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4476", "label": "Returns the domain used to audit a single provided expression. 'account", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the domain used to audit a single provided expression. &#x27;account", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4522", "label": "Open the journal items view with the proper filters and groups", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the journal items view with the proper filters and groups", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4640", "label": "Open the list of draft journal entries that might impact the reporting", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the list of draft journal entries that might impact the reporting", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4649", "label": "Get the search domain for the generated deferral entries of the current period.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the search domain for the generated deferral entries of the current period.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4687", "label": "Edit a manual value from the report, updating or creating the corresponding acco", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Edit a manual value from the report, updating or creating the corresponding acco", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4732", "label": "json_friendly_column_group_totals contains ids instead of expressions (because i", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "json_friendly_column_group_totals contains ids instead of expressions (because i", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4749", "label": "Edit a manual value from the report, updating or creating the corresponding acco", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Edit a manual value from the report, updating or creating the corresponding acco", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_4901", "label": "Sort report lines based on the 'order_column' key inside the options. Th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sort report lines based on the &#x27;order_column&#x27; key inside the options. Th", "community": 291, "community_name": "Community 291", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_5111", "label": "This method handles which annotations have to be displayed on the report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "This method handles which annotations have to be displayed on the report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5128", "label": "return a dictionary of information that will be consumed by the AccountReport co", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "return a dictionary of information that will be consumed by the AccountReport co", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5184", "label": "Readonly version of get_report_information, to be called from RPC when options['", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Readonly version of get_report_information, to be called from RPC when options[&#x27;", "community": 292, "community_name": "Community 292", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_5197", "label": "Called on report variants to know whether they are available for the provided op", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Called on report variants to know whether they are available for the provided op", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5269", "label": "This method should be overridden in a report in order to apply specific formatti", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "This method should be overridden in a report in order to apply specific formatti", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5295", "label": "Readonly version of get_expanded_lines_readonly, to be called from RPC when opti", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Readonly version of get_expanded_lines_readonly, to be called from RPC when opti", "community": 293, "community_name": "Community 293", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_5334", "label": "Returns a new list, corresponding to lines with the required total lines added a", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a new list, corresponding to lines with the required total lines added a", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5376", "label": "Returns a 'Load more' line allowing to reach the subsequent elements of an unfol", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a &#x27;Load more&#x27; line allowing to reach the subsequent elements of an unfol", "community": 294, "community_name": "Community 294", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_5442", "label": "Postprocesses a list of report line dictionaries in order to regroup them by nam", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Postprocesses a list of report line dictionaries in order to regroup them by nam", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5528", "label": "Expand function used by prefix_group lines generated for groupby lines.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Expand function used by prefix_group lines generated for groupby lines.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5595", "label": "Formats a value for display in a report (not especially numerical). figure_type", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Formats a value for display in a report (not especially numerical). figure_type", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5811", "label": "Returns a list containing all the lines of the provided list that need to be dis", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a list containing all the lines of the provided list that need to be dis", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_5859", "label": "This small helper will resize the cells if needed, to allow to get a better outp", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "This small helper will resize the cells if needed, to allow to get a better outp", "community": 295, "community_name": "Community 295", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_6096", "label": "Adds a new sheet for xlsx report exports with a summary of all filters and optio", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds a new sheet for xlsx report exports with a summary of all filters and optio", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6142", "label": "Injects the report options into the filters sheet. :param options: Dict", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Injects the report options into the filters sheet. :param options: Dict", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6232", "label": "Returns the VAT number to use when exporting this report with the provided", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the VAT number to use when exporting this report with the provided", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6254", "label": "Returns a list containing the ids of the companies to be used to render", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns a list containing the ids of the companies to be used to render", "community": 296, "community_name": "Community 296", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_6260", "label": "Helper to generate dynamic 'initial balance' lines, used by general ledger and p", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to generate dynamic &#x27;initial balance&#x27; lines, used by general ledger and p", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6290", "label": "Helper to get the additional columns due to the growth comparison feature. When", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper to get the additional columns due to the growth comparison feature. When", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6335", "label": "Set the percentage values in the budget columns", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the percentage values in the budget columns", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6374", "label": "Checks that each string in the groupby_fields_name list is a valid groupby value", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks that each string in the groupby_fields_name list is a valid groupby value", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6413", "label": "Generate an XLSX file that can be used to debug the report by issuing th", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate an XLSX file that can be used to debug the report by issuing th", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6449", "label": "Generate the lines of the XLSX file that can be used to debug the report", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate the lines of the XLSX file that can be used to debug the report", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6615", "label": "Create the trie that will be used to regroup the same errors on the same subcode", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the trie that will be used to regroup the same errors on the same subcode", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6670", "label": "As we don't want to make a hierarchy for tags, we use a specific fun", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "As we don&#x27;t want to make a hierarchy for tags, we use a specific fun", "community": 297, "community_name": "Community 297", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_report_rationale_6692", "label": "Regroup the codes that have the same error under the same common subcode/prefix.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Regroup the codes that have the same error under the same common subcode/prefix.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6712", "label": "Create the coverage lines from the grouped trie. Each line has - the acc", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the coverage lines from the grouped trie. Each line has - the acc", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6765", "label": "Checks for critical errors (i.e. errors that would cause the rendering to fail)", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checks for critical errors (i.e. errors that would cause the rendering to fail)", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_6839", "label": "Expand function used to get the sublines of a groupby. groupby param is", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Expand function used to get the sublines of a groupby. groupby param is", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7005", "label": "Retrieves the information needed to handle the groupby feature on the current li", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Retrieves the information needed to handle the groupby feature on the current li", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7163", "label": "Generates lines dynamically for reports that require a custom processing which c", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generates lines dynamically for reports that require a custom processing which c", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7172", "label": "Returns the caret options dict to be used when rendering this report, in", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returns the caret options dict to be used when rendering this report, in", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7179", "label": "To be overridden to add report-specific _init_options... code to the report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "To be overridden to add report-specific _init_options... code to the report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7184", "label": "Postprocesses the result of the report's _get_lines() before returning it.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Postprocesses the result of the report&#x27;s _get_lines() before returning it.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7188", "label": "Postprocesses the dict generated by the group_by_line, to customize its content.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Postprocesses the dict generated by the group_by_line, to customize its content.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7191", "label": "When using the 'unfold all' option, some reports might end up recomputing the sa", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When using the &#x27;unfold all&#x27; option, some reports might end up recomputing the sa", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7198", "label": "To be overridden in order to change the templates used by Javascript to render t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "To be overridden in order to change the templates used by Javascript to render t", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7219", "label": "Allows the use of custom values in the groupby field of account.report.line, to", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Allows the use of custom values in the groupby field of account.report.line, to", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7237", "label": "To be overridden to add report-specific warnings in the warnings dictionary.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "To be overridden to add report-specific warnings in the warnings dictionary.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_report_rationale_7245", "label": "Helper function to be called in _custom_options_initializer to change the behavi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Helper function to be called in _custom_options_initializer to change the behavi", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_chart_template_py", "label": "account_chart_template.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_chart_template.py", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "code", "degree": 1}, {"id": "account_chart_template_fusioncharttemplate", "label": "FusionChartTemplate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionChartTemplate", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "code", "degree": 4}, {"id": "account_chart_template_fusioncharttemplate_get_fusion_accounting_res_company", "label": "._get_fusion_accounting_res_company()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_fusion_accounting_res_company()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "code", "degree": 4}, {"id": "account_chart_template_fusioncharttemplate_get_chart_template_data", "label": "._get_chart_template_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_chart_template_data()", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "code", "degree": 3}, {"id": "account_chart_template_rationale_9", "label": "Extends the chart-of-accounts template loader to supply default values for d", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the chart-of-accounts template loader to supply default values for d", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "rationale", "degree": 1}, {"id": "account_chart_template_rationale_16", "label": "Return company-level defaults for deferred journals and accounts, fallin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return company-level defaults for deferred journals and accounts, fallin", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "rationale", "degree": 1}, {"id": "account_chart_template_rationale_57", "label": "Augment the chart template data by assigning sensible defaults for defer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Augment the chart template data by assigning sensible defaults for defer", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_chart_template.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_reconciliation_report_py", "label": "bank_reconciliation_report.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_reconciliation_report.py", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 1}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler", "label": "FusionBankReconciliationHandler", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBankReconciliationHandler", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 30}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "label": "._get_bank_journal_and_currencies()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_journal_and_currencies()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 8}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "label": "._build_custom_engine_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_custom_engine_result()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 6}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_forced_currency_amount", "label": "._report_custom_engine_forced_currency_amount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_forced_currency_amount()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 3}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_receipts", "label": "._report_custom_engine_unreconciled_last_statement_receipts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_unreconciled_last_statement_receipts()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_payments", "label": "._report_custom_engine_unreconciled_last_statement_payments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_unreconciled_last_statement_payments()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_receipts", "label": "._report_custom_engine_unreconciled_receipts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_unreconciled_receipts()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_payments", "label": "._report_custom_engine_unreconciled_payments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_unreconciled_payments()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_receipts", "label": "._report_custom_engine_outstanding_receipts()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_outstanding_receipts()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_payments", "label": "._report_custom_engine_outstanding_payments()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_outstanding_payments()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "label": "._report_custom_engine_misc_operations()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_misc_operations()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 5}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_last_statement_balance_amount", "label": "._report_custom_engine_last_statement_balance_amount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_last_statement_balance_amount()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 4}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_transaction_without_statement_amount", "label": "._report_custom_engine_transaction_without_statement_amount()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_transaction_without_statement_amount()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "._common_st_line_engine()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._common_st_line_engine()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 12}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "._outstanding_engine()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._outstanding_engine()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 8}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_result", "label": "._compute_result()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_result()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 3}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "label": "._custom_line_postprocessor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_line_postprocessor()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 5}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 5}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "label": "._compute_journal_balances()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_journal_balances()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 5}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_balances", "label": "._compute_balances()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_balances()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 3}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "._get_last_bank_statement()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_last_bank_statement()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 7}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_get_inconsistent_statements", "label": "._get_inconsistent_statements()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_inconsistent_statements()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 3}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "label": "._get_bank_miscellaneous_move_lines_domain()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_miscellaneous_move_lines_domain()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 5}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 4}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_general_ledger", "label": ".action_redirect_to_general_ledger()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_redirect_to_general_ledger()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 2}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_bank_statement_widget", "label": ".action_redirect_to_bank_statement_widget()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_redirect_to_bank_statement_widget()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 4}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_open_bank_miscellaneous_move_lines", "label": ".open_bank_miscellaneous_move_lines()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_bank_miscellaneous_move_lines()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 3}, {"id": "bank_reconciliation_report_fusionbankreconciliationhandler_bank_reconciliation_report_open_inconsistent_statements", "label": ".bank_reconciliation_report_open_inconsistent_statements()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".bank_reconciliation_report_open_inconsistent_statements()", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "code", "degree": 1}, {"id": "bank_reconciliation_report_rationale_15", "label": "Custom handler for the bank reconciliation report. Computes last-statement b", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Custom handler for the bank reconciliation report. Computes last-statement b", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_reconciliation_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_mail_activity_py", "label": "mail_activity.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mail_activity.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity.py", "file_type": "code", "degree": 1}, {"id": "mail_activity_fusionmailactivity", "label": "FusionMailActivity", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionMailActivity", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity.py", "file_type": "code", "degree": 3}, {"id": "mail_activity_fusionmailactivity_action_open_tax_activity", "label": ".action_open_tax_activity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_tax_activity()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity.py", "file_type": "code", "degree": 4}, {"id": "mail_activity_rationale_8", "label": "Extends mail activities with tax-closing context so that opening the activit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends mail activities with tax-closing context so that opening the activit", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity.py", "file_type": "rationale", "degree": 1}, {"id": "mail_activity_rationale_18", "label": "Navigate to either the tax-to-pay wizard (for tax-payment activities) or", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to either the tax-to-pay wizard (for tax-payment activities) or", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/mail_activity.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_sales_report_py", "label": "account_sales_report.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_sales_report.py", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 3}, {"id": "account_sales_report_ecsalesreportcustomhandler", "label": "ECSalesReportCustomHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ECSalesReportCustomHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 12}, {"id": "account_sales_report_ecsalesreportcustomhandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 1}, {"id": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 5}, {"id": "account_sales_report_ecsalesreportcustomhandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 1}, {"id": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 7}, {"id": "account_sales_report_ecsalesreportcustomhandler_setup_core_options", "label": "._setup_core_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._setup_core_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 3}, {"id": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "label": "._render_partner_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_partner_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 5}, {"id": "account_sales_report_ecsalesreportcustomhandler_render_total_line", "label": "._render_total_line()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._render_total_line()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 4}, {"id": "account_sales_report_ecsalesreportcustomhandler_query_partner_amounts", "label": "._query_partner_amounts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._query_partner_amounts()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 4}, {"id": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "._build_sums_sql()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_sums_sql()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 8}, {"id": "account_sales_report_filtered_element_ids", "label": "_filtered_element_ids()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_filtered_element_ids()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 3}, {"id": "account_sales_report_ec_country_code_set", "label": "_ec_country_code_set()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_ec_country_code_set()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 3}, {"id": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "label": ".get_warning_act_window()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_warning_act_window()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "code", "degree": 6}, {"id": "account_sales_report_rationale_10", "label": "Produces the EC Sales List report. Lists intra-community transactions broke", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Produces the EC Sales List report. Lists intra-community transactions broke", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_37", "label": "Generate one line per partner per operation category (vertical layout).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate one line per partner per operation category (vertical layout).", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_112", "label": "Set up EC tax filter selections and partner-country domain.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Set up EC tax filter selections and partner-country domain.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_150", "label": "Initialise the EC tax category filter (goods / triangular / services).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialise the EC tax category filter (goods / triangular / services).", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_167", "label": "Format a single partner / category row.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Format a single partner / category row.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_202", "label": "Execute the main query and return ``[(partner, values), ...]``.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the main query and return ``[(partner, values), ...]``.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_252", "label": "Build the main aggregation query, joining either tax tags or tax records", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the main aggregation query, joining either tax tags or tax records", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "account_sales_report_rationale_317", "label": "Collect the set of tax / tag IDs selected via the filter toggles.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Collect the set of tax / tag IDs selected via the filter toggles.", "community": 298, "community_name": "Community 298", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_sales_report_rationale_326", "label": "Return the set of EU member-state country codes applicable to the report", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the set of EU member-state country codes applicable to the report", "community": 299, "community_name": "Community 299", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 0}, {"id": "account_sales_report_rationale_347", "label": "Open a window showing the problematic entries for a given warning.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a window showing the problematic entries for a given warning.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_sales_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "label": "account_move_edi.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "account_move_edi.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 7}, {"id": "account_move_edi_fusionaccountmoveedi", "label": "FusionAccountMoveEDI", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAccountMoveEDI", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 6}, {"id": "account_move_edi_compute_edi_document_count", "label": "_compute_edi_document_count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edi_document_count()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 1}, {"id": "account_move_edi_compute_edi_state", "label": "_compute_edi_state()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edi_state()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 1}, {"id": "account_move_edi_compute_edi_error_message", "label": "_compute_edi_error_message()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_edi_error_message()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 1}, {"id": "account_move_edi_fusionaccountmoveedi_action_send_edi", "label": ".action_send_edi()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_edi()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 6}, {"id": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "label": ".action_export_edi_xml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_export_edi_xml()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 2}, {"id": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "label": ".action_view_edi_documents()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_edi_documents()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 2}, {"id": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "label": ".action_import_edi_xml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import_edi_xml()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 2}, {"id": "account_move_edi_create_invoice_from_xml", "label": "create_invoice_from_xml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create_invoice_from_xml()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 5}, {"id": "account_move_edi_create_move_from_parsed", "label": "_create_move_from_parsed()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_create_move_from_parsed()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "code", "degree": 4}, {"id": "account_move_edi_rationale_1", "label": "Fusion Accounting - Account Move EDI Extension Extends the ``account.move`` mod", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Account Move EDI Extension Extends the ``account.move`` mod", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_24", "label": "Adds EDI lifecycle tracking and import/export capabilities to journal entrie", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds EDI lifecycle tracking and import/export capabilities to journal entrie", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_88", "label": "Derive an aggregate state from all linked EDI documents. Priority order", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive an aggregate state from all linked EDI documents. Priority order", "community": 300, "community_name": "Community 300", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_edi_rationale_136", "label": "Create EDI documents for all active formats and send them. For each act", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create EDI documents for all active formats and send them. For each act", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_179", "label": "Export the first available EDI attachment for download. Opens a downloa", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export the first available EDI attachment for download. Opens a downloa", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_206", "label": "Open the list of EDI documents for this journal entry. Returns:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the list of EDI documents for this journal entry. Returns:", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_225", "label": "Open a file upload wizard to import a UBL or CII XML invoice. Returns:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a file upload wizard to import a UBL or CII XML invoice. Returns:", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 1}, {"id": "account_move_edi_rationale_245", "label": "Parse an XML file (UBL or CII) and create an invoice. Auto-detects the", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an XML file (UBL or CII) and create an invoice. Auto-detects the", "community": 301, "community_name": "Community 301", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 0}, {"id": "account_move_edi_rationale_280", "label": "Transform parsed EDI values into an ``account.move`` record. Handles pa", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Transform parsed EDI values into an ``account.move`` record. Handles pa", "community": 302, "community_name": "Community 302", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "label": "saft_export.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "saft_export.py", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 5}, {"id": "saft_export_fusionsaftexport", "label": "FusionSAFTExport", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionSAFTExport", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 13}, {"id": "saft_export_check_date_range", "label": "_check_date_range()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_date_range()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 1}, {"id": "saft_export_fusionsaftexport_action_generate_saft", "label": ".action_generate_saft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_generate_saft()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 6}, {"id": "saft_export_fusionsaftexport_generate_saft_xml", "label": ".generate_saft_xml()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_saft_xml()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 10}, {"id": "saft_export_fusionsaftexport_build_header", "label": "._build_header()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_header()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 4}, {"id": "saft_export_fusionsaftexport_build_general_ledger_accounts", "label": "._build_general_ledger_accounts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_general_ledger_accounts()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 7}, {"id": "saft_export_fusionsaftexport_resolve_saft_account_type", "label": "._resolve_saft_account_type()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_saft_account_type()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 3}, {"id": "saft_export_fusionsaftexport_compute_account_balances", "label": "._compute_account_balances()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_account_balances()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 4}, {"id": "saft_export_fusionsaftexport_build_customers", "label": "._build_customers()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_customers()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 5}, {"id": "saft_export_fusionsaftexport_build_suppliers", "label": "._build_suppliers()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_suppliers()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 5}, {"id": "saft_export_fusionsaftexport_get_partners_for_type", "label": "._get_partners_for_type()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_partners_for_type()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 5}, {"id": "saft_export_fusionsaftexport_build_tax_table", "label": "._build_tax_table()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_tax_table()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 6}, {"id": "saft_export_resolve_saft_tax_type", "label": "_resolve_saft_tax_type()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_saft_tax_type()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 2}, {"id": "saft_export_fusionsaftexport_build_general_ledger_entries", "label": "._build_general_ledger_entries()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_general_ledger_entries()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 5}, {"id": "saft_export_add_text", "label": "_add_text()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_add_text()", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "code", "degree": 8}, {"id": "saft_export_rationale_1", "label": "Fusion Accounting - SAF-T Export Generates Standard Audit File for Tax (SAF-T)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - SAF-T Export Generates Standard Audit File for Tax (SAF-T)", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_38", "label": "Wizard that produces an SAF-T XML file for a given date range. Workflow", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard that produces an SAF-T XML file for a given date range. Workflow", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_126", "label": "Entry point called by the wizard button. Generates the XML and stores th", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Entry point called by the wizard button. Generates the XML and stores th", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_166", "label": "Build the full SAF-T XML document and return it as ``bytes``. The tree", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the full SAF-T XML document and return it as ``bytes``. The tree", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_213", "label": "Populate the ``<Header>`` element with company metadata.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate the ``&lt;Header&gt;`` element with company metadata.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_245", "label": "Add every active account for the company.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add every active account for the company.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_271", "label": "Map an ``account.account`` to an SAF-T grouping category string. Return", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map an ``account.account`` to an SAF-T grouping category string. Return", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_288", "label": "Return ``(opening_balance, closing_balance)`` for *account* within the w", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return ``(opening_balance, closing_balance)`` for *account* within the w", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_324", "label": "Export customer (receivable) partners referenced in the period.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export customer (receivable) partners referenced in the period.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_346", "label": "Export supplier (payable) partners referenced in the period.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export supplier (payable) partners referenced in the period.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_365", "label": "Return distinct partners that have posted move-lines on accounts of the", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return distinct partners that have posted move-lines on accounts of the", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_382", "label": "Export the company's active taxes.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Export the company&#x27;s active taxes.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_401", "label": "Derive an SAF-T TaxType from the Odoo tax type_tax_use. Returns ``IVA``", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive an SAF-T TaxType from the Odoo tax type_tax_use. Returns ``IVA``", "community": 303, "community_name": "Community 303", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 0}, {"id": "saft_export_rationale_414", "label": "Write all posted journal entries for the period, grouped by journal (one", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Write all posted journal entries for the period, grouped by journal (one", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "saft_export_rationale_478", "label": "Create a child element with the given *tag* and *text* value.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a child element with the given *tag* and *text* value.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_export.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 7}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 32}, {"id": "res_config_settings_compute_module_sign_status", "label": "_compute_module_sign_status()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_module_sign_status()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_compute_account_reports_show_per_company_setting", "label": "_compute_account_reports_show_per_company_setting()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_account_reports_show_per_company_setting()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_compute_property_stock_account", "label": "_compute_property_stock_account()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_property_stock_account()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_check_fiscalyear", "label": "_check_fiscalyear()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_fiscalyear()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_open_tax_group_list", "label": ".open_tax_group_list()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_tax_group_list()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_open_company_dependent_report_settings", "label": ".open_company_dependent_report_settings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_company_dependent_report_settings()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_get_country_codes_with_another_tax_closing_start_date", "label": "._get_country_codes_with_another_tax_closing_start_date()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_country_codes_with_another_tax_closing_start_date()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_set_property_stock_journal", "label": "._set_property_stock_journal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_stock_journal()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_property_account_income_categ_id", "label": "._set_property_account_income_categ_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_account_income_categ_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_property_account_expense_categ_id", "label": "._set_property_account_expense_categ_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_account_expense_categ_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_property_stock_valuation_account_id", "label": "._set_property_stock_valuation_account_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_stock_valuation_account_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_property_stock_account_input_categ_id", "label": "._set_property_stock_account_input_categ_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_stock_account_input_categ_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_property_stock_account_output_categ_id", "label": "._set_property_stock_account_output_categ_id()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_property_stock_account_output_categ_id()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "._persist_product_category_default()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._persist_product_category_default()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 8}, {"id": "res_config_settings_get_account_stock_properties_names", "label": "_get_account_stock_properties_names()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_account_stock_properties_names()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_rationale_249", "label": "Check whether the Sign module is installed or sign is enabled.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check whether the Sign module is installed or sign is enabled.", "community": 304, "community_name": "Community 304", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "res_config_settings_rationale_256", "label": "Show per-company tax report start date settings when the company operate", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show per-company tax report start date settings when the company operate", "community": 305, "community_name": "Community 305", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "res_config_settings_rationale_273", "label": "Load stock account defaults from product.category properties.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load stock account defaults from product.category properties.", "community": 306, "community_name": "Community 306", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "res_config_settings_rationale_288", "label": "Validate that the fiscal year end date is a real calendar date.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that the fiscal year end date is a real calendar date.", "community": 307, "community_name": "Community 307", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "res_config_settings_rationale_306", "label": "Write fiscal year settings atomically to the company to avoid intermedia", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Write fiscal year settings atomically to the company to avoid intermedia", "community": 308, "community_name": "Community 308", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "res_config_settings_rationale_325", "label": "Open the tax group list filtered by the fiscal country.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the tax group list filtered by the fiscal country.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "res_config_settings_rationale_339", "label": "Open the report configuration view for per-company start dates.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the report configuration view for per-company start dates.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "res_config_settings_rationale_361", "label": "Hook for localization modules to declare countries with custom tax closi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Hook for localization modules to declare countries with custom tax closi", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "res_config_settings_rationale_397", "label": "Save a product category default value via ir.default.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Save a product category default value via ir.default.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 1}, {"id": "res_config_settings_rationale_406", "label": "Return the list of stock-related property field names.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the list of stock-related property field names.", "community": 309, "community_name": "Community 309", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_config_settings.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "label": "saft_import.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "saft_import.py", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 6}, {"id": "saft_import_fusionsaftimport", "label": "FusionSAFTImport", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionSAFTImport", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 9}, {"id": "saft_import_fusionsaftimport_action_preview", "label": ".action_preview()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_preview()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 6}, {"id": "saft_import_fusionsaftimport_action_import", "label": ".action_import()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_import()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 8}, {"id": "saft_import_fusionsaftimport_parse_saft_file", "label": "._parse_saft_file()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_saft_file()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 5}, {"id": "saft_import_strip_namespaces", "label": "_strip_namespaces()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_strip_namespaces()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 2}, {"id": "saft_import_find_all", "label": "_find_all()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_all()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 5}, {"id": "saft_import_get_text", "label": "_get_text()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_text()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 4}, {"id": "saft_import_fusionsaftimport_import_accounts", "label": "._import_accounts()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_accounts()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 8}, {"id": "saft_import_map_grouping_to_account_type", "label": "_map_grouping_to_account_type()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_map_grouping_to_account_type()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 2}, {"id": "saft_import_fusionsaftimport_import_partners", "label": "._import_partners()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_partners()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 7}, {"id": "saft_import_fusionsaftimport_import_journal_entries", "label": "._import_journal_entries()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._import_journal_entries()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 7}, {"id": "saft_import_fusionsaftimport_reopen_wizard", "label": "._reopen_wizard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._reopen_wizard()", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "code", "degree": 4}, {"id": "saft_import_rationale_1", "label": "Fusion Accounting - SAF-T Import Provides a transient wizard that reads a Stand", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - SAF-T Import Provides a transient wizard that reads a Stand", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_29", "label": "Wizard to import accounting data from an SAF-T XML file. The user uploads a", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Wizard to import accounting data from an SAF-T XML file. The user uploads a", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_83", "label": "Parse the uploaded file and display a summary before import.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the uploaded file and display a summary before import.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_111", "label": "Parse the SAF-T XML and create Odoo records.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the SAF-T XML and create Odoo records.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_134", "label": "Decode the uploaded binary and return the XML root element. All namespa", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Decode the uploaded binary and return the XML root element. All namespa", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_155", "label": "Remove namespace URIs from all tags and attributes in-place.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove namespace URIs from all tags and attributes in-place.", "community": 310, "community_name": "Community 310", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 0}, {"id": "saft_import_rationale_166", "label": "Recursively find all elements with the given *tag*.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively find all elements with the given *tag*.", "community": 311, "community_name": "Community 311", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 0}, {"id": "saft_import_rationale_171", "label": "Return the text of the first child with *tag*, or *default*.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the text of the first child with *tag*, or *default*.", "community": 312, "community_name": "Community 312", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 0}, {"id": "saft_import_rationale_181", "label": "Create ``account.account`` records for each ``<Account>`` element that d", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create ``account.account`` records for each ``&lt;Account&gt;`` element that d", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_217", "label": "Convert an SAF-T GroupingCategory to an Odoo account_type. Mapping:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert an SAF-T GroupingCategory to an Odoo account_type. Mapping:", "community": 313, "community_name": "Community 313", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 0}, {"id": "saft_import_rationale_238", "label": "Create ``res.partner`` records for each ``<Customer>`` or ``<Supplier>``", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create ``res.partner`` records for each ``&lt;Customer&gt;`` or ``&lt;Supplier&gt;``", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_305", "label": "Create ``account.move`` records from ``<Transaction>`` elements nested i", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create ``account.move`` records from ``&lt;Transaction&gt;`` elements nested i", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "saft_import_rationale_401", "label": "Return an action that re-opens this wizard at its current state so the u", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action that re-opens this wizard at its current state so the u", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "label": "integration_bridges.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "integration_bridges.py", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 7}, {"id": "integration_bridges_fusionfleetbridge", "label": "FusionFleetBridge", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFleetBridge", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 3}, {"id": "integration_bridges_fusionfleetbridge_fusion_is_fleet_installed", "label": "._fusion_is_fleet_installed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_is_fleet_installed()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 2}, {"id": "integration_bridges_onchange_fusion_vehicle_id", "label": "_onchange_fusion_vehicle_id()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_fusion_vehicle_id()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 1}, {"id": "integration_bridges_fusionexpensebridge", "label": "FusionExpenseBridge", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionExpenseBridge", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 4}, {"id": "integration_bridges_fusionexpensebridge_fusion_is_hr_expense_installed", "label": "._fusion_is_hr_expense_installed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_is_hr_expense_installed()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 3}, {"id": "integration_bridges_fusionexpensebridge_action_open_expense_sheet", "label": ".action_open_expense_sheet()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_expense_sheet()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 2}, {"id": "integration_bridges_create_move_from_expense_sheet", "label": "create_move_from_expense_sheet()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_move_from_expense_sheet()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 4}, {"id": "integration_bridges_fusionhelpdeskbridge", "label": "FusionHelpdeskBridge", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionHelpdeskBridge", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 4}, {"id": "integration_bridges_fusionhelpdeskbridge_fusion_is_helpdesk_installed", "label": "._fusion_is_helpdesk_installed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._fusion_is_helpdesk_installed()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 3}, {"id": "integration_bridges_fusionhelpdeskbridge_action_open_helpdesk_ticket", "label": ".action_open_helpdesk_ticket()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_helpdesk_ticket()", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 2}, {"id": "integration_bridges_action_create_credit_note_from_ticket", "label": "action_create_credit_note_from_ticket()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "action_create_credit_note_from_ticket()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "code", "degree": 6}, {"id": "integration_bridges_rationale_1", "label": "Fusion Accounting - Integration Bridge Modules =================================", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Integration Bridge Modules =================================", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_66", "label": "Extends journal items so each line can optionally reference a fleet vehicle,", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends journal items so each line can optionally reference a fleet vehicle,", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_98", "label": "Runtime check: is the *fleet* model actually registered?", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runtime check: is the *fleet* model actually registered?", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_103", "label": "When a vehicle is selected, suggest the vehicle's display name as the li", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When a vehicle is selected, suggest the vehicle&#x27;s display name as the li", "community": 314, "community_name": "Community 314", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 0}, {"id": "integration_bridges_rationale_115", "label": "Links journal entries to approved HR expense sheets and provides a method to", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Links journal entries to approved HR expense sheets and provides a method to", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_147", "label": "Runtime check: is the *hr.expense.sheet* model registered?", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runtime check: is the *hr.expense.sheet* model registered?", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_152", "label": "Navigate to the linked expense sheet form.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to the linked expense sheet form.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_167", "label": "Generate a journal entry from an approved HR expense sheet. :param int", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a journal entry from an approved HR expense sheet. :param int", "community": 315, "community_name": "Community 315", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 0}, {"id": "integration_bridges_rationale_282", "label": "Extends journal entries with helpdesk-ticket linkage and provides an action", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends journal entries with helpdesk-ticket linkage and provides an action", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_313", "label": "Runtime check: is the *helpdesk.ticket* model registered?", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runtime check: is the *helpdesk.ticket* model registered?", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_318", "label": "Navigate to the linked helpdesk ticket form.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to the linked helpdesk ticket form.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 1}, {"id": "integration_bridges_rationale_332", "label": "Create a credit note linked to a helpdesk ticket. If *invoice_id* is pr", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a credit note linked to a helpdesk ticket. If *invoice_id* is pr", "community": 316, "community_name": "Community 316", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/integration_bridges.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "label": "bank_rec_widget_line.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_rec_widget_line.py", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 22}, {"id": "bank_rec_widget_line_fusionbankrecline", "label": "FusionBankRecLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBankRecLine", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 4}, {"id": "bank_rec_widget_line_fusionbankrecline_compute_index", "label": "._compute_index()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_index()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_line_compute_account_id", "label": "_compute_account_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_account_id()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_date", "label": "_compute_date()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_date()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_name", "label": "_compute_name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_partner_id", "label": "_compute_partner_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_id()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_currency_id", "label": "_compute_currency_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_currency_id()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_balance", "label": "_compute_balance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_balance()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_amount_currency", "label": "_compute_amount_currency()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_amount_currency()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_from_balance", "label": "_compute_from_balance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_from_balance()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_from_source_balance", "label": "_compute_from_source_balance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_from_source_balance()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_analytic_distribution", "label": "_compute_analytic_distribution()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_analytic_distribution()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_tax_repartition_line_id", "label": "_compute_tax_repartition_line_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_tax_repartition_line_id()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_tax_ids", "label": "_compute_tax_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_tax_ids()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_tax_tag_ids", "label": "_compute_tax_tag_ids()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_tax_tag_ids()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_group_tax_id", "label": "_compute_group_tax_id()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_group_tax_id()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_display_stroked_amount_currency", "label": "_compute_display_stroked_amount_currency()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_stroked_amount_currency()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_display_stroked_balance", "label": "_compute_display_stroked_balance()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_stroked_balance()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_source_aml_fields", "label": "_compute_source_aml_fields()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_source_aml_fields()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_partner_info", "label": "_compute_partner_info()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_partner_info()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_bank_account", "label": "_compute_bank_account()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_bank_account()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_compute_suggestion", "label": "_compute_suggestion()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_suggestion()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 2}, {"id": "bank_rec_widget_line_compute_ref_narration", "label": "_compute_ref_narration()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_ref_narration()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 1}, {"id": "bank_rec_widget_line_fusionbankrecline_get_aml_values", "label": "._get_aml_values()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_aml_values()", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "code", "degree": 3}, {"id": "bank_rec_widget_line_rationale_25", "label": "Represents a single entry within the bank reconciliation widget. Each entry", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents a single entry within the bank reconciliation widget. Each entry", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_line_rationale_257", "label": "Assign a unique identifier to each entry for JS-side tracking.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Assign a unique identifier to each entry for JS-side tracking.", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 1}, {"id": "bank_rec_widget_line_rationale_263", "label": "Derive the account from the source journal item for linked entries. Ent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive the account from the source journal item for linked entries. Ent", "community": 317, "community_name": "Community 317", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_276", "label": "Set the date based on the entry type. Source-linked entries (aml, new_a", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the date based on the entry type. Source-linked entries (aml, new_a", "community": 318, "community_name": "Community 318", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_291", "label": "Set the description/label from the source journal item when applicable.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the description/label from the source journal item when applicable.", "community": 319, "community_name": "Community 319", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_305", "label": "Determine the partner for each entry based on its type. Matched journal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the partner for each entry based on its type. Matched journal", "community": 320, "community_name": "Community 320", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_320", "label": "Set the currency based on entry type. Source-linked entries use the cur", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the currency based on entry type. Source-linked entries use the cur", "community": 321, "community_name": "Community 321", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_336", "label": "Set the company-currency balance from the source when applicable. Only", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the company-currency balance from the source when applicable. Only", "community": 322, "community_name": "Community 322", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_349", "label": "Set the foreign currency amount from the source when applicable. Only '", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the foreign currency amount from the source when applicable. Only &#x27;", "community": 323, "community_name": "Community 323", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_361", "label": "Split the balance into separate debit and credit components.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Split the balance into separate debit and credit components.", "community": 324, "community_name": "Community 324", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_368", "label": "Split the original source balance into debit and credit.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Split the original source balance into debit and credit.", "community": 325, "community_name": "Community 325", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_375", "label": "Compute analytic distribution based on entry type. Source-linked entrie", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute analytic distribution based on entry type. Source-linked entrie", "community": 326, "community_name": "Community 326", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_402", "label": "Inherit tax repartition line from the source for 'aml' entries only.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Inherit tax repartition line from the source for &#x27;aml&#x27; entries only.", "community": 327, "community_name": "Community 327", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_411", "label": "Copy applied tax references from the source for 'aml' entries.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy applied tax references from the source for &#x27;aml&#x27; entries.", "community": 328, "community_name": "Community 328", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_420", "label": "Copy tax tags from the source for 'aml' entries.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy tax tags from the source for &#x27;aml&#x27; entries.", "community": 329, "community_name": "Community 329", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_429", "label": "Copy the group tax reference from the source for 'aml' entries.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Copy the group tax reference from the source for &#x27;aml&#x27; entries.", "community": 330, "community_name": "Community 330", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_438", "label": "Determine whether to show a strikethrough on the foreign currency amount.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether to show a strikethrough on the foreign currency amount.", "community": 331, "community_name": "Community 331", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_451", "label": "Determine whether to show a strikethrough on the balance. Applies to 'n", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine whether to show a strikethrough on the balance. Applies to &#x27;n", "community": 332, "community_name": "Community 332", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_466", "label": "Resolve the originating move for display and navigation purposes. For '", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve the originating move for display and navigation purposes. For &#x27;", "community": 333, "community_name": "Community 333", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_496", "label": "Load receivable/payable account info for the selected partner. This dat", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load receivable/payable account info for the selected partner. This dat", "community": 334, "community_name": "Community 334", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_542", "label": "Show the bank account number on the liquidity entry only.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Show the bank account number on the liquidity entry only.", "community": 335, "community_name": "Community 335", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_553", "label": "Build contextual suggestion text for matched journal items. When a 'new", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build contextual suggestion text for matched journal items. When a &#x27;new", "community": 336, "community_name": "Community 336", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_661", "label": "Populate ref and narration from the statement line for liquidity entries.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Populate ref and narration from the statement line for liquidity entries.", "community": 337, "community_name": "Community 337", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 0}, {"id": "bank_rec_widget_line_rationale_675", "label": "Convert this widget entry into values suitable for creating journal items.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert this widget entry into values suitable for creating journal items.", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_rec_widget_line.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_fiscal_position_py", "label": "account_fiscal_position.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_fiscal_position.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "code", "degree": 1}, {"id": "account_fiscal_position_fusionfiscalposition", "label": "FusionFiscalPosition", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFiscalPosition", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "code", "degree": 4}, {"id": "account_fiscal_position_fusionfiscalposition_inverse_foreign_vat", "label": "._inverse_foreign_vat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._inverse_foreign_vat()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "code", "degree": 3}, {"id": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "label": "._create_draft_closing_move_for_foreign_vat()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_draft_closing_move_for_foreign_vat()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "code", "degree": 5}, {"id": "account_fiscal_position_rationale_8", "label": "Extends fiscal positions to generate draft tax-closing entries whenever a fo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends fiscal positions to generate draft tax-closing entries whenever a fo", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "rationale", "degree": 1}, {"id": "account_fiscal_position_rationale_14", "label": "When the foreign_vat field is written, propagate draft closing moves for", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "When the foreign_vat field is written, propagate draft closing moves for", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "rationale", "degree": 1}, {"id": "account_fiscal_position_rationale_22", "label": "For every existing draft tax-closing entry, ensure a corresponding closi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "For every existing draft tax-closing entry, ensure a corresponding closi", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_position.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_three_way_match_py", "label": "three_way_match.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "three_way_match.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 3}, {"id": "three_way_match_fusionthreewaymatch", "label": "FusionThreeWayMatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionThreeWayMatch", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 4}, {"id": "three_way_match_fusion_purchase_module_installed", "label": "_fusion_purchase_module_installed()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_fusion_purchase_module_installed()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 3}, {"id": "three_way_match_compute_3way_match", "label": "_compute_3way_match()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_3way_match()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 4}, {"id": "three_way_match_fusionthreewaymatch_action_view_purchase_order", "label": ".action_view_purchase_order()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_purchase_order()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 2}, {"id": "three_way_match_fusionthreewaymatch_action_refresh_3way_match", "label": ".action_refresh_3way_match()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_refresh_3way_match()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "code", "degree": 3}, {"id": "three_way_match_rationale_18", "label": "Extends account.move with 3-way matching for vendor bills. The 3-way match", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends account.move with 3-way matching for vendor bills. The 3-way match", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "rationale", "degree": 1}, {"id": "three_way_match_rationale_88", "label": "Return True if the purchase module is installed.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return True if the purchase module is installed.", "community": 338, "community_name": "Community 338", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "rationale", "degree": 0}, {"id": "three_way_match_rationale_104", "label": "Compare PO amount, received quantity value, and bill amount. The tolera", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compare PO amount, received quantity value, and bill amount. The tolera", "community": 339, "community_name": "Community 339", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "rationale", "degree": 0}, {"id": "three_way_match_rationale_216", "label": "Open the linked purchase order.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the linked purchase order.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "rationale", "degree": 1}, {"id": "three_way_match_rationale_229", "label": "Manually re-compute the 3-way match status.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manually re-compute the 3-way match status.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/three_way_match.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_py", "label": "res_partner.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "res_partner.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_fusionrespartner", "label": "FusionResPartner", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionResPartner", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 6}, {"id": "res_partner_fusionrespartner_get_followup_responsible", "label": "._get_followup_responsible()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_followup_responsible()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_fusionrespartner_open_partner_ledger", "label": ".open_partner_ledger()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_partner_ledger()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_fusionrespartner_open_partner", "label": ".open_partner()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_partner()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 2}, {"id": "res_partner_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 1}, {"id": "res_partner_fusionrespartner_get_partner_account_report_attachment", "label": "._get_partner_account_report_attachment()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_partner_account_report_attachment()", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "code", "degree": 6}, {"id": "res_partner_rationale_8", "label": "Extends partners with accounting-specific actions, enriched display-name com", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends partners with accounting-specific actions, enriched display-name com", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_rationale_21", "label": "Return the user responsible for follow-up on this partner.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the user responsible for follow-up on this partner.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_rationale_26", "label": "Navigate to the partner ledger report filtered to this partner.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to the partner ledger report filtered to this partner.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_rationale_40", "label": "Open the partner form view for this record.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the partner form view for this record.", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "res_partner_rationale_53", "label": "When the context flag ``show_more_partner_info`` is set, append the VAT", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "When the context flag ``show_more_partner_info`` is set, append the VAT", "community": 340, "community_name": "Community 340", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 0}, {"id": "res_partner_rationale_67", "label": "Render the given accounting report as PDF for this partner and create an", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the given accounting report as PDF for this partner and create an", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/res_partner.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ir_actions_py", "label": "ir_actions.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_actions.py", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_actions.py", "file_type": "code", "degree": 1}, {"id": "ir_actions_fusionreportdownloadaction", "label": "FusionReportDownloadAction", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionReportDownloadAction", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_actions.py", "file_type": "code", "degree": 3}, {"id": "ir_actions_fusionreportdownloadaction_get_readable_fields", "label": "._get_readable_fields()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_readable_fields()", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_actions.py", "file_type": "code", "degree": 2}, {"id": "ir_actions_rationale_8", "label": "Abstract model that extends the readable field set of ``ir.actions.actions``", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Abstract model that extends the readable field set of ``ir.actions.actions``", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_actions.py", "file_type": "rationale", "degree": 1}, {"id": "ir_actions_rationale_16", "label": "Merge the standard readable fields with the 'data' key required by the r", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Merge the standard readable fields with the &#x27;data&#x27; key required by the r", "community": 67, "community_name": "Community 67", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/ir_actions.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "label": "account_deferred_reports.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "account_deferred_reports.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 11}, {"id": "account_deferred_reports_fusiondeferredreporthandler", "label": "FusionDeferredReportHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDeferredReportHandler", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 14}, {"id": "account_deferred_reports_fusiondeferredreporthandler_get_deferred_report_type", "label": "._get_deferred_report_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_deferred_report_type()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 1}, {"id": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "label": "._get_domain()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_domain()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 7}, {"id": "account_deferred_reports_get_select", "label": "_get_select()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_select()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "._get_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_lines()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 43}, {"id": "account_deferred_reports_get_grouping_fields_deferred_lines", "label": "_get_grouping_fields_deferred_lines()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_grouping_fields_deferred_lines()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_group_by_deferred_fields", "label": "_group_by_deferred_fields()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_group_by_deferred_fields()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 4}, {"id": "account_deferred_reports_get_grouping_fields_deferral_lines", "label": "_get_grouping_fields_deferral_lines()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_grouping_fields_deferral_lines()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_group_by_deferral_fields", "label": "_group_by_deferral_fields()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_group_by_deferral_fields()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 3}, {"id": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "label": "_group_deferred_amounts_by_grouping_field()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_group_deferred_amounts_by_grouping_field()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 5}, {"id": "account_deferred_reports_get_current_key_totals_dict", "label": "_get_current_key_totals_dict()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_current_key_totals_dict()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_fusiondeferredreporthandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 1}, {"id": "account_deferred_reports_fusiondeferredreporthandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 3}, {"id": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "label": ".action_audit_cell()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_audit_cell()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 6}, {"id": "account_deferred_reports_fusiondeferredreporthandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 1}, {"id": "account_deferred_reports_fusiondeferredreporthandler_customize_warnings", "label": "._customize_warnings()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._customize_warnings()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 3}, {"id": "account_deferred_reports_fusiondeferredreporthandler_open_journal_items", "label": ".open_journal_items()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_journal_items()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 4}, {"id": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 7}, {"id": "account_deferred_reports_fusiondeferredreporthandler_action_generate_entry", "label": ".action_generate_entry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_generate_entry()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "._generate_deferral_entry()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_deferral_entry()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 11}, {"id": "account_deferred_reports_get_deferred_lines", "label": "_get_deferred_lines()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_deferred_lines()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 8}, {"id": "account_deferred_reports_fusiondeferredexpensehandler", "label": "FusionDeferredExpenseHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDeferredExpenseHandler", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_fusiondeferredexpensehandler_get_deferred_report_type", "label": "._get_deferred_report_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_deferred_report_type()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 1}, {"id": "account_deferred_reports_fusiondeferredrevenuehandler", "label": "FusionDeferredRevenueHandler", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionDeferredRevenueHandler", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 2}, {"id": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "._get_deferred_report_type()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_deferred_report_type()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "code", "degree": 6}, {"id": "account_deferred_reports_rationale_15", "label": "Base handler for deferred expense / revenue reports. Provides shared domain", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Base handler for deferred expense / revenue reports. Provides shared domain", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_34", "label": "Build the search domain for deferred journal items within the selected r", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the search domain for deferred journal items within the selected r", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_73", "label": "Column expressions for the deferred-lines query.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Column expressions for the deferred-lines query.", "community": 341, "community_name": "Community 341", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 0}, {"id": "account_deferred_reports_rationale_95", "label": "Execute the deferred-lines query and return raw dicts.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the deferred-lines query and return raw dicts.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_145", "label": "Group deferred amounts per grouping field and compute period totals. Ret", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Group deferred amounts per grouping field and compute period totals. Ret", "community": 342, "community_name": "Community 342", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 0}, {"id": "account_deferred_reports_rationale_249", "label": "Open a list of the invoices/bills and deferral entries that underlie the", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a list of the invoices/bills and deferral entries that underlie the", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_350", "label": "Build the report lines by computing deferred amounts per period and grou", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the report lines by computing deferred amounts per period and grou", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_440", "label": "Create the deferral move and its reversal for the selected period.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create the deferral move and its reversal for the selected period.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 1}, {"id": "account_deferred_reports_rationale_517", "label": "Compute the journal-item commands for a deferral entry and return ``(lin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the journal-item commands for a deferral entry and return ``(lin", "community": 343, "community_name": "Community 343", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_deferred_reports.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_fiscal_year_py", "label": "account_fiscal_year.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account_fiscal_year.py", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_year.py", "file_type": "code", "degree": 2}, {"id": "account_fiscal_year_fusionfiscalyear", "label": "FusionFiscalYear", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionFiscalYear", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_year.py", "file_type": "code", "degree": 2}, {"id": "account_fiscal_year_validate_fiscal_year_dates", "label": "_validate_fiscal_year_dates()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_validate_fiscal_year_dates()", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_year.py", "file_type": "code", "degree": 1}, {"id": "account_fiscal_year_rationale_9", "label": "Represents a fiscal year period for a company. Enforces non-overlapping date", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents a fiscal year period for a company. Enforces non-overlapping date", "community": 75, "community_name": "Community 75", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_year.py", "file_type": "rationale", "degree": 1}, {"id": "account_fiscal_year_rationale_38", "label": "Ensure fiscal years do not overlap for the same company and that the dat", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure fiscal years do not overlap for the same company and that the dat", "community": 344, "community_name": "Community 344", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_fiscal_year.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_chart_template_py", "label": "chart_template.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chart_template.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/chart_template.py", "file_type": "code", "degree": 1}, {"id": "chart_template_fusioncharttemplatepostload", "label": "FusionChartTemplatePostLoad", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionChartTemplatePostLoad", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/chart_template.py", "file_type": "code", "degree": 3}, {"id": "chart_template_fusioncharttemplatepostload_post_load_data", "label": "._post_load_data()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_load_data()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/chart_template.py", "file_type": "code", "degree": 6}, {"id": "chart_template_rationale_9", "label": "Runs post-installation configuration after chart-of-accounts data is loaded:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Runs post-installation configuration after chart-of-accounts data is loaded:", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/chart_template.py", "file_type": "rationale", "degree": 1}, {"id": "chart_template_rationale_17", "label": "Apply Fusion Accounting defaults after chart template data has been load", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply Fusion Accounting defaults after chart template data has been load", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/chart_template.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "label": "bank_statement_import_camt.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_import_camt.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 11}, {"id": "bank_statement_import_camt_fusioncamtparser", "label": "FusionCAMTParser", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionCAMTParser", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 24}, {"id": "bank_statement_import_camt_fusioncamtparser_parse_camt", "label": ".parse_camt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_camt()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 7}, {"id": "bank_statement_import_camt_to_bytes", "label": "_to_bytes()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_bytes()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_camt_parse_xml", "label": "_parse_xml()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_xml()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_camt_fusioncamtparser_detect_namespace", "label": "._detect_namespace()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._detect_namespace()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_camt_tag", "label": "_tag()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_tag()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_camt_fusioncamtparser_find", "label": "._find()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._find()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_camt_fusioncamtparser_find_text", "label": "._find_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._find_text()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_camt_fusioncamtparser_findall", "label": "._findall()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._findall()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_camt_fusioncamtparser_iter", "label": "._iter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._iter()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_camt_fusioncamtparser_extract_statements", "label": "._extract_statements()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_statements()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 5}, {"id": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "._extract_single_statement()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_single_statement()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 10}, {"id": "bank_statement_import_camt_fusioncamtparser_extract_entry", "label": "._extract_entry()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_entry()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 10}, {"id": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "._extract_tx_details()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_tx_details()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 8}, {"id": "bank_statement_import_camt_make_unique_id", "label": "_make_unique_id()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_make_unique_id()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_camt_parse_camt_date", "label": "_parse_camt_date()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_camt_date()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_camt_parse_camt_datetime", "label": "_parse_camt_datetime()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_camt_datetime()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_camt_safe_float", "label": "_safe_float()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_safe_float()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_camt_fusionjournalcamtimport", "label": "FusionJournalCAMTImport", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionJournalCAMTImport", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_camt_fusionjournalcamtimport_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_statements_available_import_formats()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "label": "._parse_bank_statement_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_bank_statement_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_camt_is_camt_file", "label": "_is_camt_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_is_camt_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_camt_rationale_16", "label": "Standalone parser for ISO 20022 CAMT.053 XML bank statements. CAMT.053 (Ban", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Standalone parser for ISO 20022 CAMT.053 XML bank statements. CAMT.053 (Ban", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_40", "label": "Parse a CAMT.053 XML file and return a list of statement dicts compatibl", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a CAMT.053 XML file and return a list of statement dicts compatibl", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_72", "label": "Ensure *data_file* is bytes for XML parsing.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure *data_file* is bytes for XML parsing.", "community": 345, "community_name": "Community 345", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_79", "label": "Parse raw XML bytes and return the root Element.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse raw XML bytes and return the root Element.", "community": 346, "community_name": "Community 346", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_88", "label": "Auto-detect the CAMT.053 namespace from the document root. Returns a di", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-detect the CAMT.053 namespace from the document root. Returns a di", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_112", "label": "Build a namespaced tag string for ElementTree lookups.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a namespaced tag string for ElementTree lookups.", "community": 347, "community_name": "Community 347", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_119", "label": "Find the first child element matching a ``/``-separated *path* of local", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the first child element matching a ``/``-separated *path* of local", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_129", "label": "Return the stripped text of the element at *path*, or ``None``.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the stripped text of the element at *path*, or ``None``.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_136", "label": "Return all direct children matching *local_name*.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return all direct children matching *local_name*.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_140", "label": "Iterate over all descendant elements matching *local_name*.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Iterate over all descendant elements matching *local_name*.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_148", "label": "Extract all ``<Stmt>`` elements from the document.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract all ``&lt;Stmt&gt;`` elements from the document.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_164", "label": "Extract one ``<Stmt>`` element into a statement dict.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract one ``&lt;Stmt&gt;`` element into a statement dict.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_249", "label": "Extract transactions from a single ``<Ntry>`` element. An entry may con", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract transactions from a single ``&lt;Ntry&gt;`` element. An entry may con", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_323", "label": "Extract a single transaction from a ``<TxDtls>`` element.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract a single transaction from a ``&lt;TxDtls&gt;`` element.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_424", "label": "Generate a deterministic unique import ID from available data.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a deterministic unique import ID from available data.", "community": 348, "community_name": "Community 348", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_443", "label": "Parse an ISO 8601 date (``YYYY-MM-DD``) to ``datetime.date``.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an ISO 8601 date (``YYYY-MM-DD``) to ``datetime.date``.", "community": 349, "community_name": "Community 349", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_454", "label": "Parse an ISO 8601 datetime to ``datetime.date``.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an ISO 8601 datetime to ``datetime.date``.", "community": 350, "community_name": "Community 350", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_474", "label": "Convert *value* to float, returning 0.0 on failure.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert *value* to float, returning 0.0 on failure.", "community": 351, "community_name": "Community 351", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_camt_rationale_484", "label": "Register CAMT.053 as an available bank-statement import format and implement", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Register CAMT.053 as an available bank-statement import format and implement", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_491", "label": "Append CAMT.053 to the list of importable formats.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append CAMT.053 to the list of importable formats.", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_498", "label": "Attempt to parse *attachment* as CAMT.053. Falls through to ``super()``", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to parse *attachment* as CAMT.053. Falls through to ``super()``", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_camt_rationale_527", "label": "Heuristic check: does *raw_data* look like a CAMT.053 file?", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Heuristic check: does *raw_data* look like a CAMT.053 file?", "community": 352, "community_name": "Community 352", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_camt.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "label": "account_bank_statement.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "account_bank_statement.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 3}, {"id": "account_bank_statement_fusionbankstatement", "label": "FusionBankStatement", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBankStatement", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 4}, {"id": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "label": ".action_open_bank_reconcile_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_bank_reconcile_widget()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 4}, {"id": "account_bank_statement_fusionbankstatement_action_generate_attachment", "label": ".action_generate_attachment()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_generate_attachment()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 4}, {"id": "account_bank_statement_fusionbankstatementline", "label": "FusionBankStatementLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionBankStatementLine", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 9}, {"id": "account_bank_statement_fusionbankstatementline_action_save_close", "label": ".action_save_close()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_save_close()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 2}, {"id": "account_bank_statement_fusionbankstatementline_action_save_new", "label": ".action_save_new()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_save_new()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 2}, {"id": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "_action_open_bank_reconciliation_widget()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_action_open_bank_reconciliation_widget()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 16}, {"id": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "label": ".action_open_recon_st_line()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_recon_st_line()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 4}, {"id": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "._cron_try_auto_reconcile_statement_lines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._cron_try_auto_reconcile_statement_lines()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 11}, {"id": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "._retrieve_partner()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._retrieve_partner()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 13}, {"id": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "label": "._get_st_line_strings_for_matching()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_st_line_strings_for_matching()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 3}, {"id": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "._get_default_amls_matching_domain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_default_amls_matching_domain()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "code", "degree": 7}, {"id": "account_bank_statement_rationale_20", "label": "Extends bank statements with reconciliation widget integration and PDF attac", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends bank statements with reconciliation widget integration and PDF attac", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_28", "label": "Launch the bank reconciliation widget scoped to this statement.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Launch the bank reconciliation widget scoped to this statement.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_40", "label": "Render statement as PDF and attach it to the record.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Render statement as PDF and attach it to the record.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_65", "label": "Extends bank statement lines with reconciliation workflow, automated matchin", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends bank statement lines with reconciliation workflow, automated matchin", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_90", "label": "Close the current form after saving.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Close the current form after saving.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_94", "label": "Save and immediately open a fresh statement line form.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Save and immediately open a fresh statement line form.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_108", "label": "Return an action dict that opens the bank reconciliation widget.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return an action dict that opens the bank reconciliation widget.", "community": 353, "community_name": "Community 353", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 0}, {"id": "account_bank_statement_rationale_130", "label": "Open the reconciliation widget focused on a single statement line.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the reconciliation widget focused on a single statement line.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_144", "label": "Attempt to automatically reconcile statement lines using configured reco", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to automatically reconcile statement lines using configured reco", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_234", "label": "Heuristically determine the partner for this statement line by inspectin", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Heuristically determine the partner for this statement line by inspectin", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_296", "label": "Collect textual values from the statement line for use in matching algor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Collect textual values from the statement line for use in matching algor", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "account_bank_statement_rationale_314", "label": "Exclude stock valuation accounts from the default matching domain.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exclude stock valuation accounts from the default matching domain.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_bank_statement.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_executive_summary_report_py", "label": "executive_summary_report.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "executive_summary_report.py", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/executive_summary_report.py", "file_type": "code", "degree": 1}, {"id": "executive_summary_report_executivesummaryreport", "label": "ExecutiveSummaryReport", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ExecutiveSummaryReport", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/executive_summary_report.py", "file_type": "code", "degree": 3}, {"id": "executive_summary_report_executivesummaryreport_report_custom_engine_executive_summary_ndays", "label": "._report_custom_engine_executive_summary_ndays()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_custom_engine_executive_summary_ndays()", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/executive_summary_report.py", "file_type": "code", "degree": 2}, {"id": "executive_summary_report_rationale_8", "label": "Extends the accounting report to provide an executive summary metric that co", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extends the accounting report to provide an executive summary metric that co", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/executive_summary_report.py", "file_type": "rationale", "degree": 1}, {"id": "executive_summary_report_rationale_18", "label": "Calculate the total number of calendar days within the report period. T", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the total number of calendar days within the report period. T", "community": 68, "community_name": "Community 68", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/executive_summary_report.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_payment_qr_code_py", "label": "payment_qr_code.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "payment_qr_code.py", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "code", "degree": 3}, {"id": "payment_qr_code_fusionpaymentqr", "label": "FusionPaymentQR", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionPaymentQR", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "code", "degree": 3}, {"id": "payment_qr_code_compute_fusion_qr_code", "label": "_compute_fusion_qr_code()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_fusion_qr_code()", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "code", "degree": 2}, {"id": "payment_qr_code_fusionpaymentqr_generate_epc_qr", "label": ".generate_epc_qr()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_epc_qr()", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "code", "degree": 3}, {"id": "payment_qr_code_rationale_1", "label": "Fusion Accounting - Payment QR Codes Extends ``account.move`` to generate **EPC", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Payment QR Codes Extends ``account.move`` to generate **EPC", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "rationale", "degree": 1}, {"id": "payment_qr_code_rationale_43", "label": "Adds EPC QR code generation to customer invoices. The EPC QR standard encod", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Adds EPC QR code generation to customer invoices. The EPC QR standard encod", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "rationale", "degree": 1}, {"id": "payment_qr_code_rationale_95", "label": "Compute the QR code image for eligible invoices.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute the QR code image for eligible invoices.", "community": 354, "community_name": "Community 354", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "rationale", "degree": 0}, {"id": "payment_qr_code_rationale_119", "label": "Generate an EPC QR code image for this invoice. The QR code encodes pay", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate an EPC QR code image for this invoice. The QR code encodes pay", "community": 59, "community_name": "Community 59", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/payment_qr_code.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "label": "bank_statement_import_qif.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_import_qif.py", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 9}, {"id": "bank_statement_import_qif_fusionqifparser", "label": "FusionQIFParser", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionQIFParser", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 16}, {"id": "bank_statement_import_qif_fusionqifparser_parse_qif", "label": ".parse_qif()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_qif()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 8}, {"id": "bank_statement_import_qif_to_text", "label": "_to_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_to_text()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_qif_detect_account_type", "label": "_detect_account_type()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_detect_account_type()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_qif_split_records", "label": "_split_records()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_split_records()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_qif_fusionqifparser_parse_record", "label": "._parse_record()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_record()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 5}, {"id": "bank_statement_import_qif_parse_qif_date", "label": "_parse_qif_date()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_qif_date()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_qif_parse_amount", "label": "_parse_amount()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_amount()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 2}, {"id": "bank_statement_import_qif_fusionjournalqifimport", "label": "FusionJournalQIFImport", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionJournalQIFImport", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_bank_statements_available_import_formats()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 4}, {"id": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "._parse_bank_statement_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_bank_statement_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 6}, {"id": "bank_statement_import_qif_is_qif_file", "label": "_is_qif_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_is_qif_file()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "code", "degree": 3}, {"id": "bank_statement_import_qif_rationale_16", "label": "Standalone parser for QIF (Quicken Interchange Format) files. QIF is a plai", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Standalone parser for QIF (Quicken Interchange Format) files. QIF is a plai", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_60", "label": "Parse a QIF file and return a statement dict compatible with the Fusion", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a QIF file and return a statement dict compatible with the Fusion", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_126", "label": "Ensure *data_file* is a string.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure *data_file* is a string.", "community": 355, "community_name": "Community 355", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_qif_rationale_141", "label": "Return the QIF account type from a ``!Type:`` header, or ``'Bank'`` as t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the QIF account type from a ``!Type:`` header, or ``&#x27;Bank&#x27;`` as t", "community": 356, "community_name": "Community 356", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_qif_rationale_155", "label": "Split *lines* into a list of record-lists, using ``^`` as the record sep", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Split *lines* into a list of record-lists, using ``^`` as the record sep", "community": 357, "community_name": "Community 357", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_qif_rationale_182", "label": "Parse a list of single-char-prefixed field lines into a transaction dict", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a list of single-char-prefixed field lines into a transaction dict", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_258", "label": "Try multiple date formats and return the first successful parse as a ``d", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Try multiple date formats and return the first successful parse as a ``d", "community": 358, "community_name": "Community 358", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_qif_rationale_281", "label": "Parse a QIF amount string. Handles commas as thousand separators or as", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a QIF amount string. Handles commas as thousand separators or as", "community": 359, "community_name": "Community 359", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "bank_statement_import_qif_rationale_318", "label": "Register QIF as an available bank-statement import format and implement the", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Register QIF as an available bank-statement import format and implement the", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_325", "label": "Append QIF to the list of importable formats.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Append QIF to the list of importable formats.", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_332", "label": "Attempt to parse *attachment* as QIF. Falls through to ``super()`` when", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to parse *attachment* as QIF. Falls through to ``super()`` when", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 1}, {"id": "bank_statement_import_qif_rationale_359", "label": "Heuristic check: does *raw_data* look like a QIF file?", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Heuristic check: does *raw_data* look like a QIF file?", "community": 360, "community_name": "Community 360", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "label": "account_asset.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "account_asset.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 37}, {"id": "account_asset_fusionasset", "label": "FusionAsset", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAsset", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 36}, {"id": "account_asset_compute_journal_id", "label": "_compute_journal_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_journal_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_compute_total_depreciable_value", "label": "_compute_total_depreciable_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_total_depreciable_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_salvage_value", "label": "_compute_salvage_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_salvage_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_disposal_date", "label": "_compute_disposal_date()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_disposal_date()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_value", "label": "_compute_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_display_account_asset_id", "label": "_compute_display_account_asset_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_account_asset_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_account_asset_id", "label": "_compute_account_asset_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_account_asset_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_compute_analytic_distribution", "label": "_compute_analytic_distribution()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_analytic_distribution()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_lifetime_days", "label": "_compute_lifetime_days()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_lifetime_days()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_compute_prorata_date", "label": "_compute_prorata_date()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_prorata_date()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_compute_paused_prorata_date", "label": "_compute_paused_prorata_date()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_paused_prorata_date()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_related_purchase_value", "label": "_compute_related_purchase_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_related_purchase_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_acquisition_date", "label": "_compute_acquisition_date()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_acquisition_date()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_compute_name", "label": "_compute_name()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_value_residual", "label": "_compute_value_residual()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_value_residual()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_book_value", "label": "_compute_book_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_book_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_gross_increase_value", "label": "_compute_gross_increase_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_gross_increase_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_non_deductible_tax_value", "label": "_compute_non_deductible_tax_value()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_non_deductible_tax_value()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_counts", "label": "_compute_counts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_counts()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_compute_linked_assets", "label": "_compute_linked_assets()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_linked_assets()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_onchange_account_depreciation_id", "label": "_onchange_account_depreciation_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_account_depreciation_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_display_original_value_warning", "label": "_display_original_value_warning()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_display_original_value_warning()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_onchange_original_move_line_ids", "label": "_onchange_original_move_line_ids()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_original_move_line_ids()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_onchange_account_asset_id", "label": "_onchange_account_asset_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_account_asset_id()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_onchange_model_id", "label": "_onchange_model_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_model_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 11}, {"id": "account_asset_onchange_consistent_board", "label": "onchange_consistent_board()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "onchange_consistent_board()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_check_active", "label": "_check_active()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_active()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_check_depreciations", "label": "_check_depreciations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_depreciations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_check_related_purchase", "label": "_check_related_purchase()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_related_purchase()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_unlink_if_model_or_draft", "label": "_unlink_if_model_or_draft()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_unlink_if_model_or_draft()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_fusionasset_unlink", "label": ".unlink()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".unlink()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 37}, {"id": "account_asset_fusionasset_copy_data", "label": ".copy_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".copy_data()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_write", "label": ".write()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".write()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 98}, {"id": "account_asset_fusionasset_compute_straight_line_amount", "label": "._compute_straight_line_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_straight_line_amount()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionasset_compute_board_amount", "label": "._compute_board_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_board_amount()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 7}, {"id": "account_asset_fusionasset_compute_depreciation_board", "label": ".compute_depreciation_board()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".compute_depreciation_board()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 17}, {"id": "account_asset_fusionasset_recompute_board", "label": "._recompute_board()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._recompute_board()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 9}, {"id": "account_asset_fusionasset_get_end_period_date", "label": "._get_end_period_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_end_period_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_compute_day_span", "label": "._compute_day_span()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_day_span()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 8}, {"id": "account_asset_fusionasset_get_last_day_asset", "label": "._get_last_day_asset()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_last_day_asset()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionasset_action_open_linked_assets", "label": ".action_open_linked_assets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_linked_assets()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionasset_action_asset_modify", "label": ".action_asset_modify()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_asset_modify()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionasset_action_save_model", "label": ".action_save_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_save_model()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_open_entries", "label": ".open_entries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_entries()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_open_related_entries", "label": ".open_related_entries()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_related_entries()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_open_increase", "label": ".open_increase()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_increase()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_open_parent_id", "label": ".open_parent_id()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_parent_id()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_validate", "label": ".validate()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.6, "font": {"size": 12, "color": "#ffffff"}, "title": ".validate()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 103}, {"id": "account_asset_fusionasset_set_to_close", "label": ".set_to_close()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_to_close()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 10}, {"id": "account_asset_fusionasset_set_to_cancelled", "label": ".set_to_cancelled()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_to_cancelled()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 6}, {"id": "account_asset_fusionasset_set_to_draft", "label": ".set_to_draft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_to_draft()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionasset_set_to_running", "label": ".set_to_running()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_to_running()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_resume_after_pause", "label": ".resume_after_pause()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".resume_after_pause()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionasset_pause", "label": ".pause()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".pause()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_open_asset", "label": ".open_asset()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".open_asset()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_insert_depreciation_line", "label": "._insert_depreciation_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._insert_depreciation_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 5}, {"id": "account_asset_fusionasset_post_non_deductible_tax_value", "label": "._post_non_deductible_tax_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_non_deductible_tax_value()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionasset_create_move_before_date", "label": "._create_move_before_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_move_before_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 12}, {"id": "account_asset_fusionasset_cancel_future_moves", "label": "._cancel_future_moves()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._cancel_future_moves()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionasset_get_disposal_moves", "label": "._get_disposal_moves()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_disposal_moves()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 6}, {"id": "account_asset_fusionasset_select_dominant_amount", "label": "._select_dominant_amount()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._select_dominant_amount()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionasset_clamp_final_period", "label": "._clamp_final_period()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._clamp_final_period()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionasset_get_own_book_value", "label": "._get_own_book_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_own_book_value()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionasset_get_residual_value_at_date", "label": "._get_residual_value_at_date()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_residual_value_at_date()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 24}, {"id": "account_asset_fusionassetgroup", "label": "FusionAssetGroup", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAssetGroup", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_compute_count_linked_asset", "label": "_compute_count_linked_asset()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_count_linked_asset()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_fusionassetgroup_action_open_linked_assets", "label": ".action_open_linked_assets()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_linked_assets()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionassetreporthandler", "label": "FusionAssetReportHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionAssetReportHandler", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 12}, {"id": "account_asset_fusionassetreporthandler_get_custom_display_config", "label": "._get_custom_display_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_custom_display_config()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._dynamic_lines_generator()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 7}, {"id": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "._build_ungrouped_lines()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_ungrouped_lines()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 8}, {"id": "account_asset_fusionassetreporthandler_caret_options_initializer", "label": "._caret_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._caret_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 2}, {"id": "account_asset_fusionassetreporthandler_custom_options_initializer", "label": "._custom_options_initializer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._custom_options_initializer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionassetreporthandler_fetch_report_rows", "label": "._fetch_report_rows()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetch_report_rows()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 6}, {"id": "account_asset_fusionassetreporthandler_get_parent_asset_values", "label": "._get_parent_asset_values()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_parent_asset_values()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_fusionassetreporthandler_apply_grouping", "label": "._apply_grouping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._apply_grouping()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 7}, {"id": "account_asset_fusionassetreporthandler_execute_schedule_query", "label": "._execute_schedule_query()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._execute_schedule_query()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 4}, {"id": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "._report_expand_unfoldable_line_assets_report_prefix_group()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._report_expand_unfoldable_line_assets_report_prefix_group()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 6}, {"id": "account_asset_assetsreport", "label": "AssetsReport", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AssetsReport", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 3}, {"id": "account_asset_assetsreport_get_caret_option_view_map", "label": "._get_caret_option_view_map()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_caret_option_view_map()", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "code", "degree": 1}, {"id": "account_asset_rationale_1", "label": "Fusion Accounting - Asset Management & Depreciation Module Provides fixed asset", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Fusion Accounting - Asset Management &amp; Depreciation Module Provides fixed asset", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_31", "label": "Manages fixed assets, deferred revenue recognition, and their depreciation s", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages fixed assets, deferred revenue recognition, and their depreciation s", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_285", "label": "Select a general journal matching the asset's company.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Select a general journal matching the asset&#x27;s company.", "community": 361, "community_name": "Community 361", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_296", "label": "Net amount subject to depreciation = original minus salvage.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Net amount subject to depreciation = original minus salvage.", "community": 362, "community_name": "Community 362", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_302", "label": "Derive salvage value from model percentage if configured.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive salvage value from model percentage if configured.", "community": 363, "community_name": "Community 363", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_310", "label": "Set disposal date to the latest depreciation entry date when closed.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set disposal date to the latest depreciation entry date when closed.", "community": 364, "community_name": "Community 364", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_322", "label": "Compute original value from linked purchase journal items.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute original value from linked purchase journal items.", "community": 365, "community_name": "Community 365", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_340", "label": "Hide the asset account field when creating a model from the Chart of Accounts.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hide the asset account field when creating a model from the Chart of Accounts.", "community": 366, "community_name": "Community 366", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_351", "label": "Derive asset account from linked journal items when available.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive asset account from linked journal items when available.", "community": 367, "community_name": "Community 367", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_363", "label": "Blend analytic distributions from source journal items weighted by balance.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Blend analytic distributions from source journal items weighted by balance.", "community": 368, "community_name": "Community 368", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_378", "label": "Calculate the total normalized lifetime in days for the depreciation schedule.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the total normalized lifetime in days for the depreciation schedule.", "community": 369, "community_name": "Community 369", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_410", "label": "Set the prorata reference date. For 'No Prorata' mode, align to the star", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Set the prorata reference date. For &#x27;No Prorata&#x27; mode, align to the star", "community": 370, "community_name": "Community 370", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_423", "label": "Shift the prorata date forward by the accumulated pause duration.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Shift the prorata date forward by the accumulated pause duration.", "community": 371, "community_name": "Community 371", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_437", "label": "Sum balances from linked purchase journal items, adjusting for multi-asset lines", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sum balances from linked purchase journal items, adjusting for multi-asset lines", "community": 372, "community_name": "Community 372", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_450", "label": "Derive acquisition date from the earliest linked journal item.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Derive acquisition date from the earliest linked journal item.", "community": 373, "community_name": "Community 373", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_462", "label": "Default name from the first linked journal item's label.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Default name from the first linked journal item&#x27;s label.", "community": 374, "community_name": "Community 374", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_474", "label": "Calculate remaining depreciable value after posted depreciation entries.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate remaining depreciable value after posted depreciation entries.", "community": 375, "community_name": "Community 375", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_487", "label": "Net book value includes residual depreciable amount, salvage value, and", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Net book value includes residual depreciable amount, salvage value, and", "community": 376, "community_name": "Community 376", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_502", "label": "Total original value from all gross increase child assets.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Total original value from all gross increase child assets.", "community": 377, "community_name": "Community 377", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_508", "label": "Sum non-deductible tax amounts from source journal items.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sum non-deductible tax amounts from source journal items.", "community": 378, "community_name": "Community 378", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_525", "label": "Compute posted depreciation count, total entry count, and gross increase count.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute posted depreciation count, total entry count, and gross increase count.", "community": 379, "community_name": "Community 379", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_544", "label": "Find other assets sharing the same source journal items.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Find other assets sharing the same source journal items.", "community": 380, "community_name": "Community 380", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_558", "label": "Default the asset account to the depreciation account if not yet set.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Default the asset account to the depreciation account if not yet set.", "community": 381, "community_name": "Community 381", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_565", "label": "Warn when the entered original value diverges from the linked purchase total.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Warn when the entered original value diverges from the linked purchase total.", "community": 382, "community_name": "Community 382", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_584", "label": "Recompute acquisition date when source journal items change.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Recompute acquisition date when source journal items change.", "community": 383, "community_name": "Community 383", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_590", "label": "Mirror asset account to depreciation account as a default.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mirror asset account to depreciation account as a default.", "community": 384, "community_name": "Community 384", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_595", "label": "Apply all depreciation parameters from the selected template model.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply all depreciation parameters from the selected template model.", "community": 385, "community_name": "Community 385", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_615", "label": "Clear existing depreciation entries when core parameters change, prevent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clear existing depreciation entries when core parameters change, prevent", "community": 386, "community_name": "Community 386", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_633", "label": "Ensure the final depreciation entry exhausts the depreciable value.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure the final depreciation entry exhausts the depreciable value.", "community": 387, "community_name": "Community 387", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_645", "label": "Validate that linked purchase lines produce a non-zero value.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that linked purchase lines produce a non-zero value.", "community": 388, "community_name": "Community 388", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_663", "label": "Prevent deletion of active or paused assets.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prevent deletion of active or paused assets.", "community": 389, "community_name": "Community 389", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_683", "label": "Post deletion notices on linked source journal entries.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Post deletion notices on linked source journal entries.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_703", "label": "Preserve model state and append (copy) suffix when duplicating.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Preserve model state and append (copy) suffix when duplicating.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_714", "label": "Create assets, enforcing draft state for non-model records.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create assets, enforcing draft state for non-model records.", "community": 390, "community_name": "Community 390", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_741", "label": "Propagate account/journal changes to draft depreciation entries.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Propagate account/journal changes to draft depreciation entries.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_765", "label": "Calculate linear depreciation for a period by computing the expected cum", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate linear depreciation for a period by computing the expected cum", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_795", "label": "Determine the depreciation amount for a single period based on the confi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the depreciation amount for a single period based on the confi", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_898", "label": "Regenerate the full depreciation schedule. Draft entries at or after the", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Regenerate the full depreciation schedule. Draft entries at or after the", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_916", "label": "Build the list of depreciation move value dicts for a single asset, star", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the list of depreciation move value dicts for a single asset, star", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_997", "label": "Determine the end of the depreciation period containing ref_date. For mo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the end of the depreciation period containing ref_date. For mo", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1013", "label": "Count the number of days between two dates, using either actual calendar", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Count the number of days between two dates, using either actual calendar", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1044", "label": "Get the final calendar day of the asset's depreciation schedule.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the final calendar day of the asset&#x27;s depreciation schedule.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1056", "label": "Open a view showing assets that share the same source journal items.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a view showing assets that share the same source journal items.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1062", "label": "Open the asset modification wizard for disposal or resumption.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the asset modification wizard for disposal or resumption.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1079", "label": "Save the current asset's configuration as a reusable model/template.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Save the current asset&#x27;s configuration as a reusable model/template.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1103", "label": "Open list/form view of all depreciation journal entries.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open list/form view of all depreciation journal entries.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1116", "label": "Open the source purchase journal items linked to this asset.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the source purchase journal items linked to this asset.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1127", "label": "Open list/form view of gross increase child assets.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open list/form view of gross increase child assets.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1144", "label": "Navigate to the parent asset form view.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Navigate to the parent asset form view.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1155", "label": "Confirm draft assets: transition to 'open' state, compute depreciation b", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Confirm draft assets: transition to &#x27;open&#x27; state, compute depreciation b", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1198", "label": "Close the asset (and its gross increases), generating disposal moves and", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Close the asset (and its gross increases), generating disposal moves and", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1250", "label": "Cancel the asset: reverse all posted depreciation entries, remove drafts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the asset: reverse all posted depreciation entries, remove drafts", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1307", "label": "Reset the asset to draft state.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset the asset to draft state.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1311", "label": "Re-open a closed or cancelled asset, resetting net gain.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-open a closed or cancelled asset, resetting net gain.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1322", "label": "Transition a paused asset back to running state via the modification wizard,", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transition a paused asset back to running state via the modification wizard,", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1330", "label": "Suspend depreciation: generate a partial-period entry up to the pause da", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Suspend depreciation: generate a partial-period entry up to the pause da", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1340", "label": "Return a window action to display the current asset(s).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a window action to display the current asset(s).", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1362", "label": "Create and return a single depreciation journal entry.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create and return a single depreciation journal entry.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1374", "label": "Log a chatter message explaining non-deductible tax added to original value.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Log a chatter message explaining non-deductible tax added to original value.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1386", "label": "Cancel all entries after cutoff_date, then create a partial depreciation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel all entries after cutoff_date, then create a partial depreciation", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1459", "label": "Remove or reverse depreciation entries dated after cutoff_date. Draft en", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove or reverse depreciation entries dated after cutoff_date. Draft en", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1475", "label": "Generate disposal/sale journal entries for each asset, balancing the ori", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate disposal/sale journal entries for each asset, balancing the ori", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1565", "label": "Pick the larger depreciation amount (by absolute value) respecting sign.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pick the larger depreciation amount (by absolute value) respecting sign.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1571", "label": "In the final period (or when computed amount overshoots), clamp the depr", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "In the final period (or when computed amount overshoots), clamp the depr", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1580", "label": "Book value of this asset alone (without children), optionally at a given date.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Book value of this asset alone (without children), optionally at a given date.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1586", "label": "Interpolate the asset's residual value at any arbitrary date by finding", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Interpolate the asset&#x27;s residual value at any arbitrary date by finding", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1624", "label": "Logical grouping of assets for organizational and reporting purposes.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Logical grouping of assets for organizational and reporting purposes.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1642", "label": "Count assets in each group using a single grouped query.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count assets in each group using a single grouped query.", "community": 391, "community_name": "Community 391", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 0}, {"id": "account_asset_rationale_1655", "label": "Open a list/form view of assets belonging to this group.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a list/form view of assets belonging to this group.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1667", "label": "Custom report handler for the depreciation schedule report. Generates asset-", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Custom report handler for the depreciation schedule report. Generates asset-", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1677", "label": "Configure the report's CSS class and filter template.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configure the report&#x27;s CSS class and filter template.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1686", "label": "Main entry point: generate all report lines, optionally grouped, with a", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Main entry point: generate all report lines, optionally grouped, with a", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1724", "label": "Query the database and construct one report line per asset. Returns (lin", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Query the database and construct one report line per asset. Returns (lin", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1792", "label": "Define the caret menu option for opening asset records.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Define the caret menu option for opening asset records.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1800", "label": "Configure dynamic column headers and subheaders for the depreciation schedule.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Configure dynamic column headers and subheaders for the depreciation schedule.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1829", "label": "Execute the SQL query for the depreciation schedule and transform each r", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the SQL query for the depreciation schedule and transform each r", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1874", "label": "Compute opening/closing balances and depreciation movements for an asset", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Compute opening/closing balances and depreciation movements for an asset", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_1966", "label": "Organize flat asset lines into collapsible groups based on the configure", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Organize flat asset lines into collapsible groups based on the configure", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_2050", "label": "Build and execute the SQL query that retrieves asset data for the deprec", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Build and execute the SQL query that retrieves asset data for the deprec", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_2156", "label": "Handle expansion of prefix-grouped unfoldable lines in the report.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle expansion of prefix-grouped unfoldable lines in the report.", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "account_asset_rationale_2185", "label": "Extend account.report to register asset-specific caret options.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extend account.report to register asset-specific caret options.", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_asset.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_move_line_test_js", "label": "move_line.test.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "move_line.test.js", "community": 105, "community_name": "Community 105", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/move_line.test.js", "file_type": "code", "degree": 1}, {"id": "move_line_test_openpreparedview", "label": "openPreparedView()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "openPreparedView()", "community": 105, "community_name": "Community 105", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/move_line.test.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_util_test_js", "label": "util.test.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "util.test.js", "community": 392, "community_name": "Community 392", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/util.test.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_statements_js", "label": "test_tour_bank_rec_statements.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tour_bank_rec_statements.js", "community": 393, "community_name": "Community 393", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_statements.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_widget_js", "label": "test_tour_bank_rec_widget.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tour_bank_rec_widget.js", "community": 394, "community_name": "Community 394", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_widget.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_amount_rounding_js", "label": "account_reports_amount_rounding.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_amount_rounding.js", "community": 395, "community_name": "Community 395", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_amount_rounding.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_search_js", "label": "account_reports_search.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_search.js", "community": 396, "community_name": "Community 396", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_search.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_sections_js", "label": "account_reports_sections.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_sections.js", "community": 397, "community_name": "Community 397", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_sections.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_rainbowman_reset_js", "label": "test_tour_bank_rec_rainbowman_reset.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tour_bank_rec_rainbowman_reset.js", "community": 398, "community_name": "Community 398", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_rainbowman_reset.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_annotations_js", "label": "account_reports_annotations.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_annotations.js", "community": 399, "community_name": "Community 399", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_annotations.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_asserts_js", "label": "asserts.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "asserts.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 1}, {"id": "asserts_asserts", "label": "Asserts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Asserts", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 17}, {"id": "asserts_asserts_getcount", "label": ".getCount()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCount()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 4}, {"id": "asserts_asserts_getdomcount", "label": ".getDOMCount()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDOMCount()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 4}, {"id": "asserts_asserts_check", "label": ".check()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".check()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 14}, {"id": "asserts_asserts_success", "label": ".success()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".success()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 2}, {"id": "asserts_asserts_error", "label": ".error()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".error()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 7}, {"id": "asserts_asserts_istrue", "label": ".isTrue()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isTrue()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 2}, {"id": "asserts_asserts_isfalse", "label": ".isFalse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isFalse()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 2}, {"id": "asserts_asserts_isequal", "label": ".isEqual()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isEqual()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 2}, {"id": "asserts_asserts_isstrictequal", "label": ".isStrictEqual()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isStrictEqual()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 2}, {"id": "asserts_asserts_contains", "label": ".contains()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".contains()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 6}, {"id": "asserts_asserts_containsnone", "label": ".containsNone()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".containsNone()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "asserts_asserts_containsnumber", "label": ".containsNumber()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".containsNumber()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "asserts_asserts_domcontains", "label": ".DOMContains()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DOMContains()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "asserts_asserts_domcontainsnone", "label": ".DOMContainsNone()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DOMContainsNone()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "asserts_asserts_domcontainsnumber", "label": ".DOMContainsNumber()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DOMContainsNumber()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "asserts_asserts_hasclass", "label": ".hasClass()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasClass()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/asserts.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_js", "label": "account_reports.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports.js", "community": 400, "community_name": "Community 400", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_js", "label": "account.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account.js", "community": 90, "community_name": "Community 90", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account.js", "file_type": "code", "degree": 2}, {"id": "account_onboarding", "label": "onboarding()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onboarding()", "community": 90, "community_name": "Community 90", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account.js", "file_type": "code", "degree": 1}, {"id": "account_newinvoice", "label": "newInvoice()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "newInvoice()", "community": 90, "community_name": "Community 90", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_ui_js", "label": "test_tour_bank_rec_ui.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "test_tour_bank_rec_ui.js", "community": 91, "community_name": "Community 91", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_ui.js", "file_type": "code", "degree": 2}, {"id": "test_tour_bank_rec_ui_bankrecuireportsteps", "label": "bankRecUiReportSteps()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bankRecUiReportSteps()", "community": 91, "community_name": "Community 91", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_ui.js", "file_type": "code", "degree": 1}, {"id": "test_tour_bank_rec_ui_run", "label": "run()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 91, "community_name": "Community 91", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/test_tour_bank_rec_ui.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_analytic_filters_js", "label": "account_reports_analytic_filters.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_analytic_filters.js", "community": 401, "community_name": "Community 401", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_analytic_filters.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_merge_wizard_tour_js", "label": "account_merge_wizard_tour.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_merge_wizard_tour.js", "community": 402, "community_name": "Community 402", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_merge_wizard_tour.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_hide_0_lines_js", "label": "account_reports_hide_0_lines.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_hide_0_lines.js", "community": 403, "community_name": "Community 403", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_hide_0_lines.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_reports_widgets_js", "label": "account_reports_widgets.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_reports_widgets.js", "community": 404, "community_name": "Community 404", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_reports_widgets.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_tours_js", "label": "account_tours.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_tours.js", "community": 106, "community_name": "Community 106", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_tours.js", "file_type": "code", "degree": 1}, {"id": "account_tours_gotoaccountmenu", "label": "goToAccountMenu()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "goToAccountMenu()", "community": 106, "community_name": "Community 106", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/tours/account_tours.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_legacy_account_report_builder_js", "label": "account_report_builder.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "account_report_builder.js", "community": 405, "community_name": "Community 405", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/legacy/account_report_builder.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_legacy_action_manager_account_report_dl_tests_js", "label": "action_manager_account_report_dl_tests.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "action_manager_account_report_dl_tests.js", "community": 406, "community_name": "Community 406", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/legacy/action_manager_account_report_dl_tests.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_account_report_line_cell_editable_line_cell_editable_test_js", "label": "line_cell_editable.test.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "line_cell_editable.test.js", "community": 407, "community_name": "Community 407", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/tests/account_report/line_cell_editable/line_cell_editable.test.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_statement_csv_import_action_js", "label": "bank_statement_csv_import_action.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_csv_import_action.js", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_action.js", "file_type": "code", "degree": 1}, {"id": "bank_statement_csv_import_action_bankstatementimportaction", "label": "BankStatementImportAction", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankStatementImportAction", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_action.js", "file_type": "code", "degree": 3}, {"id": "bank_statement_csv_import_action_bankstatementimportaction_setup", "label": ".setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_action.js", "file_type": "code", "degree": 2}, {"id": "bank_statement_csv_import_action_bankstatementimportaction_exit", "label": ".exit()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".exit()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_action.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_account_bank_statement_import_model_js", "label": "account_bank_statement_import_model.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_bank_statement_import_model.js", "community": 107, "community_name": "Community 107", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/account_bank_statement_import_model.js", "file_type": "code", "degree": 1}, {"id": "account_bank_statement_import_model_init", "label": "init()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "init()", "community": 107, "community_name": "Community 107", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/account_bank_statement_import_model.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_statement_csv_import_model_js", "label": "bank_statement_csv_import_model.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_statement_csv_import_model.js", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_model.js", "file_type": "code", "degree": 2}, {"id": "bank_statement_csv_import_model_bankstatementcsvimportmodel", "label": "BankStatementCSVImportModel", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankStatementCSVImportModel", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_model.js", "file_type": "code", "degree": 3}, {"id": "bank_statement_csv_import_model_bankstatementcsvimportmodel_init", "label": ".init()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".init()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_model.js", "file_type": "code", "degree": 1}, {"id": "bank_statement_csv_import_model_bankstatementcsvimportmodel_onloadsuccess", "label": "._onLoadSuccess()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._onLoadSuccess()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_model.js", "file_type": "code", "degree": 1}, {"id": "bank_statement_csv_import_model_usebankstatementcsvimportmodel", "label": "useBankStatementCSVImportModel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useBankStatementCSVImportModel()", "community": 47, "community_name": "Community 47", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_statement_csv_import_model.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_finish_buttons_js", "label": "finish_buttons.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "finish_buttons.js", "community": 408, "community_name": "Community 408", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_list_js", "label": "list.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "list.js", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/list.js", "file_type": "code", "degree": 2}, {"id": "list_bankreclistuploadcontroller", "label": "BankRecListUploadController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecListUploadController", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "list_bankreclistuploadrenderer", "label": "BankRecListUploadRenderer", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecListUploadRenderer", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/list.js", "file_type": "code", "degree": 3}, {"id": "list_bankreclistuploadrenderer_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "list_bankreclistuploadrenderer_ondragstart", "label": ".onDragStart()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDragStart()", "community": 69, "community_name": "Community 69", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_kanban_js", "label": "kanban.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "kanban.js", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbanuploadcontroller", "label": "BankRecKanbanUploadController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecKanbanUploadController", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankrecuploadkanbanrenderer", "label": "BankRecUploadKanbanRenderer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecUploadKanbanRenderer", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankrecuploadkanbanrenderer_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankrecuploadkanbanrenderer_ondragstart", "label": ".onDragStart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDragStart()", "community": 70, "community_name": "Community 70", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_util_js", "label": "util.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "util.js", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/util.js", "file_type": "code", "degree": 3}, {"id": "util_buildlineid", "label": "buildLineId()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "buildLineId()", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/util.js", "file_type": "code", "degree": 2}, {"id": "util_parselineid", "label": "parseLineId()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "parseLineId()", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/util.js", "file_type": "code", "degree": 2}, {"id": "util_removetaxgroupingfromlineid", "label": "removeTaxGroupingFromLineId()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "removeTaxGroupingFromLineId()", "community": 76, "community_name": "Community 76", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/util.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_action_manager_account_report_dl_js", "label": "action_manager_account_report_dl.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "action_manager_account_report_dl.js", "community": 108, "community_name": "Community 108", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/action_manager_account_report_dl.js", "file_type": "code", "degree": 1}, {"id": "action_manager_account_report_dl_executeaccountreportdownload", "label": "executeAccountReportDownload()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "executeAccountReportDownload()", "community": 108, "community_name": "Community 108", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/action_manager_account_report_dl.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_tours_fusion_accounting_js", "label": "fusion_accounting.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_accounting.js", "community": 92, "community_name": "Community 92", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/tours/fusion_accounting.js", "file_type": "code", "degree": 2}, {"id": "fusion_accounting_newinvoice", "label": "newInvoice()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "newInvoice()", "community": 92, "community_name": "Community 92", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/tours/fusion_accounting.js", "file_type": "code", "degree": 1}, {"id": "fusion_accounting_gotoaccountmenu", "label": "goToAccountMenu()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "goToAccountMenu()", "community": 92, "community_name": "Community 92", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/js/tours/fusion_accounting.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_attachment_view_move_line_js", "label": "attachment_view_move_line.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "attachment_view_move_line.js", "community": 93, "community_name": "Community 93", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/attachment_view_move_line.js", "file_type": "code", "degree": 1}, {"id": "attachment_view_move_line_attachmentviewmoveline", "label": "AttachmentViewMoveLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttachmentViewMoveLine", "community": 93, "community_name": "Community 93", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/attachment_view_move_line.js", "file_type": "code", "degree": 2}, {"id": "attachment_view_move_line_attachmentviewmoveline_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 93, "community_name": "Community 93", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/attachment_view_move_line.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_move_line_list_js", "label": "move_line_list.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "move_line_list.js", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_accountmovelinelistcontroller", "label": "AccountMoveLineListController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLineListController", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 8}, {"id": "move_line_list_accountmovelinelistcontroller_setup", "label": ".setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_accountmovelinelistcontroller_previewenabled", "label": ".previewEnabled()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".previewEnabled()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_accountmovelinelistcontroller_modelparams", "label": ".modelParams()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".modelParams()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_accountmovelinelistcontroller_togglepreview", "label": ".togglePreview()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".togglePreview()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_accountmovelinelistcontroller_setpopout", "label": ".setPopout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setPopout()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_accountmovelinelistcontroller_setselectedrecord", "label": ".setSelectedRecord()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setSelectedRecord()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 4}, {"id": "move_line_list_accountmovelinelistcontroller_setthread", "label": ".setThread()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setThread()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_accountmovelinelistrenderer", "label": "AccountMoveLineListRenderer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLineListRenderer", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 3}, {"id": "move_line_list_accountmovelinelistrenderer_oncellclicked", "label": ".onCellClicked()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCellClicked()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_accountmovelinelistrenderer_findfocusfuturecell", "label": ".findFocusFutureCell()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".findFocusFutureCell()", "community": 42, "community_name": "Community 42", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list/move_line_list.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_filters_js", "label": "filters.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "filters.js", "community": 109, "community_name": "Community 109", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_hasextraoptionsfilter", "label": "hasExtraOptionsFilter()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hasExtraOptionsFilter()", "community": 109, "community_name": "Community 109", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/filters.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_move_line_list_move_line_list_js", "label": "move_line_list.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "move_line_list.js", "community": 94, "community_name": "Community 94", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_journalreportaccountmovelinereconcilelistrenderer", "label": "JournalReportAccountMoveLineReconcileListRenderer", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalReportAccountMoveLineReconcileListRenderer", "community": 94, "community_name": "Community 94", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/move_line_list/move_line_list.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_journalreportaccountmovelinereconcilelistrenderer_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 94, "community_name": "Community 94", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/move_line_list/move_line_list.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_line_line_js", "label": "line.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_journalreportline", "label": "JournalReportLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalReportLine", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/line/line.js", "file_type": "code", "degree": 3}, {"id": "line_journalreportline_lineclasses", "label": ".lineClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".lineClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_journalreportline_opentaxjournalitems", "label": ".openTaxJournalItems()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".openTaxJournalItems()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_report/line/line.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_partner_ledger_line_cell_js", "label": "line_cell.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_cell.js", "community": 95, "community_name": "Community 95", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/partner_ledger/line_cell.js", "file_type": "code", "degree": 1}, {"id": "line_cell_partnerledgerlinecell", "label": "PartnerLedgerLineCell", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PartnerLedgerLineCell", "community": 95, "community_name": "Community 95", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/partner_ledger/line_cell.js", "file_type": "code", "degree": 2}, {"id": "line_cell_partnerledgerlinecell_cellclasses", "label": ".cellClasses()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cellClasses()", "community": 95, "community_name": "Community 95", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/partner_ledger/line_cell.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_monetary_field_auto_signed_amount_js", "label": "monetary_field_auto_signed_amount.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "monetary_field_auto_signed_amount.js", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/monetary_field_auto_signed_amount.js", "file_type": "code", "degree": 1}, {"id": "monetary_field_auto_signed_amount_bankrecmonetaryfield", "label": "BankRecMonetaryField", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecMonetaryField", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/monetary_field_auto_signed_amount.js", "file_type": "code", "degree": 3}, {"id": "monetary_field_auto_signed_amount_bankrecmonetaryfield_inputoptions", "label": ".inputOptions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".inputOptions()", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/monetary_field_auto_signed_amount.js", "file_type": "code", "degree": 1}, {"id": "monetary_field_auto_signed_amount_bankrecmonetaryfield_value", "label": ".value()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".value()", "community": 77, "community_name": "Community 77", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/monetary_field_auto_signed_amount.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_many2one_field_multi_edit_js", "label": "many2one_field_multi_edit.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "many2one_field_multi_edit.js", "community": 96, "community_name": "Community 96", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/many2one_field_multi_edit.js", "file_type": "code", "degree": 1}, {"id": "many2one_field_multi_edit_bankrecmany2onemultiid", "label": "BankRecMany2OneMultiID", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecMany2OneMultiID", "community": 96, "community_name": "Community 96", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/many2one_field_multi_edit.js", "file_type": "code", "degree": 2}, {"id": "many2one_field_multi_edit_bankrecmany2onemultiid_many2xautocompleteprops", "label": ".Many2XAutocompleteProps()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Many2XAutocompleteProps()", "community": 96, "community_name": "Community 96", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/many2one_field_multi_edit.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_finish_buttons_js", "label": "finish_buttons.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "finish_buttons.js", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 1}, {"id": "finish_buttons_bankrecfinishbuttons", "label": "BankRecFinishButtons", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecFinishButtons", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 7}, {"id": "finish_buttons_bankrecfinishbuttons_setup", "label": ".setup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 1}, {"id": "finish_buttons_bankrecfinishbuttons_getjournalfilter", "label": ".getJournalFilter()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".getJournalFilter()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 3}, {"id": "finish_buttons_bankrecfinishbuttons_searchmodel", "label": ".searchModel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".searchModel()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 1}, {"id": "finish_buttons_bankrecfinishbuttons_otherfiltersactive", "label": ".otherFiltersActive()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".otherFiltersActive()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 2}, {"id": "finish_buttons_bankrecfinishbuttons_clearfilters", "label": ".clearFilters()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".clearFilters()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 2}, {"id": "finish_buttons_bankrecfinishbuttons_breadcrumbbackordashboard", "label": ".breadcrumbBackOrDashboard()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".breadcrumbBackOrDashboard()", "community": 55, "community_name": "Community 55", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/finish_buttons.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_list_js", "label": "list.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "list.js", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "list_bankreclistcontroller", "label": "BankRecListController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecListController", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list.js", "file_type": "code", "degree": 3}, {"id": "list_bankreclistcontroller_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "list_bankreclistcontroller_onrecordsaved", "label": ".onRecordSaved()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRecordSaved()", "community": 78, "community_name": "Community 78", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_global_info_js", "label": "global_info.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "global_info.js", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/global_info.js", "file_type": "code", "degree": 1}, {"id": "global_info_bankrecglobalinfo", "label": "BankRecGlobalInfo", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecGlobalInfo", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/global_info.js", "file_type": "code", "degree": 3}, {"id": "global_info_bankrecglobalinfo_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/global_info.js", "file_type": "code", "degree": 1}, {"id": "global_info_bankrecglobalinfo_actionopenbankgl", "label": ".actionOpenBankGL()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionOpenBankGL()", "community": 79, "community_name": "Community 79", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/global_info.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_record_js", "label": "bank_rec_record.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_rec_record.js", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 2}, {"id": "bank_rec_record_bankrecrecord", "label": "BankRecRecord", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecRecord", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 4}, {"id": "bank_rec_record_bankrecrecord_update", "label": "._update()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._update()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 1}, {"id": "bank_rec_record_bankrecrecord_updatetodocommand", "label": ".updateToDoCommand()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateToDoCommand()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 2}, {"id": "bank_rec_record_bankrecrecord_bindactiononlinechanged", "label": ".bindActionOnLineChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".bindActionOnLineChanged()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 2}, {"id": "bank_rec_record_bankrecrelationalmodel", "label": "BankRecRelationalModel", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecRelationalModel", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 4}, {"id": "bank_rec_record_bankrecrelationalmodel_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 1}, {"id": "bank_rec_record_bankrecrelationalmodel_load", "label": ".load()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 1}, {"id": "bank_rec_record_bankrecrelationalmodel_getinitialvalues", "label": ".getInitialValues()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getInitialValues()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_record.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_kanban_js", "label": "kanban.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "kanban.js", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbanrecord", "label": "BankRecKanbanRecord", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecKanbanRecord", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbanrecord_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbanrecord_getrecordclasses", "label": ".getRecordClasses()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRecordClasses()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller", "label": "BankRecKanbanController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.2, "font": {"size": 12, "color": "#ffffff"}, "title": "BankRecKanbanController", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 59}, {"id": "kanban_bankreckanbancontroller_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_execprotectedaction", "label": ".execProtectedAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".execProtectedAction()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "label": ".execProtectedBankRecAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".execProtectedBankRecAction()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 18}, {"id": "kanban_bankreckanbancontroller_getstate", "label": ".getState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".getState()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbancontroller_withnewstate", "label": ".withNewState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".withNewState()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_modeloptions", "label": ".modelOptions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".modelOptions()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_getchildsubenv", "label": ".getChildSubEnv()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getChildSubEnv()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_onwillstartafterload", "label": ".onWillStartAfterLoad()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onWillStartAfterLoad()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbancontroller_onkanbansearchmodelchanged", "label": ".onKanbanSearchModelChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onKanbanSearchModelChanged()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_openrecord", "label": ".openRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".openRecord()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_onupdatedpager", "label": ".onUpdatedPager()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onUpdatedPager()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_onpageupdate", "label": ".onPageUpdate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPageUpdate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_canquickcreate", "label": ".canQuickCreate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".canQuickCreate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_createrecord", "label": ".createRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".createRecord()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_getnextavailablestlineid", "label": ".getNextAvailableStLineId()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNextAvailableStLineId()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_mountstlineinedit", "label": "._mountStLineInEdit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._mountStLineInEdit()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 5}, {"id": "kanban_bankreckanbancontroller_initbankrecmodel", "label": ".initBankRecModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".initBankRecModel()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbancontroller_getbankrecrecordlineinedit", "label": ".getBankRecRecordLineInEdit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getBankRecRecordLineInEdit()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_updatejournalstate", "label": ".updateJournalState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateJournalState()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_initreconcounter", "label": ".initReconCounter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".initReconCounter()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_incrementreconcounter", "label": ".incrementReconCounter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".incrementReconCounter()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_showrainbowman", "label": ".showRainbowMan()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".showRainbowMan()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_getcountersummary", "label": ".getCounterSummary()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCounterSummary()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_getrainbowmancontentprops", "label": ".getRainbowManContentProps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRainbowManContentProps()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_movetonextline", "label": ".moveToNextLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".moveToNextLine()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 5}, {"id": "kanban_bankreckanbancontroller_formatmonetaryfield", "label": ".formatMonetaryField()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatMonetaryField()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_ismonetaryzero", "label": ".isMonetaryZero()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isMonetaryZero()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_formatdatefield", "label": ".formatDateField()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatDateField()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_onchange", "label": ".onchange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".onchange()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 5}, {"id": "kanban_bankreckanbancontroller_getone2manycolumns", "label": ".getOne2ManyColumns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getOne2ManyColumns()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_getkey", "label": ".getKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getKey()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_checkbankreclinerequiredfield", "label": ".checkBankRecLineRequiredField()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkBankRecLineRequiredField()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_getbankreclineinvalidfields", "label": ".getBankRecLineInvalidFields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getBankRecLineInvalidFields()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_checkbankreclinesinvalidfields", "label": ".checkBankRecLinesInvalidFields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".checkBankRecLinesInvalidFields()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_notebookamlslistviewprops", "label": ".notebookAmlsListViewProps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".notebookAmlsListViewProps()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_focusmanualoperationfield", "label": ".focusManualOperationField()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".focusManualOperationField()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_focuselement", "label": ".focusElement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".focusElement()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionopenbankgl", "label": ".actionOpenBankGL()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionOpenBankGL()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbancontroller_actionremoveline", "label": ".actionRemoveLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionRemoveLine()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionselectrecomodel", "label": ".actionSelectRecoModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionSelectRecoModel()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actioncreaterecomodel", "label": ".actionCreateRecoModel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionCreateRecoModel()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionviewrecomodels", "label": ".actionViewRecoModels()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionViewRecoModels()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionvalidate", "label": "._actionValidate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._actionValidate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 5}, {"id": "kanban_bankreckanbancontroller_actionreset", "label": ".actionReset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionReset()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actiontocheck", "label": ".actionToCheck()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionToCheck()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionsetaschecked", "label": ".actionSetAsChecked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionSetAsChecked()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionaddnewaml", "label": ".actionAddNewAml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionAddNewAml()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_actionremovenewaml", "label": ".actionRemoveNewAml()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionRemoveNewAml()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_actionmountlineinedit", "label": "._actionMountLineInEdit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._actionMountLineInEdit()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_actionmountlastlineinedit", "label": ".actionMountLastLineInEdit()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionMountLastLineInEdit()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_postprocesslinechangedreturntodocommand", "label": ".postprocessLineChangedReturnTodoCommand()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".postprocessLineChangedReturnTodoCommand()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_actionlinechanged", "label": ".actionLineChanged()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionLineChanged()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionsetpartnerreceivableaccount", "label": ".actionSetPartnerReceivableAccount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionSetPartnerReceivableAccount()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionsetpartnerpayableaccount", "label": ".actionSetPartnerPayableAccount()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionSetPartnerPayableAccount()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_actionredirecttosourcemove", "label": ".actionRedirectToSourceMove()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionRedirectToSourceMove()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_actionapplylinesuggestion", "label": ".actionApplyLineSuggestion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".actionApplyLineSuggestion()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 3}, {"id": "kanban_bankreckanbancontroller_handlelineclicked", "label": ".handleLineClicked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleLineClicked()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "kanban_bankreckanbancontroller_handlesuggestionhtmlclicked", "label": ".handleSuggestionHtmlClicked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".handleSuggestionHtmlClicked()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbanrenderer", "label": "BankRecKanbanRenderer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecKanbanRenderer", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 6}, {"id": "kanban_bankreckanbanrenderer_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 4}, {"id": "kanban_bankreckanbanrenderer_groups", "label": ".groups()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".groups()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbanrenderer_openstatementdialog", "label": ".openStatementDialog()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openStatementDialog()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbanrenderer_cancelquickcreate", "label": ".cancelQuickCreate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelQuickCreate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 1}, {"id": "kanban_bankreckanbanrenderer_validatequickcreate", "label": ".validateQuickCreate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".validateQuickCreate()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/kanban.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_rainbowman_content_js", "label": "rainbowman_content.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rainbowman_content.js", "community": 97, "community_name": "Community 97", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/rainbowman_content.js", "file_type": "code", "degree": 1}, {"id": "rainbowman_content_bankrecrainbowcontent", "label": "BankRecRainbowContent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecRainbowContent", "community": 97, "community_name": "Community 97", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/rainbowman_content.js", "file_type": "code", "degree": 2}, {"id": "rainbowman_content_bankrecrainbowcontent_setup", "label": ".setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 97, "community_name": "Community 97", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/rainbowman_content.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_view_embedder_js", "label": "view_embedder.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "view_embedder.js", "community": 98, "community_name": "Community 98", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/view_embedder.js", "file_type": "code", "degree": 1}, {"id": "view_embedder_bankrecviewembedder", "label": "BankRecViewEmbedder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecViewEmbedder", "community": 98, "community_name": "Community 98", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/view_embedder.js", "file_type": "code", "degree": 2}, {"id": "view_embedder_bankrecviewembedder_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 98, "community_name": "Community 98", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/view_embedder.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_amls_list_view_js", "label": "amls_list_view.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "amls_list_view.js", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 1}, {"id": "amls_list_view_bankrecamlsrenderer", "label": "BankRecAmlsRenderer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecAmlsRenderer", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 5}, {"id": "amls_list_view_bankrecamlsrenderer_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 2}, {"id": "amls_list_view_bankrecamlsrenderer_getrowclass", "label": ".getRowClass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getRowClass()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 1}, {"id": "amls_list_view_bankrecamlsrenderer_oncellclicked", "label": ".onCellClicked()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCellClicked()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 3}, {"id": "amls_list_view_bankrecamlsrenderer_savesearchstate", "label": ".saveSearchState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveSearchState()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/amls_list_view.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_embedded_list_view_js", "label": "embedded_list_view.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "embedded_list_view.js", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/embedded_list_view.js", "file_type": "code", "degree": 2}, {"id": "embedded_list_view_bankrecembeddedlistcontroller", "label": "BankRecEmbeddedListController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecEmbeddedListController", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/embedded_list_view.js", "file_type": "code", "degree": 1}, {"id": "embedded_list_view_bankrecwidgetformembeddedlistmodel", "label": "BankRecWidgetFormEmbeddedListModel", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecWidgetFormEmbeddedListModel", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/embedded_list_view.js", "file_type": "code", "degree": 3}, {"id": "embedded_list_view_bankrecwidgetformembeddedlistmodel_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/embedded_list_view.js", "file_type": "code", "degree": 1}, {"id": "embedded_list_view_bankrecwidgetformembeddedlistmodel_load", "label": ".load()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 71, "community_name": "Community 71", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/embedded_list_view.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_list_view_switcher_js", "label": "list_view_switcher.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "list_view_switcher.js", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list_view_switcher.js", "file_type": "code", "degree": 1}, {"id": "list_view_switcher_listviewswitcher", "label": "ListViewSwitcher", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ListViewSwitcher", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list_view_switcher.js", "file_type": "code", "degree": 4}, {"id": "list_view_switcher_listviewswitcher_setup", "label": ".setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list_view_switcher.js", "file_type": "code", "degree": 1}, {"id": "list_view_switcher_listviewswitcher_switchview", "label": ".switchView()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".switchView()", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list_view_switcher.js", "file_type": "code", "degree": 1}, {"id": "list_view_switcher_listviewswitcher_buttonlabel", "label": ".buttonLabel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buttonLabel()", "community": 72, "community_name": "Community 72", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/list_view_switcher.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_quick_create_js", "label": "bank_rec_quick_create.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bank_rec_quick_create.js", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_quick_create.js", "file_type": "code", "degree": 2}, {"id": "bank_rec_quick_create_bankrecquickcreatecontroller", "label": "BankRecQuickCreateController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecQuickCreateController", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_quick_create.js", "file_type": "code", "degree": 1}, {"id": "bank_rec_quick_create_bankrecquickcreate", "label": "BankRecQuickCreate", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BankRecQuickCreate", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_quick_create.js", "file_type": "code", "degree": 2}, {"id": "bank_rec_quick_create_bankrecquickcreate_getquickcreateprops", "label": ".getQuickCreateProps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getQuickCreateProps()", "community": 80, "community_name": "Community 80", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/bank_reconciliation/bank_rec_quick_create.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_multicurrency_revaluation_report_filters_filters_js", "label": "filters.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "filters.js", "community": 99, "community_name": "Community 99", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/multicurrency_revaluation_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_multicurrencyrevaluationreportfilters", "label": "MulticurrencyRevaluationReportFilters", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MulticurrencyRevaluationReportFilters", "community": 99, "community_name": "Community 99", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/multicurrency_revaluation_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_multicurrencyrevaluationreportfilters_filterexchangerate", "label": ".filterExchangeRate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterExchangeRate()", "community": 99, "community_name": "Community 99", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/multicurrency_revaluation_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_matching_link_widget_matching_link_widget_js", "label": "matching_link_widget.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "matching_link_widget.js", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 1}, {"id": "matching_link_widget_matchinglink", "label": "MatchingLink", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "MatchingLink", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 5}, {"id": "matching_link_widget_matchinglink_setup", "label": ".setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 1}, {"id": "matching_link_widget_matchinglink_reconcile", "label": ".reconcile()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".reconcile()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 4}, {"id": "matching_link_widget_matchinglink_viewmatch", "label": ".viewMatch()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".viewMatch()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 1}, {"id": "matching_link_widget_matchinglink_colorcode", "label": ".colorCode()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".colorCode()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/matching_link_widget/matching_link_widget.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_sales_report_filters_filters_js", "label": "filters.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "filters.js", "community": 100, "community_name": "Community 100", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/sales_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_salesreportfilters", "label": "SalesReportFilters", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalesReportFilters", "community": 100, "community_name": "Community 100", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/sales_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_salesreportfilters_selectedectaxname", "label": ".selectedEcTaxName()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedEcTaxName()", "community": 100, "community_name": "Community 100", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/sales_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_reconcile_move_line_list_reconcile_js", "label": "move_line_list_reconcile.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "move_line_list_reconcile.js", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_reconcile_accountmovelinereconcilelistcontroller", "label": "AccountMoveLineReconcileListController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLineReconcileListController", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 3}, {"id": "move_line_list_reconcile_accountmovelinereconcilelistcontroller_setup", "label": ".setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_reconcile_accountmovelinereconcilelistcontroller_openautoreconcilewizard", "label": ".openAutoReconcileWizard()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openAutoReconcileWizard()", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 1}, {"id": "move_line_list_reconcile_accountmovelinereconcilelistrenderer", "label": "AccountMoveLineReconcileListRenderer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountMoveLineReconcileListRenderer", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 2}, {"id": "move_line_list_reconcile_accountmovelinereconcilelistrenderer_setup", "label": ".setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 62, "community_name": "Community 62", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_line_list_reconcile/move_line_list_reconcile.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_aged_partner_balance_filters_js", "label": "filters.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "filters.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/aged_partner_balance/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_agedpartnerbalancefilters", "label": "AgedPartnerBalanceFilters", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AgedPartnerBalanceFilters", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/aged_partner_balance/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_agedpartnerbalancefilters_setaginginterval", "label": ".setAgingInterval()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setAgingInterval()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/aged_partner_balance/filters.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_reversed_move_reversed_js", "label": "move_reversed.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "move_reversed.js", "community": 110, "community_name": "Community 110", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_reversed/move_reversed.js", "file_type": "code", "degree": 1}, {"id": "move_reversed_movereversed", "label": "MoveReversed", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "MoveReversed", "community": 110, "community_name": "Community 110", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/move_reversed/move_reversed.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_controller_js", "label": "controller.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "controller.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller", "label": "AccountReportController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "AccountReportController", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 67}, {"id": "controller_accountreportcontroller_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_load", "label": ".load()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".load()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 13}, {"id": "controller_accountreportcontroller_getcachekey", "label": ".getCacheKey()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getCacheKey()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 8}, {"id": "controller_accountreportcontroller_incrementcallnumber", "label": ".incrementCallNumber()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".incrementCallNumber()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 7}, {"id": "controller_accountreportcontroller_displayreport", "label": ".displayReport()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".displayReport()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 11}, {"id": "controller_accountreportcontroller_reload", "label": ".reload()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".reload()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_preloadclosedsections", "label": ".preLoadClosedSections()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".preLoadClosedSections()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_loadreport", "label": ".loadReport()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadReport()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_loadreportoptions", "label": ".loadReportOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadReportOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 7}, {"id": "controller_accountreportcontroller_buttons", "label": ".buttons()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".buttons()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_caretoptions", "label": ".caretOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".caretOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_columnheadersrenderdata", "label": ".columnHeadersRenderData()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".columnHeadersRenderData()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_columngroupstotals", "label": ".columnGroupsTotals()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".columnGroupsTotals()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_context", "label": ".context()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".context()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_filters", "label": ".filters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".filters()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_annotations", "label": ".annotations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".annotations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_groups", "label": ".groups()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".groups()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_lines", "label": ".lines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".lines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_warnings", "label": ".warnings()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".warnings()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_linesorder", "label": ".linesOrder()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".linesOrder()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_report", "label": ".report()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".report()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_visibleannotations", "label": ".visibleAnnotations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".visibleAnnotations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_needscolumnpercentcomparison", "label": ".needsColumnPercentComparison()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".needsColumnPercentComparison()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_hascustomsubheaders", "label": ".hasCustomSubheaders()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasCustomSubheaders()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_hasdebugcolumn", "label": ".hasDebugColumn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasDebugColumn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_hasstringdate", "label": ".hasStringDate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasStringDate()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_hasvisibleannotations", "label": ".hasVisibleAnnotations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasVisibleAnnotations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_updateoption", "label": "._updateOption()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateOption()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_deleteoption", "label": ".deleteOption()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteOption()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_toggleoption", "label": ".toggleOption()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleOption()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_switchtosection", "label": ".switchToSection()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".switchToSection()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_sessionoptionsid", "label": ".sessionOptionsID()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".sessionOptionsID()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_hassessionoptions", "label": ".hasSessionOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasSessionOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_savesessionoptions", "label": ".saveSessionOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveSessionOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 16}, {"id": "controller_accountreportcontroller_sessionoptions", "label": ".sessionOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".sessionOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_linehasdebugdata", "label": ".lineHasDebugData()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".lineHasDebugData()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_linehasgrowthcomparisondata", "label": ".lineHasGrowthComparisonData()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".lineHasGrowthComparisonData()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "controller_accountreportcontroller_islineancestorof", "label": ".isLineAncestorOf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isLineAncestorOf()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_islinechildof", "label": ".isLineChildOf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isLineChildOf()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_islinerelatedto", "label": ".isLineRelatedTo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".isLineRelatedTo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_isnextlinechild", "label": ".isNextLineChild()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isNextLineChild()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_isnextlinedirectchild", "label": ".isNextLineDirectChild()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isNextLineDirectChild()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_istotalline", "label": ".isTotalLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".isTotalLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_isloadmoreline", "label": ".isLoadMoreLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isLoadMoreLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_isloadedline", "label": ".isLoadedLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".isLoadedLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_replacelinewith", "label": ".replaceLineWith()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".replaceLineWith()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_insertlinesafter", "label": ".insertLinesAfter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".insertLinesAfter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_insertlines", "label": ".insertLines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".insertLines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_unfoldloadedline", "label": ".unfoldLoadedLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".unfoldLoadedLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_unfoldnewline", "label": ".unfoldNewLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".unfoldNewLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 6}, {"id": "controller_accountreportcontroller_updatelinesorderindexes", "label": ".updateLinesOrderIndexes()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateLinesOrderIndexes()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_unfoldline", "label": ".unfoldLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".unfoldLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 8}, {"id": "controller_accountreportcontroller_foldline", "label": ".foldLine()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".foldLine()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_linescurrentorderbycolumn", "label": ".linesCurrentOrderByColumn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".linesCurrentOrderByColumn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_arelinesordered", "label": ".areLinesOrdered()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".areLinesOrdered()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_arelinesorderedbycolumn", "label": ".areLinesOrderedByColumn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".areLinesOrderedByColumn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_sortlinesbycolumnasc", "label": ".sortLinesByColumnAsc()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortLinesByColumnAsc()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_sortlinesbycolumndesc", "label": ".sortLinesByColumnDesc()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortLinesByColumnDesc()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_sortlinesbydefault", "label": ".sortLinesByDefault()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortLinesByDefault()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_sortlines", "label": ".sortLines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortLines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 4}, {"id": "controller_accountreportcontroller_refreshannotations", "label": ".refreshAnnotations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshAnnotations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_refreshvisibleannotations", "label": ".refreshVisibleAnnotations()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshVisibleAnnotations()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 5}, {"id": "controller_accountreportcontroller_setlinevisibility", "label": ".setLineVisibility()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setLineVisibility()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 7}, {"id": "controller_accountreportcontroller_hidezerolines", "label": ".hideZeroLines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".hideZeroLines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 2}, {"id": "controller_accountreportcontroller_reportaction", "label": ".reportAction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".reportAction()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 3}, {"id": "controller_accountreportcontroller_openbudget", "label": ".openBudget()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openBudget()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/controller.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_account_report_js", "label": "account_report.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "account_report.js", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_registercustomcomponent", "label": ".registerCustomComponent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".registerCustomComponent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_csscustomclass", "label": ".cssCustomClass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cssCustomClass()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_getcomponent", "label": ".getComponent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".getComponent()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 2}, {"id": "account_report_accountreport_gettemplate", "label": ".getTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getTemplate()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 1}, {"id": "account_report_accountreport_tableclasses", "label": ".tableClasses()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".tableClasses()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/account_report.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_filters_filters_js", "label": "filters.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "filters.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters", "label": "AccountReportFilters", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AccountReportFilters", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 57}, {"id": "filters_accountreportfilters_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_focusinnerinput", "label": ".focusInnerInput()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".focusInnerInput()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedfiscalpositionname", "label": ".selectedFiscalPositionName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedFiscalPositionName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedhorizontalgroupname", "label": ".selectedHorizontalGroupName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedHorizontalGroupName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_ishorizontalgroupselected", "label": ".isHorizontalGroupSelected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isHorizontalGroupSelected()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedtaxunitname", "label": ".selectedTaxUnitName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedTaxUnitName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedvariantname", "label": ".selectedVariantName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedVariantName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedsectionname", "label": ".selectedSectionName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedSectionName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedaccounttype", "label": ".selectedAccountType()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedAccountType()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedamlirfilters", "label": ".selectedAmlIrFilters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedAmlIrFilters()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_availableperiodorder", "label": ".availablePeriodOrder()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".availablePeriodOrder()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_periodorder", "label": ".periodOrder()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".periodOrder()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_selectedextraoptions", "label": ".selectedExtraOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedExtraOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_dropdownprops", "label": ".dropdownProps()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".dropdownProps()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_periodlabel", "label": ".periodLabel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".periodLabel()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_hasanalyticgroupbyfilter", "label": ".hasAnalyticGroupbyFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasAnalyticGroupbyFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_hascodesfilter", "label": ".hasCodesFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasCodesFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_hasextraoptionsfilter", "label": ".hasExtraOptionsFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasExtraOptionsFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_hasuifilter", "label": ".hasUIFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasUIFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_hasfiscalpositionfilter", "label": ".hasFiscalPositionFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasFiscalPositionFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_isbudgetselected", "label": ".isBudgetSelected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isBudgetSelected()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_datefrom", "label": ".dateFrom()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".dateFrom()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_dateto", "label": ".dateTo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".dateTo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_setdate", "label": ".setDate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".setDate()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 4}, {"id": "filters_accountreportfilters_setdatefrom", "label": ".setDateFrom()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setDateFrom()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_setdateto", "label": ".setDateTo()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setDateTo()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_datefilters", "label": ".dateFilters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".dateFilters()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_initdatefilters", "label": ".initDateFilters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".initDateFilters()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_getdatefilter", "label": ".getDateFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDateFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_selectdatefilter", "label": ".selectDateFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectDateFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_selectpreviousperiod", "label": ".selectPreviousPeriod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectPreviousPeriod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_selectnextperiod", "label": ".selectNextPeriod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectNextPeriod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_changeperiod", "label": "._changePeriod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._changePeriod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 5}, {"id": "filters_accountreportfilters_isperiodselected", "label": ".isPeriodSelected()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isPeriodSelected()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_displayperiod", "label": ".displayPeriod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".displayPeriod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 5}, {"id": "filters_accountreportfilters_displaymonth", "label": "._displayMonth()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._displayMonth()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_displayquarter", "label": "._displayQuarter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._displayQuarter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_displayyear", "label": "._displayYear()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._displayYear()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_displaytaxperiod", "label": "._displayTaxPeriod()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._displayTaxPeriod()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_computetaxperioddates", "label": "._computeTaxPeriodDates()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._computeTaxPeriodDates()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_setnumberperiods", "label": ".setNumberPeriods()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setNumberPeriods()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_getmultirecordselectorprops", "label": ".getMultiRecordSelectorProps()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getMultiRecordSelectorProps()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_roundingunitname", "label": ".roundingUnitName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".roundingUnitName()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_filterclicked", "label": ".filterClicked()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterClicked()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 7}, {"id": "filters_accountreportfilters_applyfilters", "label": ".applyFilters()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyFilters()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 7}, {"id": "filters_accountreportfilters_selectjournal", "label": ".selectJournal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectJournal()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_toggleselectedjournal", "label": ".ToggleSelectedJournal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToggleSelectedJournal()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_unfoldcompanyjournals", "label": ".unfoldCompanyJournals()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".unfoldCompanyJournals()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 1}, {"id": "filters_accountreportfilters_filtervariant", "label": ".filterVariant()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterVariant()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 5}, {"id": "filters_accountreportfilters_filtertaxunit", "label": ".filterTaxUnit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterTaxUnit()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_togglehidezerolines", "label": ".toggleHideZeroLines()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleHideZeroLines()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 4}, {"id": "filters_accountreportfilters_togglehorizontalsplit", "label": ".toggleHorizontalSplit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleHorizontalSplit()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 3}, {"id": "filters_accountreportfilters_filterroundingunit", "label": ".filterRoundingUnit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".filterRoundingUnit()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_selecthorizontalgroup", "label": ".selectHorizontalGroup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectHorizontalGroup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_selectbudget", "label": ".selectBudget()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectBudget()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "filters_accountreportfilters_createbudget", "label": ".createBudget()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".createBudget()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/filters/filters.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_search_bar_search_bar_js", "label": "search_bar.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "search_bar.js", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/search_bar/search_bar.js", "file_type": "code", "degree": 1}, {"id": "search_bar_accountreportsearchbar", "label": "AccountReportSearchBar", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportSearchBar", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/search_bar/search_bar.js", "file_type": "code", "degree": 3}, {"id": "search_bar_accountreportsearchbar_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/search_bar/search_bar.js", "file_type": "code", "degree": 1}, {"id": "search_bar_accountreportsearchbar_search", "label": ".search()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 29.8, "font": {"size": 12, "color": "#ffffff"}, "title": ".search()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/search_bar/search_bar.js", "file_type": "code", "degree": 162}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_line_name_js", "label": "line_name.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_name.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename", "label": "AccountReportLineName", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportLineName", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 12}, {"id": "line_name_accountreportlinename_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_caretoptions", "label": ".caretOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".caretOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_hascaretoptions", "label": ".hasCaretOptions()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasCaretOptions()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_caretaction", "label": ".caretAction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".caretAction()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_linenameclasses", "label": ".lineNameClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".lineNameClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_triggeraction", "label": ".triggerAction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggerAction()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_loadmore", "label": ".loadMore()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".loadMore()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 5}, {"id": "line_name_accountreportlinename_togglefoldable", "label": ".toggleFoldable()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleFoldable()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 3}, {"id": "line_name_accountreportlinename_hasvisibleannotation", "label": ".hasVisibleAnnotation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasVisibleAnnotation()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "line_name_accountreportlinename_toggleannotationpopover", "label": ".toggleAnnotationPopover()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".toggleAnnotationPopover()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 2}, {"id": "line_name_accountreportlinename_addannotation", "label": ".addAnnotation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".addAnnotation()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/line_name.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_popover_annotations_popover_js", "label": "annotations_popover.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "annotations_popover.js", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 1}, {"id": "annotations_popover_accountreportannotationspopover", "label": "AccountReportAnnotationsPopover", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportAnnotationsPopover", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 11}, {"id": "annotations_popover_accountreportannotationspopover_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 2}, {"id": "annotations_popover_accountreportannotationspopover_isaddingannotation", "label": ".isAddingAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".isAddingAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 1}, {"id": "annotations_popover_accountreportannotationspopover_refreshannotations", "label": ".refreshAnnotations()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".refreshAnnotations()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 4}, {"id": "annotations_popover_accountreportannotationspopover_getnewannotation", "label": "._getNewAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._getNewAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 3}, {"id": "annotations_popover_accountreportannotationspopover_cleannewannotation", "label": ".cleanNewAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanNewAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 2}, {"id": "annotations_popover_accountreportannotationspopover_addannotation", "label": ".addAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".addAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 2}, {"id": "annotations_popover_accountreportannotationspopover_formatannotation", "label": ".formatAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 1}, {"id": "annotations_popover_accountreportannotationspopover_savenewannotation", "label": ".saveNewAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".saveNewAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 1}, {"id": "annotations_popover_accountreportannotationspopover_deleteannotation", "label": ".deleteAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 2}, {"id": "annotations_popover_accountreportannotationspopover_editannotation", "label": ".editAnnotation()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".editAnnotation()", "community": 43, "community_name": "Community 43", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover/annotations_popover.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_popover_line_annotation_popover_line_js", "label": "annotation_popover_line.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "annotation_popover_line.js", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 1}, {"id": "annotation_popover_line_annotationpopoverline", "label": "AnnotationPopoverLine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationPopoverLine", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 6}, {"id": "annotation_popover_line_annotationpopoverline_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 2}, {"id": "annotation_popover_line_annotationpopoverline_applyautoresizetoall", "label": ".applyAutoresizeToAll()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".applyAutoresizeToAll()", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 2}, {"id": "annotation_popover_line_annotationpopoverline_annotationeditdate", "label": ".annotationEditDate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".annotationEditDate()", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 1}, {"id": "annotation_popover_line_annotationpopoverline_annotationedittext", "label": ".annotationEditText()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".annotationEditText()", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 1}, {"id": "annotation_popover_line_annotationpopoverline_deleteannotation", "label": ".deleteAnnotation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteAnnotation()", "community": 60, "community_name": "Community 60", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_name/popover_line/annotation_popover_line.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_line_cell_js", "label": "line_cell.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_cell.js", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 1}, {"id": "line_cell_accountreportlinecell", "label": "AccountReportLineCell", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportLineCell", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 8}, {"id": "line_cell_accountreportlinecell_setup", "label": ".setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 1}, {"id": "line_cell_accountreportlinecell_isnumeric", "label": ".isNumeric()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".isNumeric()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 2}, {"id": "line_cell_accountreportlinecell_cellclasses", "label": ".cellClasses()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".cellClasses()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 2}, {"id": "line_cell_accountreportlinecell_audit", "label": ".audit()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".audit()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 1}, {"id": "line_cell_accountreportlinecell_editpopover", "label": ".editPopover()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".editPopover()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 2}, {"id": "line_cell_accountreportlinecell_carryoverpopover", "label": ".carryoverPopover()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".carryoverPopover()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 1}, {"id": "line_cell_accountreportlinecell_comparisonclasses", "label": ".comparisonClasses()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".comparisonClasses()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/line_cell.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_popover_edit_popover_js", "label": "edit_popover.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "edit_popover.js", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/edit_popover.js", "file_type": "code", "degree": 1}, {"id": "edit_popover_accountreporteditpopover", "label": "AccountReportEditPopover", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportEditPopover", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/edit_popover.js", "file_type": "code", "degree": 3}, {"id": "edit_popover_accountreporteditpopover_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/edit_popover.js", "file_type": "code", "degree": 1}, {"id": "edit_popover_accountreporteditpopover_edit", "label": ".edit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".edit()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/edit_popover.js", "file_type": "code", "degree": 5}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_popover_carryover_popover_js", "label": "carryover_popover.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "carryover_popover.js", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/carryover_popover.js", "file_type": "code", "degree": 1}, {"id": "carryover_popover_accountreportcarryoverpopover", "label": "AccountReportCarryoverPopover", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportCarryoverPopover", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/carryover_popover.js", "file_type": "code", "degree": 3}, {"id": "carryover_popover_accountreportcarryoverpopover_setup", "label": ".setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/carryover_popover.js", "file_type": "code", "degree": 1}, {"id": "carryover_popover_accountreportcarryoverpopover_viewcarryoverlinesaction", "label": ".viewCarryoverLinesAction()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".viewCarryoverLinesAction()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell/popover/carryover_popover.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_line_js", "label": "line.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_accountreportline", "label": "AccountReportLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportLine", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 8}, {"id": "line_accountreportline_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_accountreportline_lineclasses", "label": ".lineClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".lineClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 4}, {"id": "line_accountreportline_hasvisiblechild", "label": ".hasVisibleChild()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasVisibleChild()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 4}, {"id": "line_accountreportline_growthcomparisonclasses", "label": ".growthComparisonClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".growthComparisonClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_accountreportline_horizontalgrouptotalclasses", "label": ".HorizontalGroupTotalClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".HorizontalGroupTotalClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 1}, {"id": "line_accountreportline_ishiddenbysearchfilter", "label": ".isHiddenBySearchFilter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".isHiddenBySearchFilter()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 4}, {"id": "line_accountreportline_showdebugpopover", "label": ".showDebugPopover()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".showDebugPopover()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/line.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_popover_debug_popover_js", "label": "debug_popover.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "debug_popover.js", "community": 111, "community_name": "Community 111", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/popover/debug_popover.js", "file_type": "code", "degree": 1}, {"id": "debug_popover_accountreportdebugpopover", "label": "AccountReportDebugPopover", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportDebugPopover", "community": 111, "community_name": "Community 111", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line/popover/debug_popover.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_cog_menu_cog_menu_js", "label": "cog_menu.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cog_menu.js", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/cog_menu/cog_menu.js", "file_type": "code", "degree": 1}, {"id": "cog_menu_accountreportcogmenu", "label": "AccountReportCogMenu", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportCogMenu", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/cog_menu/cog_menu.js", "file_type": "code", "degree": 3}, {"id": "cog_menu_accountreportcogmenu_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/cog_menu/cog_menu.js", "file_type": "code", "degree": 1}, {"id": "cog_menu_accountreportcogmenu_cogbuttons", "label": ".cogButtons()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cogButtons()", "community": 81, "community_name": "Community 81", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/cog_menu/cog_menu.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_buttons_bar_buttons_bar_js", "label": "buttons_bar.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "buttons_bar.js", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/buttons_bar/buttons_bar.js", "file_type": "code", "degree": 1}, {"id": "buttons_bar_accountreportbuttonsbar", "label": "AccountReportButtonsBar", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportButtonsBar", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/buttons_bar/buttons_bar.js", "file_type": "code", "degree": 3}, {"id": "buttons_bar_accountreportbuttonsbar_setup", "label": ".setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/buttons_bar/buttons_bar.js", "file_type": "code", "degree": 1}, {"id": "buttons_bar_accountreportbuttonsbar_barbuttons", "label": ".barButtons()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".barButtons()", "community": 82, "community_name": "Community 82", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/buttons_bar/buttons_bar.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_editable_line_cell_editable_js", "label": "line_cell_editable.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_cell_editable.js", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable", "label": "AccountReportLineCellEditable", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportLineCellEditable", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 8}, {"id": "line_cell_editable_accountreportlinecelleditable_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_cellclasses", "label": ".cellClasses()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cellClasses()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_haseditpopupdata", "label": ".hasEditPopupData()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasEditPopupData()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_onchange", "label": ".onChange()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onChange()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_inputvalue", "label": ".inputValue()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".inputValue()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_onfocus", "label": ".onFocus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onFocus()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "line_cell_editable_accountreportlinecelleditable_onblur", "label": ".onBlur()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onBlur()", "community": 48, "community_name": "Community 48", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/line_cell_editable/line_cell_editable.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_ellipsis_ellipsis_js", "label": "ellipsis.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ellipsis.js", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 1}, {"id": "ellipsis_accountreportellipsis", "label": "AccountReportEllipsis", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportEllipsis", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 5}, {"id": "ellipsis_accountreportellipsis_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 1}, {"id": "ellipsis_accountreportellipsis_triggersellipsis", "label": ".triggersEllipsis()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".triggersEllipsis()", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 1}, {"id": "ellipsis_accountreportellipsis_copyellipsistext", "label": ".copyEllipsisText()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".copyEllipsisText()", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 1}, {"id": "ellipsis_accountreportellipsis_showellipsispopover", "label": ".showEllipsisPopover()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".showEllipsisPopover()", "community": 63, "community_name": "Community 63", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/ellipsis.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_ellipsis_popover_ellipsis_popover_js", "label": "ellipsis_popover.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ellipsis_popover.js", "community": 112, "community_name": "Community 112", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/popover/ellipsis_popover.js", "file_type": "code", "degree": 1}, {"id": "ellipsis_popover_accountreportellipsispopover", "label": "AccountReportEllipsisPopover", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportEllipsisPopover", "community": 112, "community_name": "Community 112", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/ellipsis/popover/ellipsis_popover.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_header_header_js", "label": "header.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "header.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader", "label": "AccountReportHeader", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportHeader", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 8}, {"id": "header_accountreportheader_setup", "label": ".setup()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader_columnheaders", "label": ".columnHeaders()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".columnHeaders()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader_columnheaderscolspan", "label": ".columnHeadersColspan()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".columnHeadersColspan()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader_subheaders", "label": ".subheaders()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".subheaders()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader_customsubheaders", "label": ".customSubheaders()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".customSubheaders()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 1}, {"id": "header_accountreportheader_sortableclasses", "label": ".sortableClasses()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortableClasses()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 2}, {"id": "header_accountreportheader_sortlinesbycolumn", "label": ".sortLinesByColumn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".sortLinesByColumn()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/account_report/header/header.js", "file_type": "code", "degree": 5}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_dashboard_activity_journal_dashboard_activity_js", "label": "journal_dashboard_activity.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "journal_dashboard_activity.js", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js", "file_type": "code", "degree": 1}, {"id": "journal_dashboard_activity_journaldashboardactivitytaxreport", "label": "JournalDashboardActivityTaxReport", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalDashboardActivityTaxReport", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js", "file_type": "code", "degree": 3}, {"id": "journal_dashboard_activity_journaldashboardactivitytaxreport_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js", "file_type": "code", "degree": 1}, {"id": "journal_dashboard_activity_journaldashboardactivitytaxreport_openactivity", "label": ".openActivity()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openActivity()", "community": 83, "community_name": "Community 83", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/journal_dashboard_activity/journal_dashboard_activity.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_redirectaction_redirectaction_js", "label": "redirectAction.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "redirectAction.js", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/redirectAction/redirectAction.js", "file_type": "code", "degree": 1}, {"id": "redirectaction_redirectaction", "label": "RedirectAction", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RedirectAction", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/redirectAction/redirectAction.js", "file_type": "code", "degree": 4}, {"id": "redirectaction_redirectaction_setup", "label": ".setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/redirectAction/redirectAction.js", "file_type": "code", "degree": 1}, {"id": "redirectaction_redirectaction_openclientaction", "label": ".openClientAction()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".openClientAction()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/redirectAction/redirectAction.js", "file_type": "code", "degree": 1}, {"id": "redirectaction_redirectaction_close", "label": ".close()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".close()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/components/redirectAction/redirectAction.js", "file_type": "code", "degree": 13}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_widgets_account_report_x2many_account_report_x2many_js", "label": "account_report_x2many.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "account_report_x2many.js", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer", "label": "AccountReportListRenderer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportListRenderer", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 12}, {"id": "account_report_x2many_accountreportlistrenderer_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_recordsdatadeepcopy", "label": ".recordsDataDeepCopy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".recordsDataDeepCopy()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_formatdata", "label": ".formatData()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".formatData()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 3}, {"id": "account_report_x2many_accountreportlistrenderer_ondragstart", "label": ".onDragStart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDragStart()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 1}, {"id": "account_report_x2many_accountreportlistrenderer_ondragend", "label": ".onDragEnd()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDragEnd()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 1}, {"id": "account_report_x2many_accountreportlistrenderer_setrecordparent", "label": ".setRecordParent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setRecordParent()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_setrecordhierarchy", "label": ".setRecordHierarchy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setRecordHierarchy()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_setrecordsequence", "label": ".setRecordSequence()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setRecordSequence()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_ondrop", "label": ".onDrop()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDrop()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 4}, {"id": "account_report_x2many_accountreportlistrenderer_ondeleterecord", "label": ".onDeleteRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDeleteRecord()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportlistrenderer_deleterecord", "label": ".deleteRecord()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".deleteRecord()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportslineslistx2manyfield", "label": "AccountReportsLinesListX2ManyField", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportsLinesListX2ManyField", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 2}, {"id": "account_report_x2many_accountreportslineslistx2manyfield_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 40, "community_name": "Community 40", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/static/src/widgets/account_report_x2many/account_report_x2many.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_controllers_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 126, "community_name": "Community 126", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_controllers_main_py", "label": "main.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_accountreportcontroller", "label": "AccountReportController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AccountReportController", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 5}, {"id": "main_get_report", "label": "get_report()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_report()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 6}, {"id": "main_accountreportcontroller_format_error_response", "label": "._format_error_response()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._format_error_response()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 3}, {"id": "main_accountreportcontroller_build_response_headers", "label": "._build_response_headers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_response_headers()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 4}, {"id": "main_download_report_attachments", "label": "download_report_attachments()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "download_report_attachments()", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_rationale_17", "label": "Handles HTTP requests for generating and downloading accounting report files", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Handles HTTP requests for generating and downloading accounting report files", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "rationale", "degree": 2}, {"id": "main_rationale_22", "label": "Generate a report file based on the provided options and generator method.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a report file based on the provided options and generator method.", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "main_rationale_86", "label": "Wrap error details into a JSON response matching the Odoo RPC error format.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrap error details into a JSON response matching the Odoo RPC error format.", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "rationale", "degree": 2}, {"id": "main_rationale_95", "label": "Construct HTTP response headers appropriate for the given file type.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Construct HTTP response headers appropriate for the given file type.", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "rationale", "degree": 2}, {"id": "main_rationale_114", "label": "Download one or more report attachments, packaging them into a zip archi", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Download one or more report attachments, packaging them into a zip archi", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/controllers/main.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/__init__.py", "file_type": "code", "degree": 4}, {"id": "init_setup_module", "label": "_setup_module()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_setup_module()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/__init__.py", "file_type": "code", "degree": 2}, {"id": "init_uninstall_cleanup", "label": "_uninstall_cleanup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_uninstall_cleanup()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_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": 409, "community_name": "Community 409", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_ir_http_py", "label": "ir_http.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ir_http.py", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/ir_http.py", "file_type": "code", "degree": 2}, {"id": "ir_http_irhttp", "label": "IrHttp", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IrHttp", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/ir_http.py", "file_type": "code", "degree": 3}, {"id": "ir_http_post_logout", "label": "_post_logout()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_post_logout()", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/ir_http.py", "file_type": "code", "degree": 1}, {"id": "ir_http_irhttp_color_scheme", "label": ".color_scheme()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".color_scheme()", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/ir_http.py", "file_type": "code", "degree": 2}, {"id": "ir_http_irhttp_session_info", "label": ".session_info()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".session_info()", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/ir_http.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_users_settings_py", "label": "res_users_settings.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_users_settings.py", "community": 113, "community_name": "Community 113", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users_settings.py", "file_type": "code", "degree": 1}, {"id": "res_users_settings_resuserssettings", "label": "ResUsersSettings", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResUsersSettings", "community": 113, "community_name": "Community 113", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "label": "color_editor.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "color_editor.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 7}, {"id": "color_editor_coloreditor", "label": "ColorEditor", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ColorEditor", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 7}, {"id": "color_editor_get_custom_url", "label": "_get_custom_url()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_custom_url()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 4}, {"id": "color_editor_get_url_info", "label": "_get_url_info()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_url_info()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 3}, {"id": "color_editor_find_attachment", "label": "_find_attachment()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_attachment()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 5}, {"id": "color_editor_find_asset", "label": "_find_asset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_asset()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 4}, {"id": "color_editor_read_scss", "label": "_read_scss()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_read_scss()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 6}, {"id": "color_editor_coloreditor_extract_variable", "label": "._extract_variable()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_variable()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 3}, {"id": "color_editor_coloreditor_extract_variables", "label": "._extract_variables()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_variables()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 3}, {"id": "color_editor_coloreditor_update_variables", "label": "._update_variables()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._update_variables()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 2}, {"id": "color_editor_write_scss", "label": "_write_scss()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_write_scss()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 7}, {"id": "color_editor_coloreditor_get_variable_values", "label": ".get_variable_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_variable_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 6}, {"id": "color_editor_coloreditor_set_variable_values", "label": ".set_variable_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_variable_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 7}, {"id": "color_editor_coloreditor_reset_asset", "label": ".reset_asset()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".reset_asset()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/color_editor.py", "file_type": "code", "degree": 8}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 127, "community_name": "Community 127", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_company_py", "label": "res_company.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_company.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_company.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_users_py", "label": "res_users.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "res_users.py", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users.py", "file_type": "code", "degree": 3}, {"id": "res_users_resusers", "label": "ResUsers", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ResUsers", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_self_readable_fields", "label": "SELF_READABLE_FIELDS()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SELF_READABLE_FIELDS()", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "res_users_self_writeable_fields", "label": "SELF_WRITEABLE_FIELDS()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SELF_WRITEABLE_FIELDS()", "community": 84, "community_name": "Community 84", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_users.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 9}, {"id": "res_config_settings_color_fields", "label": "COLOR_FIELDS()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_FIELDS()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_theme_color_fields", "label": "THEME_COLOR_FIELDS()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "THEME_COLOR_FIELDS()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_asset_light_url", "label": "COLOR_ASSET_LIGHT_URL()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_ASSET_LIGHT_URL()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_bundle_light_name", "label": "COLOR_BUNDLE_LIGHT_NAME()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_BUNDLE_LIGHT_NAME()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_asset_dark_url", "label": "COLOR_ASSET_DARK_URL()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_ASSET_DARK_URL()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_bundle_dark_name", "label": "COLOR_BUNDLE_DARK_NAME()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_BUNDLE_DARK_NAME()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_asset_theme_url", "label": "COLOR_ASSET_THEME_URL()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_ASSET_THEME_URL()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_color_bundle_theme_name", "label": "COLOR_BUNDLE_THEME_NAME()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "COLOR_BUNDLE_THEME_NAME()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_resconfigsettings_get_light_color_values", "label": "._get_light_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_light_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_set_light_color_values", "label": "._set_light_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_light_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_detect_light_color_change", "label": "._detect_light_color_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._detect_light_color_change()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_replace_light_color_values", "label": "._replace_light_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._replace_light_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_reset_light_color_assets", "label": "._reset_light_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._reset_light_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_get_dark_color_values", "label": "._get_dark_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_dark_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_set_dark_color_values", "label": "._set_dark_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_dark_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_detect_dark_color_change", "label": "._detect_dark_color_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._detect_dark_color_change()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_replace_dark_color_values", "label": "._replace_dark_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._replace_dark_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_reset_dark_color_assets", "label": "._reset_dark_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._reset_dark_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_get_theme_color_values", "label": "._get_theme_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_theme_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_set_theme_color_values", "label": "._set_theme_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._set_theme_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_detect_theme_color_change", "label": "._detect_theme_color_change()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._detect_theme_color_change()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_replace_theme_color_values", "label": "._replace_theme_color_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._replace_theme_color_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 3}, {"id": "res_config_settings_resconfigsettings_reset_theme_color_assets", "label": "._reset_theme_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._reset_theme_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_action_reset_light_color_assets", "label": ".action_reset_light_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_light_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_action_reset_dark_color_assets", "label": ".action_reset_dark_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_dark_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_action_reset_theme_color_assets", "label": ".action_reset_theme_color_assets()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_theme_color_assets()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_get_values", "label": ".get_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 4}, {"id": "res_config_settings_resconfigsettings_set_values", "label": ".set_values()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_values()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/models/res_config_settings.py", "file_type": "code", "degree": 7}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_tests_refresh_test_js", "label": "refresh.test.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh.test.js", "community": 114, "community_name": "Community 114", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/tests/refresh.test.js", "file_type": "code", "degree": 1}, {"id": "refresh_test_product", "label": "Product", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Product", "community": 114, "community_name": "Community 114", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/tests/refresh.test.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_tests_group_test_js", "label": "group.test.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "group.test.js", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/tests/group.test.js", "file_type": "code", "degree": 2}, {"id": "group_test_category", "label": "Category", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Category", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/tests/group.test.js", "file_type": "code", "degree": 3}, {"id": "group_test_product", "label": "Product", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Product", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/tests/group.test.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_webclient_js", "label": "webclient.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "webclient.js", "community": 410, "community_name": "Community 410", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/webclient.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_sidebar_sidebar_js", "label": "sidebar.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sidebar.js", "community": 85, "community_name": "Community 85", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/sidebar/sidebar.js", "file_type": "code", "degree": 1}, {"id": "sidebar_sidebar", "label": "Sidebar", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar", "community": 85, "community_name": "Community 85", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/sidebar/sidebar.js", "file_type": "code", "degree": 3}, {"id": "sidebar_sidebar_setup", "label": ".setup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 85, "community_name": "Community 85", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/sidebar/sidebar.js", "file_type": "code", "degree": 1}, {"id": "sidebar_sidebar_onappclick", "label": "._onAppClick()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._onAppClick()", "community": 85, "community_name": "Community 85", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/sidebar/sidebar.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_sidebar_menu_service_js", "label": "menu_service.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "menu_service.js", "community": 411, "community_name": "Community 411", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/sidebar/menu_service.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_navbar_navbar_js", "label": "navbar.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "navbar.js", "community": 115, "community_name": "Community 115", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/navbar/navbar.js", "file_type": "code", "degree": 1}, {"id": "navbar_setup", "label": "setup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 115, "community_name": "Community 115", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/navbar/navbar.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_app_switcher_app_switcher_js", "label": "app_switcher.js", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "app_switcher.js", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 1}, {"id": "app_switcher_appswitcher", "label": "AppSwitcher", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AppSwitcher", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 8}, {"id": "app_switcher_appswitcher_setup", "label": ".setup()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 2}, {"id": "app_switcher_appswitcher_maxiconnumber", "label": ".maxIconNumber()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".maxIconNumber()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 1}, {"id": "app_switcher_appswitcher_registerhotkeys", "label": "._registerHotkeys()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._registerHotkeys()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 2}, {"id": "app_switcher_appswitcher_updatefocusedindex", "label": "._updateFocusedIndex()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateFocusedIndex()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 2}, {"id": "app_switcher_appswitcher_getappelements", "label": "._getAppElements()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._getAppElements()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 3}, {"id": "app_switcher_appswitcher_onsortdrop", "label": "._onSortDrop()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._onSortDrop()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 2}, {"id": "app_switcher_appswitcher_onopened", "label": ".onOpened()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onOpened()", "community": 49, "community_name": "Community 49", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/webclient/app_switcher/app_switcher.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_color_scheme_color_scheme_service_js", "label": "color_scheme_service.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "color_scheme_service.js", "community": 101, "community_name": "Community 101", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/color_scheme/color_scheme_service.js", "file_type": "code", "degree": 2}, {"id": "color_scheme_service_systemcolorscheme", "label": "systemColorScheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "systemColorScheme()", "community": 101, "community_name": "Community 101", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/color_scheme/color_scheme_service.js", "file_type": "code", "degree": 1}, {"id": "color_scheme_service_currentcolorscheme", "label": "currentColorScheme()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "currentColorScheme()", "community": 101, "community_name": "Community 101", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/color_scheme/color_scheme_service.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_dialog_dialog_js", "label": "dialog.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dialog.js", "community": 102, "community_name": "Community 102", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/dialog/dialog.js", "file_type": "code", "degree": 2}, {"id": "dialog_setup", "label": "setup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 102, "community_name": "Community 102", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/dialog/dialog.js", "file_type": "code", "degree": 1}, {"id": "dialog_onclickdialogsizetoggle", "label": "onClickDialogSizeToggle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onClickDialogSizeToggle()", "community": 102, "community_name": "Community 102", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/dialog/dialog.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_dialog_select_create_dialog_js", "label": "select_create_dialog.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "select_create_dialog.js", "community": 116, "community_name": "Community 116", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/dialog/select_create_dialog.js", "file_type": "code", "degree": 1}, {"id": "select_create_dialog_onclickdialogsizetoggle", "label": "onClickDialogSizeToggle()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onClickDialogSizeToggle()", "community": 116, "community_name": "Community 116", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/dialog/select_create_dialog.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_thread_thread_js", "label": "thread.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "thread.js", "community": 117, "community_name": "Community 117", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/thread/thread.js", "file_type": "code", "degree": 1}, {"id": "thread_displaymessages", "label": "displayMessages()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "displayMessages()", "community": 117, "community_name": "Community 117", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/core/thread/thread.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_chatter_chatter_js", "label": "chatter.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "chatter.js", "community": 103, "community_name": "Community 103", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/chatter/chatter.js", "file_type": "code", "degree": 2}, {"id": "chatter_setup", "label": "setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 103, "community_name": "Community 103", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/chatter/chatter.js", "file_type": "code", "degree": 1}, {"id": "chatter_onclicknotificationstoggle", "label": "onClickNotificationsToggle()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onClickNotificationsToggle()", "community": 103, "community_name": "Community 103", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/chatter/chatter.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_renderer_js", "label": "form_renderer.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "form_renderer.js", "community": 86, "community_name": "Community 86", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_renderer.js", "file_type": "code", "degree": 3}, {"id": "form_renderer_setup", "label": "setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 86, "community_name": "Community 86", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_renderer.js", "file_type": "code", "degree": 1}, {"id": "form_renderer_onstartchatterresize", "label": "onStartChatterResize()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onStartChatterResize()", "community": 86, "community_name": "Community 86", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_renderer.js", "file_type": "code", "degree": 1}, {"id": "form_renderer_ondoubleclickchatterresize", "label": "onDoubleClickChatterResize()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "onDoubleClickChatterResize()", "community": 86, "community_name": "Community 86", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_renderer.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_compiler_js", "label": "form_compiler.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "form_compiler.js", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_compiler.js", "file_type": "code", "degree": 1}, {"id": "form_compiler_compile", "label": "compile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "compile()", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/form/form_compiler.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_expand_groups_js", "label": "expand_groups.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "expand_groups.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/expand_groups.js", "file_type": "code", "degree": 1}, {"id": "expand_groups_expandall", "label": "ExpandAll", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ExpandAll", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/expand_groups.js", "file_type": "code", "degree": 2}, {"id": "expand_groups_expandall_onexpandbuttonclicked", "label": ".onExpandButtonClicked()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onExpandButtonClicked()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/expand_groups.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_collapse_groups_js", "label": "collapse_groups.js", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "collapse_groups.js", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/collapse_groups.js", "file_type": "code", "degree": 1}, {"id": "collapse_groups_collapseall", "label": "CollapseAll", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CollapseAll", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/collapse_groups.js", "file_type": "code", "degree": 2}, {"id": "collapse_groups_collapseall_oncollapsebuttonclicked", "label": ".onCollapseButtonClicked()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onCollapseButtonClicked()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/collapse_groups.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "label": "auto_refresh.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "auto_refresh.js", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 8}, {"id": "auto_refresh_setup", "label": "setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "setup()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 1}, {"id": "auto_refresh_checkautoloadavailability", "label": "checkAutoLoadAvailability()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "checkAutoLoadAvailability()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 1}, {"id": "auto_refresh_getautoloadrefreshinterval", "label": "getAutoLoadRefreshInterval()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getAutoLoadRefreshInterval()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 1}, {"id": "auto_refresh_getautoloadstoragekey", "label": "getAutoLoadStorageKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getAutoLoadStorageKey()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 4}, {"id": "auto_refresh_getautoloadstoragevalue", "label": "getAutoLoadStorageValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "getAutoLoadStorageValue()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 2}, {"id": "auto_refresh_setautoloadstoragevalue", "label": "setAutoLoadStorageValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setAutoLoadStorageValue()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 3}, {"id": "auto_refresh_removeautoloadstoragevalue", "label": "removeAutoLoadStorageValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "removeAutoLoadStorageValue()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 3}, {"id": "auto_refresh_toggleautoload", "label": "toggleAutoLoad()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "toggleAutoLoad()", "community": 50, "community_name": "Community 50", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/static/src/views/search/auto_refresh.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_controllers_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 128, "community_name": "Community 128", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_controllers_main_py", "label": "main.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/controllers/main.py", "file_type": "code", "degree": 2}, {"id": "main_webclient", "label": "WebClient", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WebClient", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/controllers/main.py", "file_type": "code", "degree": 1}, {"id": "main_web_client", "label": "web_client()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "web_client()", "community": 56, "community_name": "Community 56", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_backend_theme/controllers/main.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_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": 412, "community_name": "Community 412", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_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": 413, "community_name": "Community 413", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_static_src_js_header_js", "label": "header.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "header.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/static/src/js/header.js", "file_type": "code", "degree": 1}, {"id": "header_initexpandablesearch", "label": "initExpandableSearch()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "initExpandableSearch()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/fusion_website_theme/static/src/js/header.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_fusion_website_theme_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": 414, "community_name": "Community 414", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/fusion_website_theme/__init__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_fusion_website_theme_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": 415, "community_name": "Community 415", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/fusion_website_theme/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_fusion_website_theme_static_src_js_header_js", "label": "header.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "header.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_website_theme/fusion_website_theme/static/src/js/header.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 129, "community_name": "Community 129", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_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": 416, "community_name": "Community 416", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_py", "label": "wc_section.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_section.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 5}, {"id": "wc_section_wheelchairsection", "label": "WheelchairSection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairSection", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 3}, {"id": "wc_section_get_equipment_type_selection", "label": "_get_equipment_type_selection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_equipment_type_selection()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 2}, {"id": "wc_section_compute_option_count", "label": "_compute_option_count()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_option_count()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 1}, {"id": "wc_section_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 1}, {"id": "wc_section_wheelchairsection_action_auto_populate_options", "label": ".action_auto_populate_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_auto_populate_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 3}, {"id": "wc_section_action_auto_populate_all_sections", "label": "action_auto_populate_all_sections()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "action_auto_populate_all_sections()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 3}, {"id": "wc_section_wheelchairsection_populate_section_from_products", "label": "._populate_section_from_products()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._populate_section_from_products()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "code", "degree": 6}, {"id": "wc_section_rationale_294", "label": "Auto-populate product options for THIS section by matching products in i", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-populate product options for THIS section by matching products in i", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "rationale", "degree": 1}, {"id": "wc_section_rationale_322", "label": "Auto-populate ALL sections at once. Called from a menu action.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-populate ALL sections at once. Called from a menu action.", "community": 417, "community_name": "Community 417", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "rationale", "degree": 0}, {"id": "wc_section_rationale_358", "label": "Find products whose ADP device type maps to this section, and create one", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find products whose ADP device type maps to this section, and create one", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "label": "wc_assessment.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_assessment.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 8}, {"id": "wc_assessment_wheelchairassessment", "label": "WheelchairAssessment", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairAssessment", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 19}, {"id": "wc_assessment_get_equipment_type_selection", "label": "_get_equipment_type_selection()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_equipment_type_selection()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 2}, {"id": "wc_assessment_compute_client_name", "label": "_compute_client_name()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_client_name()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_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": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_compute_normalized_measurements", "label": "_compute_normalized_measurements()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_normalized_measurements()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_compute_totals", "label": "_compute_totals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_totals()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_wheelchairassessment_compute_portal_url", "label": "._compute_portal_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_portal_url()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_wheelchairassessment_compute_public_url", "label": "._compute_public_url()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_public_url()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_wheelchairassessment_generate_access_token", "label": "._generate_access_token()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_access_token()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_wheelchairassessment_action_open_portal_form", "label": ".action_open_portal_form()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_portal_form()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 2}, {"id": "wc_assessment_wheelchairassessment_action_generate_share_link", "label": ".action_generate_share_link()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_generate_share_link()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "create()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 245}, {"id": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "label": "._evaluate_upcharge_rules()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._evaluate_upcharge_rules()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 8}, {"id": "wc_assessment_wheelchairassessment_get_measurement_value", "label": "._get_measurement_value()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_measurement_value()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_compare_values", "label": "_compare_values()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compare_values()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 2}, {"id": "wc_assessment_wheelchairassessment_create_upcharge_line", "label": "._create_upcharge_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_upcharge_line()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 5}, {"id": "wc_assessment_wheelchairassessment_action_generate_quotation", "label": ".action_generate_quotation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_generate_quotation()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 12}, {"id": "wc_assessment_wheelchairassessment_resolve_partner", "label": "._resolve_partner()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_partner()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 4}, {"id": "wc_assessment_wheelchairassessment_ensure_frame_line", "label": "._ensure_frame_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._ensure_frame_line()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 5}, {"id": "wc_assessment_wheelchairassessment_prepare_sale_order_vals", "label": "._prepare_sale_order_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_sale_order_vals()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_wheelchairassessment_prepare_sale_order_line_vals", "label": "._prepare_sale_order_line_vals()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_sale_order_line_vals()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_wheelchairassessment_post_quotation_message", "label": "._post_quotation_message()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._post_quotation_message()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_wheelchairassessment_action_mark_review", "label": ".action_mark_review()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_review()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 2}, {"id": "wc_assessment_wheelchairassessment_action_cancel", "label": ".action_cancel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_cancel()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 3}, {"id": "wc_assessment_wheelchairassessment_action_reset_draft", "label": ".action_reset_draft()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_draft()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_wheelchairassessment_action_view_quotation", "label": ".action_view_quotation()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_quotation()", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "code", "degree": 2}, {"id": "wc_assessment_rationale_377", "label": "Convert all measurements to inches/lbs for consistent rule evaluation.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert all measurements to inches/lbs for consistent rule evaluation.", "community": 418, "community_name": "Community 418", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 0}, {"id": "wc_assessment_rationale_420", "label": "Generate a unique access token for public sharing.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a unique access token for public sharing.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_426", "label": "Open the portal assessment form in a new browser tab.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the portal assessment form in a new browser tab.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_435", "label": "Generate a public access token and show the shareable URL.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a public access token and show the shareable URL.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_465", "label": "Evaluate all active upcharge rules against current assessment data. Crea", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate all active upcharge rules against current assessment data. Crea", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_517", "label": "Map measurement field selection to actual normalized (inches) value.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Map measurement field selection to actual normalized (inches) value.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_538", "label": "Evaluate a comparison between value and threshold.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate a comparison between value and threshold.", "community": 419, "community_name": "Community 419", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 0}, {"id": "wc_assessment_rationale_552", "label": "Create an assessment line from an upcharge rule.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an assessment line from an upcharge rule.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_580", "label": "Generate a draft sale.order from this assessment.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a draft sale.order from this assessment.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_621", "label": "Get existing partner or create a new one.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get existing partner or create a new one.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_646", "label": "Add the frame product as an assessment line if not already present.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Add the frame product as an assessment line if not already present.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_710", "label": "Prepare values for sale.order creation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepare values for sale.order creation.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_745", "label": "Prepare values for sale.order.line creation from assessment line.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepare values for sale.order.line creation from assessment line.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_760", "label": "Post a chatter message summarizing the assessment.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Post a chatter message summarizing the assessment.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_823", "label": "Mark assessment as ready for review.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark assessment as ready for review.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_828", "label": "Cancel the assessment.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel the assessment.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "wc_assessment_rationale_839", "label": "Open the generated quotation.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the generated quotation.", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_step_py", "label": "wc_config_flow_step.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_config_flow_step.py", "community": 118, "community_name": "Community 118", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_step.py", "file_type": "code", "degree": 1}, {"id": "wc_config_flow_step_configflowstep", "label": "ConfigFlowStep", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfigFlowStep", "community": 118, "community_name": "Community 118", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_step.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_sale_order_py", "label": "sale_order.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sale_order.py", "community": 119, "community_name": "Community 119", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "sale_order_saleorder", "label": "SaleOrder", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaleOrder", "community": 119, "community_name": "Community 119", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/sale_order.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_py", "label": "wc_config_flow.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_config_flow.py", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 3}, {"id": "wc_config_flow_wheelchairconfigflow", "label": "WheelchairConfigFlow", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairConfigFlow", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 15}, {"id": "wc_config_flow_get_equipment_type_selection", "label": "_get_equipment_type_selection()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_equipment_type_selection()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_compute_counts", "label": "_compute_counts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_counts()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 1}, {"id": "wc_config_flow_wheelchairconfigflow_action_open_designer", "label": ".action_open_designer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_open_designer()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_wheelchairconfigflow_action_activate", "label": ".action_activate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_activate()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 5}, {"id": "wc_config_flow_wheelchairconfigflow_action_archive", "label": ".action_archive()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_archive()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_wheelchairconfigflow_action_reset_draft", "label": ".action_reset_draft()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_draft()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "label": ".action_create_default_steps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_create_default_steps()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 6}, {"id": "wc_config_flow_wheelchairconfigflow_action_new_assessment_form", "label": ".action_new_assessment_form()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_new_assessment_form()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_wheelchairconfigflow_load_flow_graph", "label": ".load_flow_graph()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".load_flow_graph()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": ".save_flow_graph()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".save_flow_graph()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 6}, {"id": "wc_config_flow_wheelchairconfigflow_evaluate", "label": ".evaluate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".evaluate()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 4}, {"id": "wc_config_flow_wheelchairconfigflow_finalize_result", "label": "._finalize_result()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._finalize_result()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 3}, {"id": "wc_config_flow_wheelchairconfigflow_evaluate_node", "label": "._evaluate_node()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._evaluate_node()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 6}, {"id": "wc_config_flow_wheelchairconfigflow_evaluate_decision", "label": "._evaluate_decision()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._evaluate_decision()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 3}, {"id": "wc_config_flow_wheelchairconfigflow_evaluate_measurement", "label": "._evaluate_measurement()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._evaluate_measurement()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 3}, {"id": "wc_config_flow_wheelchairconfigflow_get_next_nodes", "label": "._get_next_nodes()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_next_nodes()", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "code", "degree": 3}, {"id": "wc_config_flow_rationale_69", "label": "Open the visual flow designer (OWL client action).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open the visual flow designer (OWL client action).", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_79", "label": "Set flow to active. Deactivate other flows for same equipment type. Auto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Set flow to active. Deactivate other flows for same equipment type. Auto", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_104", "label": "Generate default form steps based on equipment type. For wheelchair type", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate default form steps based on equipment type. For wheelchair type", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_205", "label": "Open a new portal assessment form pre-selected to this flow's equipment type.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Open a new portal assessment form pre-selected to this flow&#x27;s equipment type.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_218", "label": "Return the complete flow graph for the visual designer.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the complete flow graph for the visual designer.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_277", "label": "Sync the full graph from the visual designer to ORM records.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sync the full graph from the visual designer to ORM records.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_378", "label": "Walk the flow graph and return option directives. Args: ass", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Walk the flow graph and return option directives. Args: ass", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_422", "label": "Convert sets to sorted lists for JSON serialization.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert sets to sorted lists for JSON serialization.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_429", "label": "Evaluate a single node. Returns list of next nodes to visit.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate a single node. Returns list of next nodes to visit.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_474", "label": "Evaluate a decision node condition against assessment data.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate a decision node condition against assessment data.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_510", "label": "Evaluate a measurement check node.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Evaluate a measurement check node.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "wc_config_flow_rationale_535", "label": "Get target nodes for outgoing connections from a specific port.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Get target nodes for outgoing connections from a specific port.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 130, "community_name": "Community 130", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_upcharge_rule_py", "label": "wc_upcharge_rule.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_upcharge_rule.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_upcharge_rule.py", "file_type": "code", "degree": 3}, {"id": "wc_upcharge_rule_wheelchairupchargerule", "label": "WheelchairUpchargeRule", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairUpchargeRule", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_upcharge_rule.py", "file_type": "code", "degree": 1}, {"id": "wc_upcharge_rule_get_equipment_type_selection", "label": "_get_equipment_type_selection()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_equipment_type_selection()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_upcharge_rule.py", "file_type": "code", "degree": 2}, {"id": "wc_upcharge_rule_compute_adp_device_code_id", "label": "_compute_adp_device_code_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_adp_device_code_id()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_upcharge_rule.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_node_py", "label": "wc_config_flow_node.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_config_flow_node.py", "community": 120, "community_name": "Community 120", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_node.py", "file_type": "code", "degree": 1}, {"id": "wc_config_flow_node_wheelchairconfigflownode", "label": "WheelchairConfigFlowNode", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairConfigFlowNode", "community": 120, "community_name": "Community 120", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_node.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_connection_py", "label": "wc_config_flow_connection.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_config_flow_connection.py", "community": 121, "community_name": "Community 121", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_connection.py", "file_type": "code", "degree": 1}, {"id": "wc_config_flow_connection_wheelchairconfigflowconnection", "label": "WheelchairConfigFlowConnection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairConfigFlowConnection", "community": 121, "community_name": "Community 121", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_connection.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_equipment_type_py", "label": "equipment_type.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "equipment_type.py", "community": 122, "community_name": "Community 122", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/equipment_type.py", "file_type": "code", "degree": 1}, {"id": "equipment_type_equipmenttype", "label": "EquipmentType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EquipmentType", "community": 122, "community_name": "Community 122", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/equipment_type.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_node_option_py", "label": "wc_config_flow_node_option.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_config_flow_node_option.py", "community": 104, "community_name": "Community 104", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_node_option.py", "file_type": "code", "degree": 2}, {"id": "wc_config_flow_node_option_wheelchairconfigflownodeoption", "label": "WheelchairConfigFlowNodeOption", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairConfigFlowNodeOption", "community": 104, "community_name": "Community 104", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_node_option.py", "file_type": "code", "degree": 1}, {"id": "wc_config_flow_node_option_compute_port_key", "label": "_compute_port_key()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_port_key()", "community": 104, "community_name": "Community 104", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_config_flow_node_option.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_option_py", "label": "wc_section_option.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_section_option.py", "community": 87, "community_name": "Community 87", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section_option.py", "file_type": "code", "degree": 3}, {"id": "wc_section_option_wheelchairsectionoption", "label": "WheelchairSectionOption", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairSectionOption", "community": 87, "community_name": "Community 87", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section_option.py", "file_type": "code", "degree": 1}, {"id": "wc_section_option_compute_variant_count", "label": "_compute_variant_count()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_variant_count()", "community": 87, "community_name": "Community 87", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section_option.py", "file_type": "code", "degree": 1}, {"id": "wc_section_option_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 87, "community_name": "Community 87", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_section_option.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_line_py", "label": "wc_assessment_line.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "wc_assessment_line.py", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "code", "degree": 4}, {"id": "wc_assessment_line_wheelchairassessmentline", "label": "WheelchairAssessmentLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WheelchairAssessmentLine", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_line_compute_subtotal", "label": "_compute_subtotal()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_subtotal()", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_line_compute_portions", "label": "_compute_portions()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_portions()", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_line_onchange_product_id", "label": "_onchange_product_id()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_onchange_product_id()", "community": 73, "community_name": "Community 73", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "code", "degree": 1}, {"id": "wc_assessment_line_rationale_66", "label": "Estimate ADP and client portions based on client type and ADP price.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate ADP and client portions based on client type and ADP price.", "community": 420, "community_name": "Community 420", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "rationale", "degree": 0}, {"id": "wc_assessment_line_rationale_90", "label": "Auto-fill ADP code and pricing from product.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-fill ADP code and pricing from product.", "community": 421, "community_name": "Community 421", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/models/wc_assessment_line.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_quotation_form_js", "label": "quotation_form.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_form.js", "community": 422, "community_name": "Community 422", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/quotation_form.js", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_flow_designer_flow_designer_action_js", "label": "flow_designer_action.js", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "flow_designer_action.js", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 4}, {"id": "flow_designer_action_bezierpath", "label": "bezierPath()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bezierPath()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 2}, {"id": "flow_designer_action_getportsfornode", "label": "getPortsForNode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getPortsForNode()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_snaptogrid", "label": "snapToGrid()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "snapToGrid()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction", "label": "FlowDesignerAction", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FlowDesignerAction", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 31}, {"id": "flow_designer_action_flowdesigneraction_setup", "label": ".setup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_loadgraph", "label": "._loadGraph()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._loadGraph()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction_savegraph", "label": "._saveGraph()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._saveGraph()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 4}, {"id": "flow_designer_action_flowdesigneraction_screentocanvas", "label": ".screenToCanvas()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".screenToCanvas()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 5}, {"id": "flow_designer_action_flowdesigneraction_transformstr", "label": ".transformStr()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".transformStr()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_nodeswithports", "label": ".nodesWithPorts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".nodesWithPorts()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_connectionpaths", "label": ".connectionPaths()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".connectionPaths()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 2}, {"id": "flow_designer_action_flowdesigneraction_getnodetypelabel", "label": ".getNodeTypeLabel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".getNodeTypeLabel()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onaddnode", "label": ".onAddNode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAddNode()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction_ondeleteselected", "label": ".onDeleteSelected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".onDeleteSelected()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 2}, {"id": "flow_designer_action_flowdesigneraction_onsave", "label": ".onSave()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".onSave()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction_onzoomin", "label": ".onZoomIn()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onZoomIn()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onzoomout", "label": ".onZoomOut()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onZoomOut()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onzoomreset", "label": ".onZoomReset()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onZoomReset()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onback", "label": ".onBack()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onBack()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_bindcanvasevents", "label": "._bindCanvasEvents()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._bindCanvasEvents()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_unbindcanvasevents", "label": "._unbindCanvasEvents()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._unbindCanvasEvents()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_findportnear", "label": "._findPortNear()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._findPortNear()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 5}, {"id": "flow_designer_action_flowdesigneraction_handlemousedown", "label": "._handleMouseDown()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleMouseDown()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 4}, {"id": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "._handleMouseMove()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleMouseMove()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 5}, {"id": "flow_designer_action_flowdesigneraction_handlemouseup", "label": "._handleMouseUp()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleMouseUp()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction_handlewheel", "label": "._handleWheel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleWheel()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_handlekeydown", "label": "._handleKeyDown()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "._handleKeyDown()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 3}, {"id": "flow_designer_action_flowdesigneraction_selectednode", "label": ".selectedNode()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".selectedNode()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onpanelclose", "label": ".onPanelClose()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onPanelClose()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onnodefieldchange", "label": ".onNodeFieldChange()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeFieldChange()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onnodenumberchange", "label": ".onNodeNumberChange()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeNumberChange()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onaddnodeoption", "label": ".onAddNodeOption()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onAddNodeOption()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onremovenodeoption", "label": ".onRemoveNodeOption()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRemoveNodeOption()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "flow_designer_action_flowdesigneraction_onnodeoptionnamechange", "label": ".onNodeOptionNameChange()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".onNodeOptionNameChange()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/static/src/js/flow_designer/flow_designer_action.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 131, "community_name": "Community 131", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "label": "portal_quotation.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_quotation.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 9}, {"id": "portal_quotation_quotationportal", "label": "QuotationPortal", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationPortal", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 9}, {"id": "customerportal", "label": "CustomerPortal", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomerPortal", "community": 8, "community_name": "Community 8", "source_file": "", "file_type": "code", "degree": 1}, {"id": "portal_quotation_quotationportal_prepare_home_portal_values", "label": "._prepare_home_portal_values()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_home_portal_values()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 1}, {"id": "portal_quotation_quotation_builder_list", "label": "quotation_builder_list()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_builder_list()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 2}, {"id": "portal_quotation_quotationportal_get_form_context", "label": "._get_form_context()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_form_context()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 8}, {"id": "portal_quotation_quotation_builder_new", "label": "quotation_builder_new()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_builder_new()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 2}, {"id": "portal_quotation_quotation_builder_edit", "label": "quotation_builder_edit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_builder_edit()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 2}, {"id": "portal_quotation_quotation_builder_save", "label": "quotation_builder_save()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_builder_save()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 7}, {"id": "portal_quotation_quotationportal_extract_assessment_vals", "label": "._extract_assessment_vals()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_assessment_vals()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 4}, {"id": "portal_quotation_quotationportal_process_assessment_lines", "label": "._process_assessment_lines()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_assessment_lines()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 6}, {"id": "portal_quotation_quotationpublic", "label": "QuotationPublic", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationPublic", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 3}, {"id": "portal_quotation_quotationpublic_validate_token", "label": "._validate_token()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_token()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 6}, {"id": "portal_quotation_public_form_view", "label": "public_form_view()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "public_form_view()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 4}, {"id": "portal_quotation_embed_form_view", "label": "embed_form_view()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "embed_form_view()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 4}, {"id": "portal_quotation_public_form_save", "label": "public_form_save()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "public_form_save()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "code", "degree": 8}, {"id": "portal_quotation_rationale_58", "label": "Return common template context for the assessment form. Args:", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Return common template context for the assessment form. Args:", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 1}, {"id": "portal_quotation_rationale_272", "label": "Extract assessment field values from POST data.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract assessment field values from POST data.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 1}, {"id": "portal_quotation_rationale_376", "label": "Process selected products from the form into assessment lines.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Process selected products from the form into assessment lines.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 1}, {"id": "portal_quotation_rationale_446", "label": "Public (token-based) access to the assessment form \u2014 no login required.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Public (token-based) access to the assessment form \u2014 no login required.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 1}, {"id": "portal_quotation_rationale_449", "label": "Look up and validate an assessment by its access token.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Look up and validate an assessment by its access token.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 1}, {"id": "portal_quotation_rationale_465", "label": "Render the assessment form for public (unauthenticated) users.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the assessment form for public (unauthenticated) users.", "community": 423, "community_name": "Community 423", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 0}, {"id": "portal_quotation_rationale_488", "label": "Render a minimal, iframe-embeddable version of the form.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Render a minimal, iframe-embeddable version of the form.", "community": 424, "community_name": "Community 424", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 0}, {"id": "portal_quotation_rationale_513", "label": "Save form data submitted from the public/embed form.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save form data submitted from the public/embed form.", "community": 425, "community_name": "Community 425", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/portal_quotation.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "label": "quotation_api.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "quotation_api.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 17}, {"id": "quotation_api_quotationapi", "label": "QuotationAPI", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationAPI", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 1}, {"id": "quotation_api_search_clients", "label": "search_clients()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "search_clients()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_search_products", "label": "search_products()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "search_products()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_get_product_attributes", "label": "get_product_attributes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "get_product_attributes()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 2}, {"id": "quotation_api_resolve_variant", "label": "resolve_variant()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "resolve_variant()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 2}, {"id": "quotation_api_get_section_options", "label": "get_section_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_section_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_check_upcharges", "label": "check_upcharges()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "check_upcharges()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 4}, {"id": "quotation_api_save_step", "label": "save_step()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "save_step()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 2}, {"id": "quotation_api_compare", "label": "_compare()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_compare()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 2}, {"id": "quotation_api_quotationpublicapi", "label": "QuotationPublicAPI", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationPublicAPI", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_quotationpublicapi_validate_token", "label": "._validate_token()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_token()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 9}, {"id": "quotation_api_public_search_clients", "label": "public_search_clients()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_search_clients()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_search_products", "label": "public_search_products()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_search_products()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_get_product_attributes", "label": "public_get_product_attributes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_get_product_attributes()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_resolve_variant", "label": "public_resolve_variant()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_resolve_variant()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_get_section_options", "label": "public_get_section_options()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_get_section_options()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_check_upcharges", "label": "public_check_upcharges()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_check_upcharges()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_public_save_step", "label": "public_save_step()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "public_save_step()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "code", "degree": 3}, {"id": "quotation_api_rationale_16", "label": "Search existing clients by name, phone, or health card.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Search existing clients by name, phone, or health card.", "community": 426, "community_name": "Community 426", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_40", "label": "Search product templates (parent products), optionally filtered by section.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Search product templates (parent products), optionally filtered by section.", "community": 427, "community_name": "Community 427", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_93", "label": "Given a product template ID, return its configurable attributes with ava", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Given a product template ID, return its configurable attributes with ava", "community": 428, "community_name": "Community 428", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_123", "label": "Given a template ID and list of selected attribute value IDs, find and r", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Given a template ID and list of selected attribute value IDs, find and r", "community": 429, "community_name": "Community 429", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_167", "label": "Get standard options for a section.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get standard options for a section.", "community": 430, "community_name": "Community 430", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_198", "label": "Check which upcharge rules would trigger for given measurements. Returns", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Check which upcharge rules would trigger for given measurements. Returns", "community": 431, "community_name": "Community 431", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_288", "label": "Auto-save current step data as JSON for resume.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Auto-save current step data as JSON for resume.", "community": 432, "community_name": "Community 432", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 0}, {"id": "quotation_api_rationale_321", "label": "Public (token-based) JSON API \u2014 mirrors QuotationAPI for unauthenticated access.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Public (token-based) JSON API \u2014 mirrors QuotationAPI for unauthenticated access.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_quotations/controllers/quotation_api.py", "file_type": "rationale", "degree": 1}];
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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_work_in_progress_fusion_accounting_init_py", "to": "init_fusion_accounting_post_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_install_regional_modules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_load_chart_template_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_configure_tax_journals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_uninstall_hook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_reset_account_groups", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_init_py", "to": "init_restore_invoicing_menus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_accounting_post_init", "to": "init_install_regional_modules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_accounting_post_init", "to": "init_load_chart_template_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_accounting_post_init", "to": "init_configure_tax_journals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_fusion_accounting_post_init", "to": "init_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_install_regional_modules", "to": "init_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_install_regional_modules", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_load_chart_template_data", "to": "init_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_load_chart_template_data", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_load_chart_template_data", "to": "account_chart_template_fusioncharttemplate_get_fusion_accounting_res_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_configure_tax_journals", "to": "init_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_configure_tax_journals", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_configure_tax_journals", "to": "res_company_rescompany_get_default_misc_journal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_uninstall_hook", "to": "init_reset_account_groups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_uninstall_hook", "to": "init_restore_invoicing_menus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_uninstall_hook", "to": "init_rationale_77", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_reset_account_groups", "to": "init_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_reset_account_groups", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_reset_account_groups", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "init_restore_invoicing_menus", "to": "init_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_work_in_progress_fusion_accounting_tests_test_board_compute_py", "to": "test_board_compute_testaccountassetcomputation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_board_compute_py", "to": "test_board_compute_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_board_compute_py", "to": "test_board_compute_test_asset_degressive_then_linear_prorata_start_middle_of_year", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "testaccountassetcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_imported_amount_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_salvage_value_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_5_years_constant_periods_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_5_years_daily_computation_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_imported_amount_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_salvage_value_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_negative_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_imported_amount_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_salvage_value_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_60_months_constant_periods_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_linear_60_months_daily_computation_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_sync_with_fiscalyear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_imported_amount_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_salvage_value_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_beggining_of_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_middle_of_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_change_computation_method_before_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "testaccountassetcommon", "to": "test_reevaluation_asset_testaccountassetreevaluation", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_setupclass", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_imported_amount_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_no_prorata_with_salvage_value_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_constant_periods_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_constant_periods_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_constant_periods_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_daily_computation_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_daily_computation_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_5_years_daily_computation_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_imported_amount_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_no_prorata_with_salvage_value_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_negative_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_negative_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_5_years_no_prorata_negative_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_imported_amount_negative_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_than_linear_5_years_no_prorata_with_salvage_value_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "to": "test_board_compute_rationale_214", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_then_linear_36_month_constant_period_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_test_asset_degressive_then_linear_prorata_start_middle_of_year", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_test_asset_degressive_then_linear_prorata_start_middle_of_year", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_test_asset_degressive_then_linear_prorata_start_middle_of_year", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "to": "test_board_compute_rationale_283", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_asset_degressive_then_linear_prorata_start_middle_of_year_monthly", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_imported_amount_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_no_prorata_with_salvage_value_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_constant_periods_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_constant_periods_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_constant_periods_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_daily_computation_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_daily_computation_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_linear_60_months_daily_computation_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_year", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_year", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_year", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_sync_with_fiscalyear", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_sync_with_fiscalyear", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_from_middle_sync_with_fiscalyear", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_imported_amount_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_imported_amount_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_salvage_value_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_60_months_no_prorata_with_salvage_value_asset", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_beggining_of_year", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_beggining_of_year", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_beggining_of_year", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_middle_of_year", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_middle_of_year", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_degressive_5_years_from_middle_of_year", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_compute_board_in_mass", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "to": "test_board_compute_rationale_1191", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_copy_prorata_date", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_change_computation_method_before_lock_date", "to": "test_board_compute_rationale_1234", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_change_computation_method_before_lock_date", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_change_computation_method_before_lock_date", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "to": "test_board_compute_rationale_1265", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_post_moves_after_lock_date", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "to": "test_board_compute_rationale_1293", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_testaccountassetcomputation_test_assets_one_complete_period", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_214", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_261", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_283", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_1191", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_1234", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_1265", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_board_compute_rationale_1293", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_create_invoice_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_create_st_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_create_reconcile_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_check_statement_matching", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_percentage_st_line_auto_reconcile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_matching_rules_py", "to": "test_reconciliation_matching_rules_rationale_814", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "accounttestinvoicingcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_text_location_no_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_journal_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_nature", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_partner_category_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_mixin_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_ref_with_spaces", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_larger_invoice_auto_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_invoice_matching_rule_no_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_inv_matching_rule_auto_rec_no_partner_with_writeoff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_partner_mapping_rule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_keep_first", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_exact_match", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_account_reconcile_wizard_testaccountreconcilewizard", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_prediction_testbillsprediction", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_import_bank_statement_testaccountbankstatementimportcsv", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_signature_testinvoicesignature", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "common_testaccountassetcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "common_testaccountreportscommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_account_fiscal_year_testfiscalposition", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_bank_rec_widget_common_testbankrecwidgetcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_change_lock_date_wizard_testchangelockdatewizard", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "accounttestinvoicingcommon", "to": "test_deferred_management_testdeferredmanagement", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_setupclass", "to": "test_reconciliation_matching_rules_create_invoice_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_setupclass", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_ref_with_spaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_create_invoice_line", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_percentage_st_line_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_ref_with_spaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_partner_mapping_rule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_st_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_percentage_st_line_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_partner_mapping_rule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_create_reconcile_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_text_location_no_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_journal_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_nature", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_zero_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_not_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile_not_full", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_allow_payment_tolerance_lower_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_enough_payment_tolerance_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_percentage_st_line_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_partner_category_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_mixin_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_ref_with_spaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_larger_invoice_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_inv_matching_rule_auto_rec_no_partner_with_writeoff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_keep_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_exact_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_check_statement_matching", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "to": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_matching_fields_match_text_location", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_text_location_no_partner", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_text_location_no_partner", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_matching_fields_match_partner_category_ids", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_mixin_rules", "to": "test_reconciliation_matching_rules_rationale_564", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile", "to": "test_reconciliation_matching_rules_rationale_602", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_larger_invoice_auto_reconcile", "to": "test_reconciliation_matching_rules_rationale_649", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax", "to": "test_reconciliation_matching_rules_rationale_673", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "to": "test_reconciliation_matching_rules_rationale_697", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_auto_reconcile_with_tax_fpos", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_reverted_move_matching", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_different_currencies", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_invoice_matching_rule_no_partner", "to": "test_reconciliation_matching_rules_rationale_795", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_invoice_matching_rule_no_partner", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_inv_matching_rule_auto_rec_no_partner_with_writeoff", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_partner_mapping_rule", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "to": "test_reconciliation_matching_rules_rationale_890", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_match_multi_currencies", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_matching_with_write_off_foreign_currency", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_payment_similar_communications", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_keep_first", "to": "test_reconciliation_matching_rules_rationale_1035", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_no_amount_check_exact_match", "to": "test_reconciliation_matching_rules_rationale_1055", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_invoice_matching_using_match_text_location", "to": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "to": "test_reconciliation_matching_rules_rationale_1225", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_testreconciliationmatchingrules_test_amount_check_amount_last", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_matching_rules_test_matching_exact_amount_no_partner", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_reconcile_wizard_py", "to": "test_account_reconcile_wizard_testaccountreconcilewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_reconcile_wizard_py", "to": "test_account_reconcile_wizard_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_not_open", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_open", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_same_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_same_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency_change_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies_change_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_both_same_foreign_currency_ensure_no_exchange_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_same_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_one_foreign_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_complex_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_partials_allowed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_lock_date_violation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_reconcile_too_many_accounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_no_receivable_no_payable_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_on_same_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency_full", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_kpmg_case", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_force_partials", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_exch_diff_force_partials", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change_and_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_foreign_curr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_company_curr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_wrong_amount_raises", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_full_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_side_exch_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard", "to": "test_account_reconcile_wizard_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_same_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency_change_rate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies_change_rate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_both_same_foreign_currency_ensure_no_exchange_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_same_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_transfer_account_one_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_complex_transfer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_no_receivable_no_payable_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_on_same_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_kpmg_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change_and_transfer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_foreign_curr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_company_curr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_full_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_side_exch_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_assertwizardreconcilevalues", "to": "matching_link_widget_matchinglink_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_not_open", "to": "test_account_reconcile_wizard_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_not_open", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_open", "to": "test_account_reconcile_wizard_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_wizard_should_open", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_same_account", "to": "test_account_reconcile_wizard_rationale_117", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_same_account", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_transfer", "to": "test_account_reconcile_wizard_rationale_129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_silently_transfer", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_same_currency", "to": "test_account_reconcile_wizard_rationale_141", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency", "to": "test_account_reconcile_wizard_rationale_158", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies", "to": "test_account_reconcile_wizard_rationale_177", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_one_foreign_currency_change_rate", "to": "test_account_reconcile_wizard_rationale_197", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_mixed_foreign_currencies_change_rate", "to": "test_account_reconcile_wizard_rationale_218", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_both_same_foreign_currency_ensure_no_exchange_diff", "to": "test_account_reconcile_wizard_rationale_239", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_complex_transfer", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_tax", "to": "test_account_reconcile_wizard_rationale_348", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_with_tax", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_partials_allowed", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_partials_allowed", "to": "matching_link_widget_matchinglink_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_lock_date_violation", "to": "test_account_reconcile_wizard_rationale_412", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_lock_date_violation", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_reconcile_too_many_accounts", "to": "test_account_reconcile_wizard_rationale_424", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_raise_reconcile_too_many_accounts", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_no_receivable_no_payable_account", "to": "test_account_reconcile_wizard_rationale_432", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency", "to": "test_account_reconcile_wizard_rationale_455", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_on_same_account", "to": "test_account_reconcile_wizard_rationale_484", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency_full", "to": "test_account_reconcile_wizard_rationale_503", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_exchange_diff_foreign_currency_full", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_kpmg_case", "to": "test_account_reconcile_wizard_rationale_518", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_force_partials", "to": "test_account_reconcile_wizard_rationale_545", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_force_partials", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_write_off_multi_curr_multi_residuals_exch_diff_force_partials", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_with_partner_change_and_transfer", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_edit_mode_partial_wrong_amount_raises", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "to": "test_account_reconcile_wizard_rationale_675", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_currency_same_side_not_recpay", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "to": "test_account_reconcile_wizard_rationale_706", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_foreign_currency_same_side_not_recpay", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_reconcile_wizard_testaccountreconcilewizard_test_reconcile_same_side_exch_diff", "to": "test_account_reconcile_wizard_rationale_737", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_auto_reconcile_wizard_py", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_auto_reconcile_wizard_py", "to": "test_account_auto_reconcile_wizard_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_create_many_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_nothing_to_auto_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_preset_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard", "to": "test_account_auto_reconcile_wizard_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_create_many_lines", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_one_to_one", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_create_many_lines", "to": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_zero_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_one_to_one", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_zero_balance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_nothing_to_auto_reconcile", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_nothing_to_auto_reconcile", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_one_to_one", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_zero_balance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_nor_partner_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_one_to_one", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_zero_balance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_account_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_one_to_one", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_zero_balance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_no_partner_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_one_to_one", "to": "test_account_auto_reconcile_wizard_rationale_183", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_one_to_one", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_zero_balance", "to": "test_account_auto_reconcile_wizard_rationale_203", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_zero_balance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_auto_reconcile_rounding_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_preset_wizard", "to": "test_account_auto_reconcile_wizard_rationale_223", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_auto_reconcile_wizard_testaccountautoreconcilewizard_test_preset_wizard", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_prediction_py", "to": "test_prediction_testbillsprediction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_prediction_py", "to": "test_prediction_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction", "to": "test_prediction_testbillsprediction_create_bill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction", "to": "test_prediction_testbillsprediction_test_account_prediction_flow", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction", "to": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction", "to": "test_prediction_testbillsprediction_test_account_prediction_with_product", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction", "to": "test_prediction_testbillsprediction_test_product_prediction_price_subtotal_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_create_bill", "to": "test_prediction_testbillsprediction_test_account_prediction_flow", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction_create_bill", "to": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction_create_bill", "to": "test_prediction_rationale_36", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction_create_bill", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_create_bill", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "to": "test_prediction_rationale_89", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_from_label_expected_behavior", "to": "edit_popover_accountreporteditpopover_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_with_product", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_account_prediction_with_product", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_product_prediction_price_subtotal_computation", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_prediction_testbillsprediction_test_product_prediction_price_subtotal_computation", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_analytic_reports_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_analytic_reports_py", "to": "test_analytic_reports_testanalyticreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_analytic_reports_py", "to": "test_analytic_reports_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "testaccountreportscommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "test_analytic_reports_testanalyticreport_test_profit_and_loss_multicompany_access_rights", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport", "to": "common_testaccountreportscommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "testaccountreportscommon", "to": "test_account_asset_testaccountasset", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "testaccountreportscommon", "to": "test_financial_report_testfinancialreport", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_setupclass", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_group_by_analytic_plan", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "common_get_audit_params_from_report_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_audit_analytic_filter", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "test_analytic_reports_rationale_226", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_report_analytic_groupby_and_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "to": "test_analytic_reports_rationale_384", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_audit_cell_analytic_groupby_and_filter", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_general_ledger_analytic_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_horizontal_groupby", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "to": "test_analytic_reports_rationale_604", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_with_analytic_simulations", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "to": "test_analytic_reports_rationale_646", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_analytic_groupby_plans_without_analytic_accounts", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_profit_and_loss_multicompany_access_rights", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_profit_and_loss_multicompany_access_rights", "to": "common_generate_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_testanalyticreport_test_profit_and_loss_multicompany_access_rights", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_rationale_226", "to": "common_testaccountreportscommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_rationale_384", "to": "common_testaccountreportscommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_rationale_604", "to": "common_testaccountreportscommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_analytic_reports_rationale_646", "to": "common_testaccountreportscommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reevaluation_asset_py", "to": "test_reevaluation_asset_testaccountassetreevaluation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reevaluation_asset_py", "to": "test_reevaluation_asset_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_setupclass", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_setupclass", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_beginning_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_middle_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_beginning_month_reevaluation_end_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_beginning_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_middle_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_middle_month_reevaluation_end_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_beginning_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_middle_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_start_end_month_reevaluation_end_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_simple_decrease", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_decrease", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_double_increase", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease_in_future", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_increase_with_lock_date", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_decrease", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_then_disposal", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_then_disposal", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_constant_periods", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_daily_computation", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "test_reevaluation_asset_rationale_773", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_increase_amount_and_length", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "test_reevaluation_asset_rationale_817", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_reevaluation_decrease_amount_and_increase_length", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_degressive_part", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_increase_middle_month_on_linear_part", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_start_beginning_month_decrease_middle_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_degressive_part", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_increase_middle_month_on_linear_part", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_monthly_degressive_then_linear_start_beginning_month_decrease_middle_month", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "test_reevaluation_asset_rationale_1475", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_linear_modify_0_value_residual", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "to": "test_reevaluation_asset_rationale_1500", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_modify_value_residual_after_reversal", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_gain_or_loss_account", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_on_hashed_journal", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_asset_disposal_with_audit_trail", "to": "common_get_depreciation_move_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "to": "common_create_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_testaccountassetreevaluation_test_disposal_of_fully_depreciated_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_rationale_773", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_rationale_817", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_rationale_1475", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reevaluation_asset_rationale_1500", "to": "common_testaccountassetcommon", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_import_bank_statement_py", "to": "test_import_bank_statement_testaccountbankstatementimportcsv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_with_missing_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_non_ordered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_empty_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_without_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_with_missing_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_non_ordered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_empty_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_without_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "account_journal_fusionaccountjournal_create_document_from_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_import_file", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_import_bank_statement_testaccountbankstatementimportcsv_test_csv_file_import_with_missing_values", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_ui_py", "to": "test_ui_testui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_ui_testui", "to": "accounttestmockonlinesynccommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_ui_testui", "to": "test_ui_testui_test_accountant_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_ui_testui_test_accountant_tour", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_ui_testui_test_accountant_tour", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_ui_testui_test_accountant_tour", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_ui_testui_test_accountant_tour", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_ui_testui_test_accountant_tour", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_signature_py", "to": "test_signature_testinvoicesignature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_signature_py", "to": "test_signature_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_draft_invoice_shouldnt_have_signature", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_posted_invoice_should_have_signature", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_invoice_from_company_without_signature_settings_shouldnt_have_signature", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_the_user_that_posted_it", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_reprensative_user_if_there_is_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_testinvoicesignature", "to": "test_signature_testinvoicesignature_test_setting_representative_user_shouldnt_change_signer_of_already_posted_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_signature_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_posted_invoice_should_have_signature", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_invoice_from_company_without_signature_settings_shouldnt_have_signature", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_the_user_that_posted_it", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_the_user_that_posted_it", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_invoice_signing_user_should_be_reprensative_user_if_there_is_one", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_signature_testinvoicesignature_test_setting_representative_user_shouldnt_change_signer_of_already_posted_invoice", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_testaccountassetcommon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_create_asset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_get_depreciation_move_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_testaccountreportscommon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_generate_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_create_tax_report_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_get_tag_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_get_basic_line_dict_id_from_report_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_get_basic_line_dict_id_from_report_line_ref", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_get_audit_params_from_report_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "common_fill_tax_report_line_external_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_common_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_create_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_create_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_update_comparison_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_update_multi_selector_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_assertcolumnpercentcomparisonvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_asserthorizontalgrouptotal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_assertheadersvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_assertidenticallines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_assertlinesvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_filter_folded_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_convert_str_to_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_report_compare_with_test_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "common_testaccountreportscommon_test_xlsx_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_testaccountasset", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_92", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_322", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_419", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_473", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_529", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_585", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_642", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_695", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_731", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_814", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_848", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_895", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_945", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1026", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1048", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1064", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1079", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1094", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1109", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1216", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1235", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1271", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1307", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1349", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1374", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1414", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1420", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1484", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1518", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1553", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1592", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1706", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1816", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1859", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1898", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1936", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_1974", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2019", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2168", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2214", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2318", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2361", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2411", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2424", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2574", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2579", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2640", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2690", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2758", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2810", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_2968", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_account_asset_rationale_3000", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_testfinancialreport", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_186", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_205", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_283", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_597", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_690", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_830", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon", "to": "test_financial_report_rationale_869", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_account_asset_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_asset_modify_report", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_asset_analytic_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_report_first_depreciation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_test_balance_sheet_today_current_year_earnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_single_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_option_hierarchy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_generate_options", "to": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "common_rationale_95", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_comparison_filter", "to": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_update_multi_selector_filter", "to": "common_rationale_114", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertcolumnpercentcomparisonvalues", "to": "common_testaccountreportscommon_filter_folded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertcolumnpercentcomparisonvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_asserthorizontalgrouptotal", "to": "common_testaccountreportscommon_filter_folded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_asserthorizontalgrouptotal", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertheadersvalues", "to": "common_testaccountreportscommon_convert_str_to_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertheadersvalues", "to": "common_rationale_158", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertheadersvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertheadersvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertidenticallines", "to": "common_rationale_177", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "common_testaccountreportscommon_filter_folded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "common_rationale_219", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_asset_analytic_filter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_test_balance_sheet_today_current_year_earnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_single_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_assertlinesvalues", "to": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_filter_folded_lines", "to": "common_rationale_305", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_create_tax_report_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_tag_ids", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line", "to": "common_get_basic_line_dict_id_from_report_line_ref", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "common_get_basic_line_dict_id_from_report_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_financial_report_single_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_option_hierarchy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_get_basic_line_dict_id_from_report_line_ref", "to": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_fill_tax_report_line_external_value", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "common_testaccountreportscommon_test_xlsx_file", "to": "common_rationale_410", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "to": "test_account_fiscal_year_testfiscalposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition", "to": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition", "to": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition", "to": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition", "to": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition", "to": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "test_account_fiscal_year_rationale_11", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "to": "res_company_rescompany_compute_fiscalyear_dates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "to": "test_account_fiscal_year_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "to": "test_account_fiscal_year_rationale_45", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "to": "test_account_fiscal_year_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "to": "test_account_fiscal_year_rationale_85", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "to": "test_bank_rec_widget_common_testbankrecwidgetcommon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "to": "test_bank_rec_widget_common_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "to": "test_bank_rec_widget_common_create_invoice_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "to": "test_bank_rec_widget_common_create_st_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_common_py", "to": "test_bank_rec_widget_common_create_reconcile_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_testbankrecwidget", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_90", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_114", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_137", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_166", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_719", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_1611", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_1751", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_1797", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2572", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2781", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2816", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2924", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2973", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_2997", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3015", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3026", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3050", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3057", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3068", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3091", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3098", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3111", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3134", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3154", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3178", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3200", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3218", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_rationale_3236", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_tour_testbankrecwidget", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_tour_rationale_90", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_tour_rationale_109", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_testbankrecwidgetcommon", "to": "test_bank_rec_widget_tour_rationale_138", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_test_button_apply_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_tour_setupclass", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_invoice_line", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_ui", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number_in_other_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_changed_default_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_test_button_apply_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_tour_setupclass", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_ui", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_st_line", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_common_create_reconcile_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_change_lock_date_wizard_py", "to": "test_change_lock_date_wizard_testchangelockdatewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard", "to": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard", "to": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard", "to": "test_change_lock_date_wizard_testchangelockdatewizard_test_hard_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard", "to": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "to": "test_change_lock_date_wizard_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "to": "test_change_lock_date_wizard_rationale_75", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_exception_generation_multiple", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_hard_lock_date", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_hard_lock_date", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_hard_lock_date", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_change_lock_date_wizard_testchangelockdatewizard_test_everyone_forever_exception", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_asset_py", "to": "test_account_asset_testaccountasset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_asset_py", "to": "test_account_asset_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_update_form_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_account_asset_no_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_00_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_00_account_asset_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_01_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_02_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_03_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_04_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_05_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_06_account_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_account_asset_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_from_entry_line_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form_multicurrency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_value_00", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_value_01", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_value_02", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_value_03", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_value_04", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_pause_resume", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_sell_profit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_sell_loss", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_sale_same_account_as_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_dispose", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_ref_asset_depreciation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_credit_note_out_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_00", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_01", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_credit_note", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_with_non_deductible_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_degressive_01", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_degressive_02", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_negative_01", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_daily_computation_01", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_analytic_on_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_analytic_filter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_report_first_depreciation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_modify_sell_multicurrency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_archive_asset_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_onchange_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_move_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_already_depreciated", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_acquisition_date_from_bill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_asset_write_multi_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset", "to": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_setupclass", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_setupclass", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_update_form_values", "to": "test_account_asset_testaccountasset_test_asset_form", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_update_form_values", "to": "edit_popover_accountreporteditpopover_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_no_tax", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_no_tax", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_no_tax", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "test_account_asset_rationale_92", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "test_account_asset_rationale_322", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_00_account_asset_new", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_01_account_asset", "to": "test_account_asset_rationale_419", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_01_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_01_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "test_account_asset_rationale_473", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_02_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "test_account_asset_rationale_529", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_03_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "test_account_asset_rationale_585", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_04_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "test_account_asset_rationale_642", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_05_account_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_06_account_asset", "to": "test_account_asset_rationale_695", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_06_account_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_06_account_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_06_account_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "test_account_asset_rationale_731", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "account_asset_fusionasset_set_to_cancelled", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_account_asset_cancel", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_form", "to": "test_account_asset_rationale_814", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_form", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_form", "to": "edit_popover_accountreporteditpopover_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_entry_line_form", "to": "test_account_asset_rationale_848", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_entry_line_form", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_entry_line_form", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form", "to": "test_account_asset_rationale_895", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form_multicurrency", "to": "test_account_asset_rationale_945", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form_multicurrency", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_from_bill_move_line_form_multicurrency", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_00", "to": "test_account_asset_rationale_1026", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_00", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_00", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_01", "to": "test_account_asset_rationale_1048", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_01", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_01", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_02", "to": "test_account_asset_rationale_1064", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_02", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_02", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_03", "to": "test_account_asset_rationale_1079", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_03", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_03", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_04", "to": "test_account_asset_rationale_1094", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_04", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_value_04", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_report", "to": "test_account_asset_rationale_1109", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_report", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_report", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_report", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_pause_resume", "to": "test_account_asset_rationale_1216", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_pause_resume", "to": "account_asset_fusionasset_pause", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_pause_resume", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_pause_resume", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_profit", "to": "test_account_asset_rationale_1235", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_profit", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_profit", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_loss", "to": "test_account_asset_rationale_1271", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_loss", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_loss", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_sale_same_account_as_invoice", "to": "test_account_asset_rationale_1307", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_sale_same_account_as_invoice", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_sale_same_account_as_invoice", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_dispose", "to": "test_account_asset_rationale_1349", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_dispose", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_dispose", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "to": "test_account_asset_rationale_1374", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reverse_depreciation", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_ref_asset_depreciation", "to": "test_account_asset_rationale_1414", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "test_account_asset_rationale_1420", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_credit_note_out_refund", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_00", "to": "test_account_asset_rationale_1484", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_00", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_00", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_01", "to": "test_account_asset_rationale_1518", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_01", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_multiple_assets_from_one_move_line_01", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_credit_note", "to": "test_account_asset_rationale_1553", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_credit_note", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_credit_note", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_credit_note", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "test_account_asset_rationale_1592", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_partial_credit_note", "to": "edit_popover_accountreporteditpopover_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_with_non_deductible_tax", "to": "test_account_asset_rationale_1706", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_with_non_deductible_tax", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_with_non_deductible_tax", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_01", "to": "test_account_asset_rationale_1816", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_01", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_01", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_02", "to": "test_account_asset_rationale_1859", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_02", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_degressive_02", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_negative_01", "to": "test_account_asset_rationale_1898", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_negative_01", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_negative_01", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_daily_computation_01", "to": "test_account_asset_rationale_1936", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_daily_computation_01", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_daily_computation_01", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "to": "test_account_asset_rationale_1974", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_decrement_book_value_with_negative_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "test_account_asset_rationale_2019", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_with_negative_asset", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_hierarchy", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "test_account_asset_rationale_2168", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "test_account_asset_rationale_2214", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_disposal_move_unposted_with_non_depreciable_value", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_on_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_on_lines", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_on_lines", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_filter", "to": "test_account_asset_rationale_2318", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_filter", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_filter", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_filter", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "to": "test_account_asset_rationale_2361", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_analytic_groupby", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_first_depreciation", "to": "test_account_asset_rationale_2411", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_report_first_depreciation", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_multicurrency", "to": "test_account_asset_rationale_2424", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_multicurrency", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_modify_sell_multicurrency", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_schedule_prefix_groups", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_archive_asset_model", "to": "test_account_asset_rationale_2574", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "to": "test_account_asset_rationale_2579", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_increase_with_lock_year", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "to": "test_account_asset_rationale_2640", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_decrease_with_lock_year", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_onchange_model", "to": "test_account_asset_rationale_2690", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_onchange_model", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_onchange_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_onchange_model", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "to": "test_account_asset_rationale_2758", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_reevaluation_degressive_linear", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "test_account_asset_rationale_2810", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_move_type", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_already_depreciated", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_already_depreciated", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_already_depreciated", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_already_depreciated", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_already_depreciated", "to": "asset_modify_assetmodify_sell_dispose", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_acquisition_date_from_bill", "to": "test_account_asset_rationale_2968", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_asset_acquisition_date_from_bill", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_acquisition_date_from_bill", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_write_multi_company", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_asset_write_multi_company", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "to": "test_account_asset_rationale_3000", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_account_asset_testaccountasset_test_depreciation_moves_company_with_sub_company", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_testbankrecwidget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_test_button_apply_reco_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_py", "to": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "testbankrecwidgetcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number_in_other_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_changed_default_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_non_existing_bank_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget", "to": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "testbankrecwidgetcommon", "to": "test_bank_rec_widget_tour_testbankrecwidget", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_form_extra_text_value", "to": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number_in_other_company", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_account_number_in_other_company", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "to": "test_bank_rec_widget_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_from_partner_name", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "to": "test_bank_rec_widget_rationale_114", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_retrieve_partner_suggested_account_from_rank", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "to": "test_bank_rec_widget_rationale_137", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_when_archived", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "to": "test_bank_rec_widget_rationale_166", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_company", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_base_case", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_same_foreign_currency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_expense_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_income_exchange_difference_with_rounding", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_exchange_diff_multiple", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_foreign_curr_st_line_comp_curr_payment_partial_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "test_bank_rec_widget_rationale_719", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_js_action_remove_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_remove_exchange_difference", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_st_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_one_foreign_currency_on_inv_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_new_aml_multi_currencies_exchange_diff_custom_rates", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_partner", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partner_receivable_payable_account", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_using_custom_account", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_with_taxes", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "test_bank_rec_widget_rationale_1611", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_caba_tax_account", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_changed_default_account", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_validation_changed_default_account", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_apply_taxes_with_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_percentage_st_line_with_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "to": "test_bank_rec_widget_rationale_1751", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "to": "test_bank_rec_widget_rationale_1797", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_manual_edits_not_replaced_multicurrency", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_creating_manual_line_multi_currencies", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_currency_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_duplicate_amls_constraint", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_reconcile_model_with_payment_tolerance", "to": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_auto_reconcile_model_with_archived_partner", "to": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_multi_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_excluded_multi_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_mixed_multi_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_early_payment_included_intracomm_bill", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_multi_currencies_with_custom_rate", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "to": "test_bank_rec_widget_rationale_2572", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_partial_reconciliation_suggestion_with_mixed_invoice_and_refund", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_time_limit", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_auto_reconcile_cron_with_provided_statements_lines", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_button_apply_reco_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_button_apply_reco_model", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_button_apply_reco_model", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_button_apply_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_button_apply_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_exchange_diff_on_partial_aml_multi_currency_close_amount", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "to": "test_bank_rec_widget_rationale_2781", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_matching_zero_amount_misc_entry", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "test_bank_rec_widget_rationale_2816", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_amls_order_with_matching_amount", "to": "account_move_fusionaccountmove_action_open_business_doc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_test_analtyic_distribution_model_exchange_diff_line", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "to": "test_bank_rec_widget_rationale_2973", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_access_child_bank_with_user_set_on_child", "to": "bank_rec_widget_collect_global_info_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company", "to": "test_bank_rec_widget_rationale_2997", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_other_company_bank_journal_with_user_on_main_company", "to": "bank_rec_widget_collect_global_info_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_non_existing_bank_journal", "to": "test_bank_rec_widget_rationale_3015", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_collect_global_info_data_non_existing_bank_journal", "to": "bank_rec_widget_collect_global_info_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "test_bank_rec_widget_rationale_3026", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_res_partner_bank_find_create_multi_account", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "test_bank_rec_widget_rationale_3050", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_create_test_reco_invoice", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_assert_reco_invoice_values", "to": "test_bank_rec_widget_rationale_3057", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "to": "test_bank_rec_widget_rationale_3068", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_from_reco_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_odd", "to": "test_bank_rec_widget_rationale_3091", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "to": "test_bank_rec_widget_rationale_3098", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_single_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "to": "test_bank_rec_widget_rationale_3111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_large_percentage", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "to": "test_bank_rec_widget_rationale_3134", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_round_combined", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "to": "test_bank_rec_widget_rationale_3154", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_reco_model_multiple_taxes", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "to": "test_bank_rec_widget_rationale_3178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_percentage", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "to": "test_bank_rec_widget_rationale_3200", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_fixed", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "to": "test_bank_rec_widget_rationale_3218", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_invoice_creation_reco_model_regex", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "test_bank_rec_widget_rationale_3236", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_testbankrecwidget_test_unreconciled_with_other_lines", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_tour_py", "to": "test_bank_rec_widget_tour_testbankrecwidget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_bank_rec_widget_tour_py", "to": "test_bank_rec_widget_tour_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "httpcase", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_ui", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_rainbowman_reset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget", "to": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_setupclass", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_setupclass", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_bank_rec_widget_ui", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "to": "test_bank_rec_widget_tour_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_from_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "to": "test_bank_rec_widget_tour_rationale_109", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_reco_model_currency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "to": "test_bank_rec_widget_tour_rationale_138", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_bank_rec_widget_tour_testbankrecwidget_test_tour_invoice_creation_combined_reco_model", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_deferred_management_py", "to": "test_deferred_management_testdeferredmanagement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_deferred_management_py", "to": "test_deferred_management_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_create_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_management_get_diff_dates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_get_ends_of_month", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_abnormal_dates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_generate_entries_method", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values_rounding", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_avoid_useless_deferred_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_single_period_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_on_accounting_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_entries_not_created_on_future_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_entries_created_on_auto_post_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement", "to": "test_deferred_management_testdeferredmanagement_test_deferred_compute_method_full_months", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_abnormal_dates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_generate_entries_method", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values_rounding", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_avoid_useless_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_expense_single_period_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_on_accounting_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_entries_not_created_on_future_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_entries_created_on_auto_post_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "test_deferred_management_testdeferredmanagement_test_deferred_compute_method_full_months", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_create_invoice", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_abnormal_dates", "to": "test_deferred_management_rationale_130", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "to": "test_deferred_management_rationale_181", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_expense_reset_to_draft", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "to": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "to": "test_deferred_management_testdeferredmanagement_test_deferred_values_rounding", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_assert_invoice_lines", "to": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "to": "test_deferred_management_rationale_222", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_default_tax_on_account_not_on_deferred_entries", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_values", "to": "test_deferred_management_rationale_260", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_values", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_values_rounding", "to": "test_deferred_management_rationale_292", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_expense_avoid_useless_deferred_entries", "to": "test_deferred_management_rationale_327", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_expense_single_period_entries", "to": "test_deferred_management_rationale_337", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "to": "test_deferred_management_rationale_349", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_taxes_deferred_after_date_added", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "to": "test_deferred_management_rationale_426", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_tax_key", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "to": "test_deferred_management_rationale_444", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_compute_empty_start_date", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_on_accounting_date", "to": "test_deferred_management_rationale_469", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_on_accounting_date", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_entries_not_created_on_future_invoice", "to": "test_deferred_management_rationale_488", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_entries_not_created_on_future_invoice", "to": "account_move_external_tax_fusionmoveexternaltax_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_entries_created_on_auto_post_invoice", "to": "test_deferred_management_rationale_506", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_entries_created_on_auto_post_invoice", "to": "account_move_external_tax_fusionmoveexternaltax_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_deferred_management_testdeferredmanagement_test_deferred_compute_method_full_months", "to": "test_deferred_management_rationale_520", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_tour_py", "to": "test_tour_testaccountanttours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tour_testaccountanttours", "to": "accounttestinvoicinghttpcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tour_testaccountanttours", "to": "test_tour_testaccountanttours_test_account_merge_wizard_tour", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_tour_testaccountanttours_test_account_merge_wizard_tour", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_tour_testaccountanttours_test_account_merge_wizard_tour", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "to": "test_financial_report_testfinancialreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "to": "test_financial_report_setupclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "to": "test_financial_report_test_balance_sheet_today_current_year_earnings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_financial_report_py", "to": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_build_generic_id_from_financial_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_get_line_id_from_generic_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_single_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_option_hierarchy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport", "to": "test_financial_report_testfinancialreport_test_parse_line_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_setupclass", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_setupclass", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_setupclass", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_setupclass", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "to": "test_financial_report_rationale_186", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_strict_range_on_report_lines_with_no_parent_id", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "to": "test_financial_report_rationale_205", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_strict_empty_range_on_report_lines_with_no_parent_id", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_today_current_year_earnings", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_today_current_year_earnings", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_today_current_year_earnings", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_test_balance_sheet_last_month_vs_custom_current_year_earnings", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_single_company", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_single_company", "to": "account_report_get_unfolded_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_multi_company_currency", "to": "account_report_get_unfolded_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_comparison", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "to": "test_financial_report_rationale_597", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_financial_report_horizontal_group_total", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "to": "test_financial_report_rationale_690", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_hide_if_zero_with_no_formulas", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy", "to": "test_financial_report_rationale_830", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy", "to": "account_report_get_unfolded_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "to": "test_financial_report_rationale_869", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_option_hierarchy_with_no_group_lines", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_financial_report_testfinancialreport_test_parse_line_id", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_reconciliation_widget_py", "to": "test_reconciliation_widget_testreconciliationwidget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_widget_testreconciliationwidget", "to": "valuationreconciliationtestcommon", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_widget_testreconciliationwidget", "to": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "test_reconciliation_widget_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "test_reconciliation_widget_testreconciliationwidget_test_no_stock_account_in_reconciliation_proposition", "to": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_extraction_review_wizard_py", "to": "extraction_review_wizard_fusionextractionreviewwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_extraction_review_wizard_py", "to": "extraction_review_wizard_compute_attachment_preview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_extraction_review_wizard_py", "to": "extraction_review_wizard_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard", "to": "extraction_review_wizard_fusionextractionreviewwizard_action_apply", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard", "to": "extraction_review_wizard_fusionextractionreviewwizard_action_discard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard", "to": "extraction_review_wizard_fusionextractionreviewwizard_action_re_extract", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard", "to": "extraction_review_wizard_fusionextractionreviewwizard_track_corrections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard", "to": "extraction_review_wizard_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_compute_attachment_preview", "to": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_apply", "to": "extraction_review_wizard_fusionextractionreviewwizard_track_corrections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_apply", "to": "extraction_review_wizard_rationale_139", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_apply", "to": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_discard", "to": "extraction_review_wizard_rationale_193", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_re_extract", "to": "extraction_review_wizard_rationale_201", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_action_re_extract", "to": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "extraction_review_wizard_fusionextractionreviewwizard_track_corrections", "to": "extraction_review_wizard_rationale_216", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "to": "account_bank_statement_import_csv_get_fields_tree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv", "to": "account_bank_statement_import_csv_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "to": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "to": "account_bank_statement_import_csv_rationale_62", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "to": "account_bank_statement_import_csv_rationale_169", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "to": "account_bank_statement_import_csv_rationale_175", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_edi_import_wizard_py", "to": "edi_import_wizard_fusionediimportwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_edi_import_wizard_py", "to": "edi_import_wizard_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_import_wizard_fusionediimportwizard", "to": "edi_import_wizard_fusionediimportwizard_action_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_import_wizard_fusionediimportwizard", "to": "edi_import_wizard_rationale_20", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_import_wizard_fusionediimportwizard_action_import", "to": "edi_import_wizard_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_import_wizard_fusionediimportwizard_action_import", "to": "account_move_edi_create_invoice_from_xml", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_followup_send_wizard_py", "to": "followup_send_wizard_fusionfollowupsendwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_followup_send_wizard_py", "to": "followup_send_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_followup_send_wizard_py", "to": "followup_send_wizard_compute_email_preview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_followup_send_wizard_py", "to": "followup_send_wizard_compute_channel_defaults", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard", "to": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard", "to": "followup_send_wizard_fusionfollowupsendwizard_action_preview_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard", "to": "followup_send_wizard_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_compute_email_preview", "to": "followup_send_wizard_fusionfollowupsendwizard_action_preview_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "followup_send_wizard_rationale_178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "followup_compute_overdue_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "followup_fusionfollowupline_get_invoice_attachments", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "followup_fusionfollowuplevel_get_next_level", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_send_followup", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_send_wizard_fusionfollowupsendwizard_action_preview_email", "to": "followup_send_wizard_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_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "to": "account_change_lock_date_accountchangelockdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "to": "account_change_lock_date_compute_lock_date_exceptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "to": "account_change_lock_date_compute_show_draft_entries_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "to": "account_change_lock_date_compute_exception_needed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_change_lock_date_py", "to": "account_change_lock_date_compute_exception_needed_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_build_draft_moves_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_prepare_lock_date_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_prepare_exception_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_get_current_period_dates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_change_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_show_draft_moves_in_locked_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_reopen_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_everyone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_everyone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_everyone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_everyone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate", "to": "account_change_lock_date_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_compute_lock_date_exceptions", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_compute_lock_date_exceptions", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_change_lock_date_accountchangelockdate_build_draft_moves_domain", "to": "account_change_lock_date_compute_show_draft_entries_warning", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_build_draft_moves_domain", "to": "account_change_lock_date_accountchangelockdate_action_show_draft_moves_in_locked_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_build_draft_moves_domain", "to": "account_change_lock_date_rationale_220", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_compute_show_draft_entries_warning", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "to": "account_change_lock_date_compute_exception_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "to": "account_change_lock_date_compute_exception_needed_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "to": "account_change_lock_date_accountchangelockdate_prepare_exception_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_get_changes_needing_exception", "to": "account_change_lock_date_rationale_259", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_prepare_lock_date_values", "to": "account_change_lock_date_accountchangelockdate_change_lock_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_prepare_lock_date_values", "to": "account_change_lock_date_rationale_287", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_prepare_exception_values", "to": "account_change_lock_date_accountchangelockdate_change_lock_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_prepare_exception_values", "to": "account_change_lock_date_rationale_323", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_get_current_period_dates", "to": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_get_current_period_dates", "to": "account_change_lock_date_rationale_380", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "to": "account_change_lock_date_accountchangelockdate_change_lock_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "to": "account_change_lock_date_rationale_391", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_create_default_report_external_values", "to": "account_report_generate_default_external_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_change_lock_date_accountchangelockdate_change_lock_date", "to": "account_change_lock_date_rationale_403", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_change_lock_date", "to": "account_change_lock_date_rationale_433", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_change_lock_date", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_change_lock_date_accountchangelockdate_change_lock_date", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_change_lock_date_accountchangelockdate_action_show_draft_moves_in_locked_period", "to": "account_change_lock_date_rationale_457", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_reopen_wizard", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_reopen_wizard", "to": "account_change_lock_date_rationale_475", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_me", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_sale_lock_date_exception_for_everyone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_purchase_lock_date_exception_for_everyone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_tax_lock_date_exception_for_everyone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_accountchangelockdate_action_revoke_min_fiscalyear_lock_date_exception_for_everyone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "account_change_lock_date_rationale_485", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_change_lock_date_accountchangelockdate_action_revoke_min_exception", "to": "sepa_direct_debit_fusionsddmandate_action_revoke", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "bank_statement_import_wizard_default_journal_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "bank_statement_import_wizard_onchange_data_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "to": "bank_statement_import_wizard_detect_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_wizard_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_default_journal_id", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_onchange_data_file", "to": "bank_statement_import_wizard_detect_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_detect_format", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_wizard_rationale_144", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_ofx_fusionofxparser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "to": "bank_statement_import_camt_fusioncamtparser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "to": "bank_statement_import_wizard_rationale_175", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "to": "exception", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "to": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "to": "bank_statement_import_wizard_rationale_197", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "to": "bank_statement_import_qif_fusionqifparser", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "to": "bank_statement_import_qif_fusionqifparser_parse_qif", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "to": "exception", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "to": "bank_statement_import_wizard_rationale_215", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "to": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "bank_statement_import_wizard_rationale_228", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "account_journal_fusionaccountjournal_check_parsed_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "account_journal_fusionaccountjournal_find_additional_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "account_journal_fusionaccountjournal_create_bank_statements", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_19", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_19", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_19", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_70", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_70", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_70", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_81", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_81", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_81", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_92", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_92", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_92", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_144", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_144", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_144", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_175", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_175", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_175", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_197", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_197", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_197", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_215", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_215", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_215", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_228", "to": "bank_statement_import_ofx_fusionofxparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_228", "to": "bank_statement_import_qif_fusionqifparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_statement_import_wizard_rationale_228", "to": "bank_statement_import_camt_fusioncamtparser", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_assetmodify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_get_selection_modify_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_accounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_value_residual", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_gain_or_loss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_gain_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_informational_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_compute_select_invoice_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_onchange_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_onchange_invoice_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_asset_modify_py", "to": "asset_modify_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_compute_modify_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_inverse_gain_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_inverse_loss_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_modify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_pause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_sell_dispose", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_get_own_book_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_get_increase_original_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_assetmodify_get_new_asset_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify", "to": "asset_modify_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_compute_modify_action", "to": "asset_modify_rationale_152", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_compute_value_residual", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_compute_gain_or_loss", "to": "asset_modify_assetmodify_get_own_book_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_compute_gain_value", "to": "asset_modify_assetmodify_get_own_book_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_compute_informational_text", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_onchange_action", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_onchange_action", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_create", "to": "asset_modify_assetmodify_modify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_modify", "to": "asset_modify_assetmodify_get_own_book_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_modify", "to": "asset_modify_assetmodify_get_new_asset_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_modify", "to": "asset_modify_assetmodify_get_increase_original_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_modify", "to": "asset_modify_rationale_376", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_move_external_tax_fusionmoveexternaltax_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_move_prepare_move_for_asset_depreciation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_check_depreciations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_modify", "to": "account_asset_fusionasset_set_to_running", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_pause", "to": "asset_modify_rationale_600", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_sell_dispose", "to": "asset_modify_rationale_605", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_sell_dispose", "to": "account_asset_fusionasset_set_to_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asset_modify_assetmodify_get_own_book_value", "to": "asset_modify_rationale_631", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_get_increase_original_value", "to": "asset_modify_rationale_635", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asset_modify_assetmodify_get_new_asset_values", "to": "asset_modify_rationale_639", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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_work_in_progress_fusion_accounting_wizard_account_auto_reconcile_wizard_py", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_auto_reconcile_wizard_py", "to": "account_auto_reconcile_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_auto_reconcile_wizard_py", "to": "account_auto_reconcile_wizard_derive_defaults_from_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_snapshot_wizard_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard", "to": "account_auto_reconcile_wizard_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_default_get", "to": "account_auto_reconcile_wizard_derive_defaults_from_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_default_get", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_auto_reconcile_wizard_derive_defaults_from_lines", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_snapshot_wizard_config", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_snapshot_wizard_config", "to": "account_auto_reconcile_wizard_rationale_110", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_get_amls_domain", "to": "account_auto_reconcile_wizard_rationale_133", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_one_to_one", "to": "account_auto_reconcile_wizard_rationale_165", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "to": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile_zero_balance", "to": "account_auto_reconcile_wizard_rationale_197", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "to": "account_auto_reconcile_wizard_rationale_223", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_auto_reconcile_wizard_accountautoreconcilewizard_auto_reconcile", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_accountreportsend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_get_mail_field_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_get_mail_template_attachments_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mail_ui_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_warnings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mail_lang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_partner_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mail_partner_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mail_subject_body", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_compute_mail_attachments_widget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_send_py", "to": "account_report_send_action_download", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_accountreportsend_get_wizard_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_accountreportsend_get_placeholder_mail_attachments_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_accountreportsend_process_send_and_print", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_accountreportsend_action_send_and_print", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend", "to": "account_report_send_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_get_mail_field_value", "to": "account_report_send_compute_mail_subject_body", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_get_mail_field_value", "to": "account_report_send_accountreportsend_process_send_and_print", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "to": "account_report_send_accountreportsend_get_placeholder_mail_attachments_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "to": "account_report_send_get_mail_template_attachments_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "to": "account_report_send_compute_mail_attachments_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_default_mail_attachments_widget", "to": "account_report_send_rationale_115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_wizard_values", "to": "account_report_send_accountreportsend_process_send_and_print", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_wizard_values", "to": "account_report_send_accountreportsend_action_send_and_print", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_wizard_values", "to": "account_report_send_rationale_121", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_placeholder_mail_attachments_data", "to": "account_report_send_rationale_134", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_get_placeholder_mail_attachments_data", "to": "account_report_accountreport_get_default_report_filename", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_send_compute_partner_ids", "to": "account_report_accountreport_get_report_send_recipients", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_send_action_download", "to": "account_report_send_accountreportsend_process_send_and_print", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_process_send_and_print", "to": "account_report_send_accountreportsend_action_send_and_print", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_process_send_and_print", "to": "account_report_send_rationale_262", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_send_accountreportsend_process_send_and_print", "to": "res_partner_fusionrespartner_get_partner_account_report_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_send_accountreportsend_process_send_and_print", "to": "account_report_cron_account_report_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_send_accountreportsend_action_send_and_print", "to": "account_report_send_rationale_329", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_report_file_download_error_wizard_py", "to": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard", "to": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard_button_download", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard", "to": "account_report_file_download_error_wizard_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_file_download_error_wizard_accountreportfiledownloaderrorwizard_button_download", "to": "account_report_file_download_error_wizard_rationale_20", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_accountreconcilewizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_company_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_single_currency_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_allow_partials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_display_allow_partials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_journal_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_is_rec_pay_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_to_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_is_write_off_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_reco_wizard_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_edit_mode_amount_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_edit_mode_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_edit_mode_reco_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_edit_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_lock_date_violated_warning_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_compute_reco_model_autocomplete_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_onchange_reco_model_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_reconcile_wizard_py", "to": "account_reconcile_wizard_check_min_max_edit_mode_amount_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_action_open_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_compute_write_off_taxes_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_accountreconcilewizard_reconcile_open", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard", "to": "account_reconcile_wizard_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_compute_date", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_compute_journal_id", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_compute_lock_date_violated_warning_message", "to": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_compute_reco_model_autocomplete_ids", "to": "account_analytic_report_fusionamlanalyticshadow_where_calc", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_action_open_wizard", "to": "account_move_fusionmoveline_action_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "to": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_get_date_after_lock_date", "to": "account_reconcile_wizard_rationale_626", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_compute_write_off_taxes_data", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_compute_write_off_taxes_data", "to": "account_reconcile_wizard_rationale_635", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_compute_write_off_taxes_data", "to": "bank_rec_widget_fusionbankrecwidget_prepare_base_line_for_taxes_computation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "to": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "to": "account_reconcile_wizard_rationale_689", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "to": "account_reconcile_wizard_accountreconcilewizard_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "to": "account_reconcile_wizard_rationale_746", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_write_off", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "to": "account_reconcile_wizard_accountreconcilewizard_reconcile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "to": "account_reconcile_wizard_rationale_766", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_create_transfer", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_reconcile", "to": "account_reconcile_wizard_accountreconcilewizard_reconcile_open", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_reconcile", "to": "account_reconcile_wizard_rationale_808", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_wizard_accountreconcilewizard_reconcile_open", "to": "account_reconcile_wizard_rationale_848", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_report_export_wizard_py", "to": "report_export_wizard_reportexportwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_report_export_wizard_py", "to": "report_export_wizard_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_report_export_wizard_py", "to": "report_export_wizard_reportexportformatoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard", "to": "report_export_wizard_reportexportwizard_export_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard", "to": "report_export_wizard_reportexportwizard_build_attachment_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard", "to": "report_export_wizard_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_create", "to": "report_export_wizard_reportexportwizard_export_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard_export_report", "to": "report_export_wizard_reportexportwizard_build_attachment_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard_export_report", "to": "report_export_wizard_rationale_62", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard_build_attachment_values", "to": "report_export_wizard_reportexportformatoption_apply_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportwizard_build_attachment_values", "to": "report_export_wizard_rationale_79", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption", "to": "report_export_wizard_reportexportformatoption_apply_export", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption", "to": "report_export_wizard_reportexportformatoption_prepare_attachment_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption", "to": "report_export_wizard_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption_apply_export", "to": "report_export_wizard_reportexportformatoption_prepare_attachment_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption_apply_export", "to": "report_export_wizard_rationale_128", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "report_export_wizard_reportexportformatoption_apply_export", "to": "account_report_accountreport_get_export_mime_type", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "report_export_wizard_reportexportformatoption_prepare_attachment_dict", "to": "report_export_wizard_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_work_in_progress_fusion_accounting_wizard_fiscal_year_py", "to": "fiscal_year_financialyearopeningwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fiscal_year_financialyearopeningwizard", "to": "fiscal_year_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_work_in_progress_fusion_accounting_wizard_loan_import_wizard_py", "to": "loan_import_wizard_fusionloanimportwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_loan_import_wizard_py", "to": "loan_import_wizard_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_import_wizard_fusionloanimportwizard", "to": "loan_import_wizard_fusionloanimportwizard_action_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_import_wizard_fusionloanimportwizard", "to": "loan_import_wizard_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_import_wizard_fusionloanimportwizard_action_import", "to": "loan_import_wizard_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_import_wizard_fusionloanimportwizard_action_import", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_import_wizard_fusionloanimportwizard_action_import", "to": "loan_fusionloan_compute_amortization_schedule", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_compute_show_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_compute_preview_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_compute_accounting_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_multicurrency_revaluation_py", "to": "multicurrency_revaluation_get_move_vals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_revaluation_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_expense_provision_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard_inverse_income_provision_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard", "to": "multicurrency_revaluation_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_default_get", "to": "multicurrency_revaluation_get_move_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_compute_show_warning", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_compute_preview_data", "to": "multicurrency_revaluation_get_move_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "account_report_get_unfolded_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_get_move_vals", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "to": "multicurrency_revaluation_rationale_284", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "to": "account_move_fusionaccountmove_action_post", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "multicurrency_revaluation_multicurrencyrevaluationwizard_create_entries", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_setup_wizards_py", "to": "setup_wizards_setupbarbankconfigwizard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup_wizards_setupbarbankconfigwizard", "to": "setup_wizards_setupbarbankconfigwizard_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup_wizards_setupbarbankconfigwizard", "to": "setup_wizards_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup_wizards_setupbarbankconfigwizard_validate", "to": "setup_wizards_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "setup_wizards_setupbarbankconfigwizard_validate", "to": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_int_to_words", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_amount_to_words", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_fusioncheckprinting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_compute_check_amount_in_words", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_fusionaccountjournalcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_check_printing_py", "to": "check_printing_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_int_to_words", "to": "check_printing_amount_to_words", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_int_to_words", "to": "check_printing_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_amount_to_words", "to": "check_printing_compute_check_amount_in_words", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_amount_to_words", "to": "check_printing_rationale_72", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting", "to": "check_printing_fusioncheckprinting_action_assign_check_number", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting", "to": "check_printing_fusioncheckprinting_action_print_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting", "to": "check_printing_rationale_109", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting_action_assign_check_number", "to": "check_printing_fusioncheckprinting_action_print_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting_action_assign_check_number", "to": "check_printing_rationale_187", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusioncheckprinting_action_print_check", "to": "check_printing_rationale_220", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "check_printing_fusionaccountjournalcheck", "to": "check_printing_rationale_247", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_digest_py", "to": "digest_fusiondigest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "digest_fusiondigest", "to": "digest_fusiondigest_compute_bank_cash_kpi_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "digest_fusiondigest", "to": "digest_fusiondigest_compute_kpis_actions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "digest_fusiondigest", "to": "digest_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "digest_fusiondigest_compute_bank_cash_kpi_total", "to": "digest_rationale_20", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "digest_fusiondigest_compute_kpis_actions", "to": "digest_rationale_45", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_format_py", "to": "edi_format_fusionediformat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_format_py", "to": "edi_format_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_fusionediformat_generate_document", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_fusionediformat_parse_document", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_fusionediformat_get_generator_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_fusionediformat_get_parser_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_fusionediformat_check_applicability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat", "to": "edi_format_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_generate_document", "to": "edi_format_fusionediformat_check_applicability", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_generate_document", "to": "edi_format_fusionediformat_get_generator_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_generate_document", "to": "edi_format_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_generate_document", "to": "edi_document_fusionedidocument_action_send", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_format_fusionediformat_parse_document", "to": "edi_format_fusionediformat_get_parser_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_parse_document", "to": "edi_format_rationale_123", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_get_generator_map", "to": "edi_format_rationale_150", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_get_parser_map", "to": "edi_format_rationale_164", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_check_applicability", "to": "edi_format_rationale_178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_format_fusionediformat_check_applicability", "to": "account_move_edi_fusionaccountmoveedi_action_send_edi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "to": "edi_document_fusionedidocument", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "to": "edi_document_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "to": "edi_document_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument", "to": "edi_document_fusionedidocument_action_send", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument", "to": "edi_document_fusionedidocument_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument", "to": "edi_document_fusionedidocument_action_retry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument", "to": "edi_document_fusionedidocument_build_attachment_filename", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument", "to": "edi_document_rationale_22", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "edi_document_fusionedidocument_build_attachment_filename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "edi_document_rationale_134", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "exception", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_action_send", "to": "account_move_edi_fusionaccountmoveedi_action_send_edi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_action_cancel", "to": "edi_document_rationale_190", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument_action_cancel", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_action_retry", "to": "edi_document_rationale_210", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edi_document_fusionedidocument_action_retry", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "edi_document_fusionedidocument_build_attachment_filename", "to": "edi_document_rationale_227", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_aged_partner_balance_py", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_aged_partner_balance_py", "to": "account_aged_partner_balance_agedpayablecustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_aged_partner_balance_py", "to": "account_aged_partner_balance_agedreceivablecustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_receivable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_payable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_partner_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_prepare_partner_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_build_domain_from_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler", "to": "account_aged_partner_balance_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_options_initializer", "to": "account_aged_partner_balance_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_line_postprocessor", "to": "account_aged_partner_balance_rationale_85", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_custom_line_postprocessor", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_receivable", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_report_custom_engine_aged_payable", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_aged_partner_balance_rationale_129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_report_accountreport_get_engine_query_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_report_custom_engine_common", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_journal_items", "to": "account_aged_partner_balance_agedreceivablecustomhandler_open_journal_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_open_partner_ledger", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_prepare_partner_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_aged_partner_balance_agedpayablecustomhandler_custom_unfold_all_batch_data_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_aged_partner_balance_agedreceivablecustomhandler_custom_unfold_all_batch_data_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_aged_partner_balance_rationale_384", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_report_get_res_id_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_common_custom_unfold_all_batch_data_generator", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_aged_partner_balance_agedpartnerbalancecustomhandler_build_domain_from_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_aged_partner_balance_agedpayablecustomhandler_action_audit_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_aged_partner_balance_agedreceivablecustomhandler_action_audit_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_aged_partner_balance_rationale_459", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_aged_partner_balance_audit", "to": "account_report_accountreport_get_audit_line_groupby_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_aged_partner_balance_agedpartnerbalancecustomhandler_build_domain_from_period", "to": "account_aged_partner_balance_rationale_475", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpayablecustomhandler", "to": "account_aged_partner_balance_agedpayablecustomhandler_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpayablecustomhandler", "to": "account_aged_partner_balance_agedpayablecustomhandler_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpayablecustomhandler", "to": "account_aged_partner_balance_agedpayablecustomhandler_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpayablecustomhandler", "to": "account_aged_partner_balance_rationale_502", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedpayablecustomhandler_open_journal_items", "to": "account_aged_partner_balance_agedreceivablecustomhandler_open_journal_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedreceivablecustomhandler", "to": "account_aged_partner_balance_agedreceivablecustomhandler_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedreceivablecustomhandler", "to": "account_aged_partner_balance_agedreceivablecustomhandler_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedreceivablecustomhandler", "to": "account_aged_partner_balance_agedreceivablecustomhandler_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_aged_partner_balance_agedreceivablecustomhandler", "to": "account_aged_partner_balance_rationale_530", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_followup_py", "to": "res_partner_followup_fusionpartnerfollowup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_followup_py", "to": "res_partner_followup_compute_fusion_overdue_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_followup_py", "to": "res_partner_followup_compute_partners_needing_followup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup", "to": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup", "to": "res_partner_followup_fusionpartnerfollowup_get_overdue_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup", "to": "res_partner_followup_fusionpartnerfollowup_action_open_followup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup", "to": "res_partner_followup_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_compute_fusion_overdue_amount", "to": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "to": "res_partner_followup_fusionpartnerfollowup_get_overdue_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "to": "res_partner_followup_rationale_76", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup_get_overdue_invoices", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_followup_fusionpartnerfollowup_get_overdue_amount", "to": "res_partner_followup_rationale_97", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup_action_open_followup", "to": "res_partner_followup_rationale_106", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_followup_fusionpartnerfollowup_action_open_followup", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_followup_fusionpartnerfollowup_action_open_followup", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_followup_compute_partners_needing_followup", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_followup_compute_partners_needing_followup", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_partner_followup_compute_partners_needing_followup", "to": "followup_fusionfollowupline_compute_followup_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_fusionaccounttax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_fusiontaxunit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_compute_fiscal_position_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_validate_companies_country", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_validate_main_company", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_validate_companies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_validate_vat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_tax_py", "to": "account_tax_onchange_company_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_fusionaccounttax_prepare_base_line_for_taxes_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_fusionaccounttax_prepare_tax_line_for_taxes_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_fusionaccounttax_prepare_base_line_grouping_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_fusionaccounttax_prepare_base_line_tax_repartition_grouping_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_fusionaccounttax_prepare_tax_line_repartition_grouping_key", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax", "to": "account_tax_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax_prepare_base_line_for_taxes_computation", "to": "account_tax_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax_prepare_tax_line_for_taxes_computation", "to": "account_tax_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax_prepare_base_line_grouping_key", "to": "account_tax_rationale_37", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax_prepare_base_line_tax_repartition_grouping_key", "to": "account_tax_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusionaccounttax_prepare_base_line_tax_repartition_grouping_key", "to": "account_move_fusionmoveline_has_deferred_compatible_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_tax_fusionaccounttax_prepare_tax_line_repartition_grouping_key", "to": "account_tax_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit", "to": "account_tax_fusiontaxunit_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit", "to": "account_tax_fusiontaxunit_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit", "to": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit", "to": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit", "to": "account_tax_rationale_80", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_create", "to": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_create", "to": "account_tax_rationale_119", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_create", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_tax_fusiontaxunit_unlink", "to": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_unlink", "to": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_unlink", "to": "account_tax_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_unlink", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_tax_compute_fiscal_position_completion", "to": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_compute_fiscal_position_completion", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "to": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "to": "account_tax_rationale_192", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_get_tax_unit_fiscal_positions", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "to": "account_tax_rationale_227", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_tax_fusiontaxunit_action_sync_unit_fiscal_positions", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_analytic_report_py", "to": "account_analytic_report_fusionreportanalyticgroupby", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_analytic_report_py", "to": "account_analytic_report_prepare_lines_for_analytic_groupby", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_analytic_report_py", "to": "account_analytic_report_get_options_journals_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_analytic_report_py", "to": "account_analytic_report_fusionamlanalyticshadow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_get_options_initializers_forced_sequence_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_init_options_analytic_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_init_options_readonly_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_build_analytic_column_headers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_get_report_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_fusionreportanalyticgroupby_get_options_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby", "to": "account_analytic_report_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_get_options_initializers_forced_sequence_map", "to": "account_analytic_report_rationale_28", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_init_options_analytic_groupby", "to": "account_analytic_report_fusionreportanalyticgroupby_build_analytic_column_headers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_init_options_analytic_groupby", "to": "account_analytic_report_rationale_39", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_init_options_analytic_groupby", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_build_analytic_column_headers", "to": "account_analytic_report_rationale_89", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_build_analytic_column_headers", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_prepare_lines_for_analytic_groupby", "to": "account_analytic_report_fusionamlanalyticshadow_where_calc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_prepare_lines_for_analytic_groupby", "to": "account_move_line_prepare_aml_shadowing_for_report", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_get_report_query", "to": "account_analytic_report_rationale_216", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_action_audit_cell", "to": "account_analytic_report_rationale_247", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_action_audit_cell", "to": "account_report_accountreport_get_column_group_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionreportanalyticgroupby_action_audit_cell", "to": "account_report_accountreport_get_audit_line_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow", "to": "account_analytic_report_fusionamlanalyticshadow_where_calc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionamlanalyticshadow", "to": "account_analytic_report_rationale_326", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_analytic_report_rationale_332", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_move_build_predictive_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_move_fusionmoveline_predict_account", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_report_accountreport_create_report_budget_temp_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_analytic_report_fusionamlanalyticshadow_where_calc", "to": "account_report_accountreport_action_audit_cell", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "to": "cash_basis_report_fusioncashbasisreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_fusioncashbasisreport_build_section_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_fusioncashbasisreport_build_detail_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport", "to": "cash_basis_report_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "to": "cash_basis_report_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "to": "account_report_accountreport_init_options_journals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "to": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "to": "cash_basis_report_fusioncashbasisreport_build_section_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "to": "cash_basis_report_fusioncashbasisreport_build_detail_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "to": "cash_basis_report_rationale_58", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "to": "cash_basis_report_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_section_line", "to": "cash_basis_report_rationale_192", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_section_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_section_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_detail_line", "to": "cash_basis_report_rationale_210", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_detail_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cash_basis_report_fusioncashbasisreport_build_detail_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_inter_company_rules_py", "to": "inter_company_rules_fusionintercompanyrules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_inter_company_rules_py", "to": "inter_company_rules_fusionintercompanyaccountmove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyrules", "to": "inter_company_rules_fusionintercompanyrules_fusion_get_intercompany_target", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyrules", "to": "inter_company_rules_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyrules_fusion_get_intercompany_target", "to": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyrules_fusion_get_intercompany_target", "to": "inter_company_rules_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyrules_fusion_get_intercompany_target", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove", "to": "inter_company_rules_fusionintercompanyaccountmove_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove", "to": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove", "to": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove", "to": "inter_company_rules_rationale_73", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_post", "to": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_post", "to": "inter_company_rules_rationale_99", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "to": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_fusion_trigger_intercompany_sync", "to": "inter_company_rules_rationale_106", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "to": "inter_company_rules_rationale_151", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "inter_company_rules_fusionintercompanyaccountmove_create_intercompany_invoice", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_taxclosingnonposteddependingmoveserror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_fusionaccountmove", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_signing_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_signature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_deferred_entry_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_depreciation_cumulative_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_depreciation_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_asset_move_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_asset_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_constrains_check_asset_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_diff_dates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_period_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_amounts_by_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_edi_creation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_tax_closing_report_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_prepare_move_for_asset_depreciation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_fusionmoveline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_has_abnormal_deferred_dates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_onchange_deferred_start_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_onchange_deferred_end_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_deferred_start_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_check_deferred_dates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_ends_of_month", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_amounts_by_line_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_get_deferred_lines_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_build_predictive_query", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_predicted_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_predict_specific_tax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_onchange_name_predictive", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_compute_non_deductible_tax_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_py", "to": "account_move_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_taxclosingnonposteddependingmoveserror", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_taxclosingnonposteddependingmoveserror", "to": "account_move_fusionaccountmove_close_tax_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "exception", "to": "account_move_predicted_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "exception", "to": "account_report_accountreportfiledownloadexception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "exception", "to": "document_extraction_fusiondocumentextractor_extract_via_tesseract", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "document_extraction_fusiondocumentextractor_extract_via_google_vision", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "document_extraction_fusiondocumentextractor_extract_via_azure_ai", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "saft_export_fusionsaftexport_action_generate_saft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "exception", "to": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_get_invoice_in_payment_state", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_get_deferred_entries_method", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_compute_tax_closing_alert", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_inverse_depreciation_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_button_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_button_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_reverse_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_generate_deferred_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_open_deferred_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_open_deferred_original_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_open_business_doc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_get_mail_thread_data_attachments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_has_subsequent_posted_closing_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_get_tax_to_pay_on_closing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_tax_to_pay_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_open_tax_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_refresh_tax_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_close_tax_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_close_tax_period_create_activities", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_get_vat_report_attachments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_log_depreciation_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_auto_create_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_open_asset_view", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_fusionaccountmove_action_open_asset_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove", "to": "account_move_rationale_43", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_deferred_entries_method", "to": "account_move_fusionaccountmove_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_deferred_entries_method", "to": "account_move_rationale_190", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_inverse_depreciation_value", "to": "account_move_fusionmoveline_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_post", "to": "account_move_get_tax_closing_report_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_post", "to": "account_move_fusionaccountmove_close_tax_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_post", "to": "account_move_fusionaccountmove_generate_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_post", "to": "account_move_fusionaccountmove_log_depreciation_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_post", "to": "account_move_fusionaccountmove_auto_create_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_action_post", "to": "loan_line_fusionloanline_action_create_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_post", "to": "loan_fusionloan_create_disbursement_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_post", "to": "loan_fusionloan_action_pay_early", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "account_move_fusionmoveline_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "account_move_get_tax_closing_report_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "account_move_fusionaccountmove_has_subsequent_posted_closing_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "account_move_fusionaccountmove_unlink", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_button_draft", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_unlink", "to": "account_move_fusionaccountmove_reverse_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_unlink", "to": "account_move_fusionaccountmove_generate_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_cancel", "to": "account_move_fusionmoveline_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_button_cancel", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_button_cancel", "to": "res_company_rescompany_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_reverse_moves", "to": "account_move_prepare_move_for_asset_depreciation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_reverse_moves", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_reverse_moves", "to": "loan_fusionloan_action_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_reverse_moves", "to": "integration_bridges_action_create_credit_note_from_ticket", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_reverse_moves", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_deferred_diff_dates", "to": "account_move_get_deferred_period_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_diff_dates", "to": "account_move_compute_has_abnormal_deferred_dates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_period_amount", "to": "account_move_get_deferred_amounts_by_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_amounts_by_line", "to": "account_move_get_deferred_amounts_by_line_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_amounts_by_line", "to": "account_move_get_deferred_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_amounts_by_line", "to": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_deferred_amounts_by_line", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_deferred_lines", "to": "account_move_get_deferred_lines_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_lines", "to": "account_move_fusionaccountmove_generate_deferred_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_generate_deferred_entries", "to": "account_move_fusionmoveline_get_deferred_periods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_generate_deferred_entries", "to": "account_move_fusionmoveline_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_generate_deferred_entries", "to": "account_move_get_deferred_lines_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_generate_deferred_entries", "to": "account_move_rationale_681", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_generate_deferred_entries", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget", "to": "account_move_fusionaccountmove_action_open_business_doc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_open_bank_reconciliation_widget_statement", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_edi_creation", "to": "account_move_onchange_name_predictive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_has_subsequent_posted_closing_moves", "to": "account_move_rationale_858", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_tax_to_pay_on_closing", "to": "account_move_fusionaccountmove_close_tax_period_create_activities", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_tax_to_pay_on_closing", "to": "account_move_rationale_869", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_tax_to_pay_on_closing", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_tax_to_pay_wizard", "to": "account_move_fusionaccountmove_action_open_tax_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_action_tax_to_pay_wizard", "to": "mail_activity_fusionmailactivity_action_open_tax_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_open_tax_report", "to": "account_move_get_tax_closing_report_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_refresh_tax_entry", "to": "account_move_get_tax_closing_report_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_refresh_tax_entry", "to": "account_move_rationale_891", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_refresh_tax_entry", "to": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_move_get_tax_closing_report_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_move_fusionaccountmove_get_vat_report_attachments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_move_fusionaccountmove_close_tax_period_create_activities", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_move_rationale_901", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_report_generate_default_external_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_report_get_sender_company_for_export", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_report_accountreport_generate_carryover_external_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period_create_activities", "to": "account_move_rationale_992", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_close_tax_period_create_activities", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period_create_activities", "to": "res_company_rescompany_get_tax_closing_move_description", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_close_tax_period_create_activities", "to": "res_company_rescompany_get_tax_periodicity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_tax_closing_report_options", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_tax_closing_report_options", "to": "res_company_rescompany_get_branches_with_same_vat", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_tax_closing_report_options", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_tax_closing_report_options", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_get_tax_closing_report_options", "to": "mail_activity_fusionmailactivity_action_open_tax_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_get_vat_report_attachments", "to": "account_move_rationale_1102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_get_vat_report_attachments", "to": "account_report_accountreport_export_to_pdf", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_log_depreciation_asset", "to": "account_move_rationale_1111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "account_move_rationale_1121", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "account_asset_onchange_model_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_auto_create_asset", "to": "account_asset_fusionasset_post_non_deductible_tax_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_prepare_move_for_asset_depreciation", "to": "account_asset_fusionasset_recompute_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_prepare_move_for_asset_depreciation", "to": "account_asset_fusionasset_insert_depreciation_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_open_asset_view", "to": "account_asset_fusionasset_open_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionaccountmove_action_open_asset_ids", "to": "account_asset_fusionasset_open_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_order_to_sql", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_copy_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_compute_has_deferred_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_has_deferred_compatible_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_get_deferred_periods", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_get_computed_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_compute_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_action_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_get_predict_postgres_dictionary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_predict_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_predict_product", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_predict_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_read_group_select", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_read_group_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_fusionmoveline_turn_as_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline", "to": "account_move_rationale_1279", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_write", "to": "account_move_rationale_1362", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_has_deferred_compatible_account", "to": "account_move_onchange_deferred_start_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_has_deferred_compatible_account", "to": "account_move_onchange_deferred_end_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_has_deferred_compatible_account", "to": "account_move_rationale_1407", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_ends_of_month", "to": "account_move_fusionmoveline_get_deferred_periods", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_get_deferred_periods", "to": "account_move_rationale_1458", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_get_deferred_lines_values", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionmoveline_compute_attachment", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionmoveline_action_reconcile", "to": "account_move_rationale_1524", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_action_reconcile", "to": "bank_rec_widget_new", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionmoveline_action_reconcile", "to": "matching_link_widget_matchinglink_reconcile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_fusionmoveline_get_predict_postgres_dictionary", "to": "account_move_predicted_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_get_predict_postgres_dictionary", "to": "account_move_fusionmoveline_predict_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_get_predict_postgres_dictionary", "to": "account_move_rationale_1541", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_build_predictive_query", "to": "account_move_predicted_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_build_predictive_query", "to": "account_move_fusionmoveline_predict_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_build_predictive_query", "to": "account_move_predict_specific_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_build_predictive_query", "to": "account_move_fusionmoveline_predict_product", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_build_predictive_query", "to": "account_move_fusionmoveline_predict_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_predicted_field", "to": "account_move_fusionmoveline_predict_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_predicted_field", "to": "account_move_predict_specific_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_predicted_field", "to": "account_move_fusionmoveline_predict_product", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_predicted_field", "to": "account_move_fusionmoveline_predict_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_predict_taxes", "to": "account_move_onchange_name_predictive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_predict_product", "to": "account_move_onchange_name_predictive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_predict_account", "to": "account_move_onchange_name_predictive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_read_group_select", "to": "account_move_rationale_1748", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_fusionmoveline_read_group_groupby", "to": "account_move_rationale_1766", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_py", "to": "account_reconcile_model_accountreconcilemodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_apply_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel", "to": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "to": "account_reconcile_model_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_lines_for_bank_widget", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_rules", "to": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_rules", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_rules", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_rules", "to": "account_reconcile_model_rationale_55", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_apply_rules", "to": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "to": "account_reconcile_model_rationale_101", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_is_applicable_for", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "to": "account_reconcile_model_rationale_161", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_domain", "to": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "to": "account_reconcile_model_rationale_188", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_st_line_text_values_for_matching", "to": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "to": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_st_line_tokens", "to": "account_reconcile_model_rationale_206", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "to": "account_reconcile_model_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_candidates", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_rules_map", "to": "account_reconcile_model_rationale_421", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "to": "account_reconcile_model_rationale_435", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_partner_from_mapping", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "to": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_get_invoice_matching_amls_result", "to": "account_reconcile_model_rationale_475", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_check_rule_propositions", "to": "account_reconcile_model_rationale_595", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "to": "account_reconcile_model_rationale_659", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_accountreconcilemodel_run_auto_reconciliation", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_report_py", "to": "account_journal_report_fusionjournalreporthandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_report_custom_engine_journal_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_write_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_write_tax_summaries_to_sheet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_columns_for_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_base_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_payment_lines_filter_case_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_query_bank_journal_initial_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_section_has_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_journal_report_tax_tag_template_open_aml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_journal_report_action_dropdown_audit_default_tax_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_journal_report_action_open_tax_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_journal_report_action_open_account_move_lines_by_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_fusionjournalreporthandler_journal_report_open_aml_by_move", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler", "to": "account_journal_report_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_custom_display_config", "to": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_report_custom_engine_journal_report", "to": "account_journal_report_fusionjournalreporthandler_get_payment_lines_filter_case_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_report_custom_engine_journal_report", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_report_custom_engine_journal_report", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_journal_report_fusionjournalreporthandler_section_has_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_journal_report_rationale_126", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_report_get_res_ids_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_custom_line_postprocessor", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "to": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_pdf", "to": "account_report_accountreport_get_default_report_filename", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "account_journal_report_fusionjournalreporthandler_write_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "account_journal_report_fusionjournalreporthandler_write_tax_summaries_to_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_export_to_xlsx", "to": "account_report_accountreport_get_default_report_filename", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_write_cell", "to": "account_journal_report_fusionjournalreporthandler_write_tax_summaries_to_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_write_cell", "to": "account_journal_report_rationale_347", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_write_cell", "to": "account_report_set_xlsx_cell_sizes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_write_cell", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_fusionjournalreporthandler_get_payment_lines_filter_case_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_fusionjournalreporthandler_section_has_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_fusionjournalreporthandler_get_columns_for_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_journal_report_rationale_456", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_generate_document_data_for_export", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "to": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "to": "account_journal_report_fusionjournalreporthandler_get_base_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_journal", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "to": "account_journal_report_fusionjournalreporthandler_query_bank_journal_initial_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "to": "account_journal_report_fusionjournalreporthandler_get_base_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_export_lines_for_bank_journal", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_base_line", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_query_bank_journal_initial_balance", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_section_has_tax", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "to": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_tax_summary_section", "to": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "to": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "to": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "to": "budget_fusionbudget_copy", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_report_options", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_tax_grids_summary", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_get_generic_tax_summary_for_sections", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_journal_report_tax_tag_template_open_aml", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_journal_report_action_dropdown_audit_default_tax_report", "to": "account_general_ledger_generalledgercustomhandler_caret_option_audit_tax", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_journal_report_action_open_account_move_lines_by_account", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_report_fusionjournalreporthandler_journal_report_open_aml_by_move", "to": "account_deferred_reports_fusiondeferredreporthandler_open_journal_items", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_line_py", "to": "loan_line_fusionloanline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_line_py", "to": "loan_line_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_line_fusionloanline", "to": "loan_line_fusionloanline_action_create_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_line_fusionloanline", "to": "loan_line_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_line_fusionloanline_action_create_entry", "to": "loan_line_rationale_105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_line_fusionloanline_action_create_entry", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_line_fusionloanline_action_create_entry", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_line_fusionloanline_action_create_entry", "to": "loan_fusionloan_generate_entries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_transfer_py", "to": "account_transfer_fusionaccounttransfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_transfer_py", "to": "account_transfer_check_different_accounts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_transfer_py", "to": "account_transfer_check_positive_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_transfer_py", "to": "account_transfer_default_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_transfer_fusionaccounttransfer", "to": "account_transfer_fusionaccounttransfer_action_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_transfer_fusionaccounttransfer", "to": "account_transfer_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_transfer_default_get", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_transfer_fusionaccounttransfer_action_transfer", "to": "account_transfer_rationale_130", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_transfer_fusionaccounttransfer_action_transfer", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_partner_ledger_py", "to": "account_partner_ledger_partnerledgercustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_partner_ledger_py", "to": "account_partner_ledger_action_open_partner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_partner_ledger_py", "to": "account_partner_ledger_format_aml_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_get_report_send_recipients", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_action_send_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_derive_initial_balance_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_get_additional_column_aml_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_build_total_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_partnerledgercustomhandler_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler", "to": "account_partner_ledger_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "to": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "to": "account_partner_ledger_partnerledgercustomhandler_build_total_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "to": "account_partner_ledger_rationale_45", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_dynamic_lines_generator", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "to": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "to": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "to": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "to": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_assemble_partner_rows", "to": "account_partner_ledger_rationale_57", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "to": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "to": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "to": "account_report_accountreport_build_subline_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger_prefix_group", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_options_initializer", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_get_report_send_recipients", "to": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_action_open_partner", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "to": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "to": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_query_partner_sums", "to": "account_partner_ledger_rationale_264", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "to": "account_partner_ledger_rationale_314", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_sums_sql", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_partner_ledger_partnerledgercustomhandler_derive_initial_balance_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_partner_ledger_rationale_346", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_initial_balances", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_derive_initial_balance_options", "to": "account_partner_ledger_rationale_390", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "to": "account_partner_ledger_rationale_396", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partnerless_correction_sql", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_get_additional_column_aml_values", "to": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_get_additional_column_aml_values", "to": "account_partner_ledger_rationale_446", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_partner_ledger_rationale_451", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_fetch_aml_data", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "to": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_report_expand_unfoldable_line_partner_ledger", "to": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "to": "account_partner_ledger_partnerledgercustomhandler_unknown_partner_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "to": "account_partner_ledger_rationale_703", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_partner_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_format_aml_name", "to": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "to": "account_partner_ledger_rationale_743", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_aml_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_total_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_partner_ledger_partnerledgercustomhandler_build_total_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_mail_activity_type_py", "to": "mail_activity_type_fusionactivitytype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mail_activity_type_fusionactivitytype", "to": "mail_activity_type_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_fusionbankrecwidget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_line_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_available_reco_model_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_selected_reco_model_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_journal_currency_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_st_line_transaction_details", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_transaction_currency_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_is_multi_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_compute_selected_aml_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_onchange_todo_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_fetch_initial_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_action_validate_method", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_py", "to": "bank_rec_widget_collect_global_info_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_render_transaction_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_get_line_in_edit_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_liquidity_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_new_aml_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_do_amounts_apply_for_early_payment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_prepare_base_line_for_taxes_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_prepare_tax_line_for_taxes_computation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_tax_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_get_key_mapping_aml_and_exchange_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_reorder_exchange_and_aml_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_get_account_balance_exchange_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_get_exchange_diff_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_reco_model_write_off_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_ref", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_narration", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_transaction_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_transaction_currency_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_currency_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_mount_st_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_clear_manual_operations_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_get_invoice_price_unit_from_price_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_action_to_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_to_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_set_as_checked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_remove_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_add_new_aml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_remove_new_aml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_select_reconcile_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_line_changed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_receivable_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_payable_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_redirect_to_move", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget", "to": "bank_rec_widget_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_compute_line_ids", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_compute_line_ids", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_compute_line_ids", "to": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_compute_line_ids", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_compute_available_reco_model_ids", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_compute_st_line_transaction_details", "to": "bank_rec_widget_fusionbankrecwidget_render_transaction_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_compute_partner_id", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_render_transaction_details", "to": "bank_rec_widget_rationale_305", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_onchange_todo_command", "to": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_new", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_new", "to": "document_extraction_fusiondocumentextractor_action_test_connection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_new", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "to": "bank_rec_widget_action_validate_method", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_ensure_loaded_lines", "to": "bank_rec_widget_rationale_440", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_turn_auto_balance_into_manual_line", "to": "bank_rec_widget_rationale_449", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_get_line_in_edit_form", "to": "bank_rec_widget_rationale_454", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_prepare_new_aml_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_aml_line", "to": "bank_rec_widget_rationale_461", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_liquidity_line", "to": "bank_rec_widget_rationale_470", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_auto_balance_line", "to": "bank_rec_widget_rationale_481", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "bank_rec_widget_rationale_551", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_add_auto_balance_line", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_new_aml_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_new_aml_line", "to": "bank_rec_widget_rationale_571", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "to": "bank_rec_widget_rationale_584", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_partial_amount", "to": "bank_rec_widget_line_compute_suggestion", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_do_amounts_apply_for_early_payment", "to": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_do_amounts_apply_for_early_payment", "to": "bank_rec_widget_rationale_677", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "to": "bank_rec_widget_rationale_681", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_early_payment_discount", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_check_apply_partial_matching", "to": "bank_rec_widget_rationale_774", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "to": "bank_rec_widget_rationale_819", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_load_new_amls", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_base_line_for_taxes_computation", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_base_line_for_taxes_computation", "to": "bank_rec_widget_rationale_834", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_tax_line_for_taxes_computation", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_tax_line_for_taxes_computation", "to": "bank_rec_widget_rationale_863", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_tax_line", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_tax_line", "to": "bank_rec_widget_rationale_868", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "bank_rec_widget_rationale_898", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_taxes", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_get_key_mapping_aml_and_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_reorder_exchange_and_aml_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_get_key_mapping_aml_and_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_get_key_mapping_aml_and_exchange_diff", "to": "bank_rec_widget_rationale_963", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_reorder_exchange_and_aml_lines", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_reorder_exchange_and_aml_lines", "to": "bank_rec_widget_rationale_969", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "to": "bank_rec_widget_rationale_988", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_remove_related_exchange_diff_lines", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_get_account_balance_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_lines_get_exchange_diff_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_get_account_balance_exchange_diff", "to": "bank_rec_widget_rationale_1004", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_get_exchange_diff_values", "to": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_get_exchange_diff_values", "to": "bank_rec_widget_rationale_1040", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "to": "bank_rec_widget_rationale_1065", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_recompute_exchange_diff", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_reco_model_write_off_vals", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_lines_prepare_reco_model_write_off_vals", "to": "bank_rec_widget_rationale_1105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "to": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_receivable_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "to": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_payable_account", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_account_id", "to": "bank_rec_widget_rationale_1131", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_date", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_date", "to": "bank_rec_widget_rationale_1139", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_ref", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_ref", "to": "bank_rec_widget_rationale_1147", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_narration", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_narration", "to": "bank_rec_widget_rationale_1155", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_name", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_name", "to": "bank_rec_widget_rationale_1163", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_transaction_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_transaction_currency", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_transaction_currency_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_transaction_currency", "to": "bank_rec_widget_rationale_1173", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_transaction_currency_id", "to": "bank_rec_widget_rationale_1187", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_currency_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_amount_currency", "to": "bank_rec_widget_rationale_1191", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "to": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_balance", "to": "bank_rec_widget_rationale_1252", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_currency_id", "to": "bank_rec_widget_rationale_1286", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_tax_ids", "to": "bank_rec_widget_rationale_1291", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_partner_id", "to": "bank_rec_widget_rationale_1313", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_line_value_changed_analytic_distribution", "to": "bank_rec_widget_rationale_1352", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_fusionbankrecwidget_action_mount_st_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "bank_rec_widget_rationale_1364", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_trigger_matching_rules", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "to": "bank_rec_widget_rationale_1399", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_prepare_embedded_views_data", "to": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_mount_st_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_mount_st_line", "to": "bank_rec_widget_rationale_1458", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_reload_liquidity_line", "to": "bank_rec_widget_rationale_1465", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_clear_manual_operations_form", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_clear_manual_operations_form", "to": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_clear_manual_operations_form", "to": "bank_rec_widget_rationale_1479", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "to": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "to": "bank_rec_widget_fusionbankrecwidget_js_action_remove_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "to": "bank_rec_widget_rationale_1483", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_lines", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "to": "bank_rec_widget_fusionbankrecwidget_js_action_add_new_aml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_add_new_amls", "to": "bank_rec_widget_rationale_1507", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "to": "bank_rec_widget_fusionbankrecwidget_js_action_remove_new_aml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_remove_new_amls", "to": "bank_rec_widget_rationale_1536", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "to": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "to": "bank_rec_widget_fusionbankrecwidget_js_action_select_reconcile_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "to": "bank_rec_widget_rationale_1544", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_select_reconcile_model", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "to": "bank_rec_widget_fusionbankrecwidget_get_invoice_price_unit_from_price_total", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "to": "bank_rec_widget_rationale_1597", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_create_invoice_from_write_off_values", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_get_invoice_price_unit_from_price_total", "to": "bank_rec_widget_rationale_1658", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "to": "bank_rec_widget_fusionbankrecwidget_action_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "to": "bank_rec_widget_rationale_1679", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_validation_lines_vals", "to": "bank_rec_widget_line_fusionbankrecline_get_aml_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "bank_rec_widget_fusionbankrecwidget_action_to_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "bank_rec_widget_fusionbankrecwidget_js_action_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "bank_rec_widget_rationale_1729", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_validate", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_action_validate_method", "to": "bank_rec_widget_fusionbankrecwidget_js_action_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_action_validate_method", "to": "bank_rec_widget_fusionbankrecwidget_js_action_to_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_to_check", "to": "bank_rec_widget_fusionbankrecwidget_js_action_to_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_action_to_check", "to": "bank_rec_widget_rationale_1840", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "to": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_mount_st_line", "to": "bank_rec_widget_rationale_1850", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "to": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "to": "bank_rec_widget_rationale_1857", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_restore_st_line_data", "to": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "to": "bank_rec_widget_rationale_1905", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "to": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_process_restore_lines_ids", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_validate", "to": "bank_rec_widget_rationale_1924", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_to_check", "to": "bank_rec_widget_rationale_1929", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_reset", "to": "bank_rec_widget_rationale_1940", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_set_as_checked", "to": "bank_rec_widget_rationale_1970", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_remove_line", "to": "bank_rec_widget_rationale_1977", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_add_new_aml", "to": "bank_rec_widget_rationale_1983", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_remove_new_aml", "to": "bank_rec_widget_rationale_1989", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_select_reconcile_model", "to": "bank_rec_widget_rationale_1995", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_mount_line_in_edit", "to": "bank_rec_widget_rationale_2001", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_line_changed", "to": "bank_rec_widget_rationale_2006", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_receivable_account", "to": "bank_rec_widget_rationale_2023", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_line_set_partner_payable_account", "to": "bank_rec_widget_rationale_2030", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_redirect_to_move", "to": "bank_rec_widget_rationale_2037", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_fusionbankrecwidget_js_action_apply_line_suggestion", "to": "bank_rec_widget_rationale_2058", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_fusiontaxreporthandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_compute_vat_closing_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_add_tax_group_closing_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_redirect_to_misconfigured_tax_groups", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_fusiongenerictaxreporthandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_generic_tax_report_py", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_is_period_equal_to_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_action_periodic_vat_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_vat_closing_entry_additional_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_postprocess_vat_closing_entry_results", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_vat_closing_entry_results_rounding", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_fpos_info_for_tax_closing", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_get_amls_with_archived_tags_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_fusiontaxreporthandler_action_open_amls_with_archived_tags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler", "to": "account_generic_tax_report_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "to": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "to": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "to": "res_company_rescompany_get_tax_periodicity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_custom_options_initializer", "to": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_customize_warnings", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_is_period_equal_to_options", "to": "account_generic_tax_report_fusiontaxreporthandler_action_periodic_vat_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_is_period_equal_to_options", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_action_periodic_vat_entries", "to": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "to": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "to": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_periodic_vat_entries", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_generic_tax_report_fusiontaxreporthandler_get_fpos_info_for_tax_closing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_generic_tax_report_redirect_to_misconfigured_tax_groups", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_generic_tax_report_compute_vat_closing_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_generic_tax_report_add_tax_group_closing_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_generate_tax_closing_entries", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "to": "account_generic_tax_report_fusiontaxreporthandler_get_fpos_info_for_tax_closing", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_tax_closing_entries_for_closed_period", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "account_generic_tax_report_fusiontaxreporthandler_get_vat_closing_entry_additional_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "account_generic_tax_report_fusiontaxreporthandler_postprocess_vat_closing_entry_results", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_compute_vat_closing_entry", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_vat_closing_entry_results_rounding", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_vat_closing_entry_results_rounding", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_add_tax_group_closing_items", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_fpos_info_for_tax_closing", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiontaxreporthandler_get_amls_with_archived_tags_domain", "to": "account_generic_tax_report_fusiontaxreporthandler_action_open_amls_with_archived_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_read_generic_tax_report_amounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_populate_lines_recursively", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_build_report_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_check_line_consistency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_option_audit_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler", "to": "account_generic_tax_report_rationale_467", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_dynamic_lines_generator", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_read_generic_tax_report_amounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_populate_lines_recursively", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerat_dynamic_lines_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerta_dynamic_lines_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_get_dynamic_lines", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_read_generic_tax_report_amounts_no_tax_details", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_read_generic_tax_report_amounts", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_read_generic_tax_report_amounts", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_populate_lines_recursively", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_build_report_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_populate_lines_recursively", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_build_report_line", "to": "account_generic_tax_report_fusiongenerictaxreporthandler_check_line_consistency", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_build_report_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_check_line_consistency", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_option_audit_tax", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandler_caret_option_audit_tax", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandlerat", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerat_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_generic_tax_report_fusiongenerictaxreporthandlerta", "to": "account_generic_tax_report_fusiongenerictaxreporthandlerta_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_cash_flow_report_py", "to": "account_cash_flow_report_cashflowreportcustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_merge_into_report_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_resolve_cashflow_tags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_list_cashflow_tag_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_route_entry_to_section", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_account_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_build_section_structure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler", "to": "account_cash_flow_report_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_cashflowreportcustomhandler_build_section_structure", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_dynamic_lines_generator", "to": "account_cash_flow_report_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_custom_options_initializer", "to": "account_cash_flow_report_rationale_62", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_custom_options_initializer", "to": "account_report_accountreport_init_options_journals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_account_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_merge_into_report_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_resolve_cashflow_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_list_cashflow_tag_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_route_entry_to_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_compute_report_data", "to": "account_cash_flow_report_rationale_75", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_merge_into_report_data", "to": "account_cash_flow_report_cashflowreportcustomhandler_route_entry_to_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_merge_into_report_data", "to": "account_cash_flow_report_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_resolve_cashflow_tags", "to": "account_cash_flow_report_cashflowreportcustomhandler_list_cashflow_tag_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_resolve_cashflow_tags", "to": "account_cash_flow_report_rationale_170", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_list_cashflow_tag_ids", "to": "account_cash_flow_report_rationale_178", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_route_entry_to_section", "to": "account_cash_flow_report_rationale_182", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_account_ids", "to": "account_cash_flow_report_rationale_225", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_account_ids", "to": "account_report_get_options_journals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "to": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "to": "account_cash_flow_report_rationale_258", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_build_move_ids_subquery", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "to": "account_cash_flow_report_rationale_274", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_query_liquidity_balances", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "to": "account_cash_flow_report_rationale_316", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_liquidity_side_entries", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "to": "account_cash_flow_report_rationale_446", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "to": "account_report_get_currency_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_fetch_reconciled_counterparts", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_build_section_structure", "to": "account_cash_flow_report_rationale_651", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "to": "account_cash_flow_report_rationale_752", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_section_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "to": "account_cash_flow_report_rationale_785", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_detail_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "to": "account_cash_flow_report_rationale_814", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_cash_flow_report_cashflowreportcustomhandler_render_unexplained_difference", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_fusionbatchpayment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_compute_amount_total", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_check_payments_journal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_create_batch_from_payments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_batch_payment_py", "to": "batch_payment_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment", "to": "batch_payment_fusionbatchpayment_validate_batch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment", "to": "batch_payment_fusionbatchpayment_action_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment", "to": "batch_payment_fusionbatchpayment_action_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment", "to": "batch_payment_fusionbatchpayment_print_batch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment", "to": "batch_payment_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_create", "to": "batch_payment_create_batch_from_payments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment_validate_batch", "to": "batch_payment_rationale_171", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment_validate_batch", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "batch_payment_fusionbatchpayment_action_draft", "to": "batch_payment_rationale_196", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment_action_draft", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "batch_payment_fusionbatchpayment_action_reconcile", "to": "batch_payment_rationale_203", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "batch_payment_fusionbatchpayment_action_reconcile", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "batch_payment_fusionbatchpayment_print_batch", "to": "batch_payment_rationale_212", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "to": "budget_fusionbudget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "to": "budget_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "to": "budget_check_budget_name_not_empty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_budget_py", "to": "budget_fusionbudgetitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget", "to": "budget_fusionbudget_copy_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget", "to": "budget_fusionbudget_copy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget", "to": "budget_fusionbudget_create_or_update_budget_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget", "to": "budget_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_create", "to": "budget_fusionbudget_create_or_update_budget_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget_copy_data", "to": "budget_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget_copy", "to": "budget_rationale_80", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget_copy", "to": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "budget_fusionbudget_copy", "to": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "budget_fusionbudget_copy", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "budget_fusionbudget_create_or_update_budget_items", "to": "budget_rationale_99", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "budget_fusionbudget_create_or_update_budget_items", "to": "account_report_accountreport_action_modify_manual_budget_value", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "budget_fusionbudgetitem", "to": "budget_rationale_192", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "to": "account_journal_fusionaccountjournal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_create_document_from_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_import_bank_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_parse_bank_statement_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_check_parsed_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_find_additional_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_fusionaccountjournal_create_bank_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal", "to": "account_journal_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "to": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "to": "account_journal_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "to": "account_journal_rationale_23", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_create_document_from_attachment", "to": "account_journal_fusionaccountjournal_import_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_create_document_from_attachment", "to": "account_journal_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_fusionaccountjournal_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_fusionaccountjournal_check_parsed_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_fusionaccountjournal_find_additional_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_fusionaccountjournal_create_bank_statements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_journal_rationale_50", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_import_bank_statement", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_parse_bank_statement_file", "to": "account_journal_rationale_129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_check_parsed_data", "to": "account_journal_rationale_149", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "to": "account_journal_fusionaccountjournal_find_additional_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "to": "account_journal_rationale_169", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_find_additional_data", "to": "account_journal_rationale_181", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_find_additional_data", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "to": "account_journal_rationale_239", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_create_bank_statements", "to": "account_journal_rationale_273", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_fusionaccountjournal_create_bank_statements", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_create_bank_statements", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_fusionaccountjournal_create_bank_statements", "to": "account_bank_statement_fusionbankstatement_action_generate_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_sanitise_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_validate_iban", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_validate_bic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_fusionsddmandate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_fusionsepadirectdebit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_direct_debit_py", "to": "sepa_direct_debit_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_sanitise_text", "to": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_sanitise_text", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_sanitise_text", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_sanitise_text", "to": "sepa_direct_debit_rationale_36", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_validate_iban", "to": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_validate_iban", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_validate_iban", "to": "sepa_direct_debit_rationale_44", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_validate_bic", "to": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_validate_bic", "to": "sepa_direct_debit_rationale_57", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate", "to": "sepa_direct_debit_fusionsddmandate_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate", "to": "sepa_direct_debit_fusionsddmandate_action_revoke", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate", "to": "sepa_direct_debit_fusionsddmandate_action_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate", "to": "sepa_direct_debit_rationale_77", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate_action_activate", "to": "sepa_direct_debit_rationale_191", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate_action_revoke", "to": "sepa_direct_debit_rationale_200", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsddmandate_action_close", "to": "sepa_direct_debit_rationale_209", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit", "to": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit", "to": "sepa_direct_debit_fusionsepadirectdebit_pain008_message_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit", "to": "sepa_direct_debit_rationale_224", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "to": "sepa_direct_debit_fusionsepadirectdebit_pain008_message_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_generate_pain_008", "to": "sepa_direct_debit_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_pain008_message_id", "to": "sepa_direct_debit_rationale_324", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "to": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_payment_info", "to": "sepa_direct_debit_rationale_334", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_direct_debit_fusionsepadirectdebit_add_pain008_transaction", "to": "sepa_direct_debit_rationale_395", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "to": "document_extraction_fusiondocumentextractor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "to": "document_extraction_check_api_key_for_cloud_providers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "to": "document_extraction_check_endpoint_for_azure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "to": "document_extraction_parse_azure_invoice_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_document_extraction_py", "to": "document_extraction_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_get_provider_label", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_extract_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_extract_via_tesseract", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_extract_via_google_vision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_extract_via_azure_ai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_fusiondocumentextractor_action_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor", "to": "document_extraction_rationale_49", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_check_api_key_for_cloud_providers", "to": "document_extraction_fusiondocumentextractor_get_provider_label", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_get_provider_label", "to": "document_extraction_rationale_149", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_fields", "to": "document_extraction_fusiondocumentextractor_action_test_connection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_fields", "to": "document_extraction_rationale_157", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_fields", "to": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "document_extraction_fusiondocumentextractor_extract_via_tesseract", "to": "document_extraction_rationale_199", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_via_google_vision", "to": "document_extraction_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_via_azure_ai", "to": "document_extraction_parse_azure_invoice_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_extract_via_azure_ai", "to": "document_extraction_rationale_296", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "document_extraction_fusiondocumentextractor_action_test_connection", "to": "document_extraction_rationale_447", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "to": "account_move_line_fusionaccountmoveline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "to": "account_move_line_compute_exclude_bank_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "to": "account_move_line_check_taxes_on_closing_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "to": "account_move_line_compute_tax_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_line_py", "to": "account_move_line_prepare_aml_shadowing_for_report", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_line_fusionaccountmoveline", "to": "account_move_line_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_line_prepare_aml_shadowing_for_report", "to": "account_report_accountreport_create_report_budget_temp_table", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "to": "account_journal_csv_fusionjournalcsvimport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport", "to": "account_journal_csv_fusionjournalcsvimport_get_bank_statements_available_import_formats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport", "to": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport", "to": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport", "to": "account_journal_csv_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport_get_bank_statements_available_import_formats", "to": "account_journal_csv_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "to": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "to": "account_journal_csv_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "to": "account_journal_csv_rationale_32", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_fusionintrastatcode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_fusionproductintrastat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_fusionmovelineintrastat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_fusionintrastatreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_check_date_range", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_fusionintrastatreportline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_intrastat_report_py", "to": "intrastat_report_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatcode", "to": "intrastat_report_rationale_48", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionproductintrastat", "to": "intrastat_report_rationale_105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionmovelineintrastat", "to": "intrastat_report_rationale_136", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport", "to": "intrastat_report_fusionintrastatreport_action_compute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport", "to": "intrastat_report_fusionintrastatreport_get_eligible_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport", "to": "intrastat_report_fusionintrastatreport_get_eu_country_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport", "to": "intrastat_report_fusionintrastatreport_reopen_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport", "to": "intrastat_report_rationale_158", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "intrastat_report_fusionintrastatreport_get_eligible_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "intrastat_report_fusionintrastatreport_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "intrastat_report_rationale_233", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intrastat_report_fusionintrastatreport_action_compute", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intrastat_report_fusionintrastatreport_get_eligible_lines", "to": "intrastat_report_fusionintrastatreport_get_eu_country_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_get_eligible_lines", "to": "intrastat_report_rationale_297", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_get_eligible_lines", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "intrastat_report_fusionintrastatreport_get_eu_country_ids", "to": "intrastat_report_rationale_336", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreport_reopen_wizard", "to": "intrastat_report_rationale_343", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "intrastat_report_fusionintrastatreportline", "to": "intrastat_report_rationale_358", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_fusioninvoiceextractor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_pdf_to_image_if_needed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_parse_line_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_normalise_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_parse_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_compute_extraction_confidence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_safe_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_invoice_extraction_py", "to": "invoice_extraction_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_get_active_extractor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor", "to": "invoice_extraction_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_fusioninvoiceextractor_get_active_extractor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_pdf_to_image_if_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_compute_extraction_confidence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_extract_from_attachment", "to": "invoice_extraction_rationale_102", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "to": "invoice_extraction_rationale_180", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_find_extractable_attachment", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_get_active_extractor", "to": "invoice_extraction_rationale_200", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_get_active_extractor", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "to": "invoice_extraction_normalise_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "to": "invoice_extraction_parse_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "to": "invoice_extraction_parse_line_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "to": "invoice_extraction_rationale_251", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_parse_invoice_fields", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_parse_line_items", "to": "form_compiler_compile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "to": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "to": "invoice_extraction_rationale_521", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_fields", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "to": "invoice_extraction_rationale_589", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_apply_extracted_line_items", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "to": "invoice_extraction_safe_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "to": "invoice_extraction_rationale_620", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "invoice_extraction_fusioninvoiceextractor_action_manual_review", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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_work_in_progress_fusion_accounting_models_balance_sheet_py", "to": "balance_sheet_balancesheetcustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "balance_sheet_balancesheetcustomhandler", "to": "balance_sheet_balancesheetcustomhandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "balance_sheet_balancesheetcustomhandler", "to": "balance_sheet_rationale_7", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "balance_sheet_balancesheetcustomhandler_customize_warnings", "to": "balance_sheet_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_work_in_progress_fusion_accounting_models_external_tax_provider_py", "to": "external_tax_provider_fusionexternaltaxprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_external_tax_provider_py", "to": "external_tax_provider_check_single_active_provider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_external_tax_provider_py", "to": "external_tax_provider_get_provider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_external_tax_provider_py", "to": "external_tax_provider_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_calculate_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_void_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_action_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_fusionexternaltaxprovider_action_deactivate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider", "to": "external_tax_provider_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_check_single_active_provider", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_get_provider", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_get_provider", "to": "account_move_external_tax_compute_fusion_use_external_tax", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_get_provider", "to": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_calculate_tax", "to": "external_tax_provider_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_void_transaction", "to": "external_tax_provider_rationale_182", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_test_connection", "to": "external_tax_provider_fusionexternaltaxprovider_action_test_connection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_test_connection", "to": "external_tax_provider_rationale_195", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_test_connection", "to": "external_tax_provider_rationale_211", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_test_connection", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_activate", "to": "external_tax_provider_rationale_246", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_activate", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_activate", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "external_tax_provider_fusionexternaltaxprovider_action_deactivate", "to": "external_tax_provider_rationale_256", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_debit_note_py", "to": "debit_note_fusiondebitnote", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_debit_note_py", "to": "debit_note_compute_debit_note_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debit_note_fusiondebitnote", "to": "debit_note_fusiondebitnote_action_create_debit_note", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debit_note_fusiondebitnote", "to": "debit_note_fusiondebitnote_action_view_debit_notes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debit_note_fusiondebitnote", "to": "debit_note_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debit_note_fusiondebitnote_action_create_debit_note", "to": "debit_note_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "debit_note_fusiondebitnote_action_create_debit_note", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "debit_note_fusiondebitnote_action_view_debit_notes", "to": "debit_note_rationale_171", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_fusionciigenerator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_sub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_monetary_sub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_fmt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_tax_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_uom_unece", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_xpath_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cii_generator_py", "to": "cii_generator_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_generate_cii_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_parse_cii_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_embed_in_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_validate_move", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_exchange_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_header_trade", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_agreement_trade", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_delivery_trade", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_settlement_trade", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_cii_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_line_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_fusionciigenerator_add_trade_party", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator", "to": "cii_generator_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_validate_move", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_exchange_context", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_header_trade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_agreement_trade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_delivery_trade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_settlement_trade", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_fusionciigenerator_add_line_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_generate_cii_invoice", "to": "cii_generator_rationale_105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_parse_cii_invoice", "to": "cii_generator_xpath_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_parse_cii_invoice", "to": "cii_generator_rationale_138", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_parse_cii_invoice", "to": "account_move_edi_create_invoice_from_xml", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cii_generator_fusionciigenerator_embed_in_pdf", "to": "cii_generator_rationale_266", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_embed_in_pdf", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "cii_generator_fusionciigenerator_validate_move", "to": "cii_generator_rationale_324", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_exchange_context", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_exchange_context", "to": "cii_generator_rationale_332", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_header_trade", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_header_trade", "to": "cii_generator_rationale_342", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_agreement_trade", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_agreement_trade", "to": "cii_generator_fusionciigenerator_add_trade_party", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_agreement_trade", "to": "cii_generator_rationale_370", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_delivery_trade", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_delivery_trade", "to": "cii_generator_rationale_391", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_settlement_trade", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_settlement_trade", "to": "cii_generator_fusionciigenerator_add_cii_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_settlement_trade", "to": "cii_generator_monetary_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_settlement_trade", "to": "cii_generator_rationale_411", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_cii_tax", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_cii_tax", "to": "cii_generator_monetary_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_cii_tax", "to": "cii_generator_tax_category", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_cii_tax", "to": "cii_generator_fmt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_cii_tax", "to": "cii_generator_rationale_483", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_monetary_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_fmt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_uom_unece", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_tax_category", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_line_items", "to": "cii_generator_rationale_528", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_trade_party", "to": "cii_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cii_generator_fusionciigenerator_add_trade_party", "to": "cii_generator_rationale_619", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_trial_balance_report_py", "to": "account_trial_balance_report_trialbalancecustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_trial_balance_report_py", "to": "account_trial_balance_report_create_and_append_column_group", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_get_column_group_creation_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_build_initial_balance_col_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_trialbalancecustomhandler_build_end_balance_col_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler", "to": "account_trial_balance_report_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_dynamic_lines_generator", "to": "account_trial_balance_report_rationale_30", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_dynamic_lines_generator", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_get_column_group_creation_data", "to": "account_trial_balance_report_trialbalancecustomhandler_custom_options_initializer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_get_column_group_creation_data", "to": "account_trial_balance_report_rationale_149", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_create_and_append_column_group", "to": "account_trial_balance_report_trialbalancecustomhandler_build_initial_balance_col_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_create_and_append_column_group", "to": "account_trial_balance_report_trialbalancecustomhandler_build_end_balance_col_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_create_and_append_column_group", "to": "account_report_accountreport_generate_columns_group_vals_recursively", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_create_and_append_column_group", "to": "account_report_accountreport_build_columns_from_column_group_vals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_custom_options_initializer", "to": "account_trial_balance_report_rationale_182", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_custom_options_initializer", "to": "account_report_init_options_order_column", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_custom_line_postprocessor", "to": "account_trial_balance_report_rationale_215", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_custom_line_postprocessor", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_build_initial_balance_col_group", "to": "account_trial_balance_report_rationale_229", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_build_initial_balance_col_group", "to": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_build_end_balance_col_group", "to": "account_trial_balance_report_rationale_242", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_trial_balance_report_trialbalancecustomhandler_build_end_balance_col_group", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "to": "account_move_external_tax_fusionmoveexternaltax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "to": "account_move_external_tax_compute_fusion_use_external_tax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_external_tax_py", "to": "account_move_external_tax_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax", "to": "account_move_external_tax_rationale_31", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "to": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "to": "account_move_external_tax_fusionmoveexternaltax_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "to": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "to": "account_move_external_tax_rationale_96", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_compute_external_taxes", "to": "avatax_provider_fusionavataxprovider_calculate_tax", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "to": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "to": "account_move_external_tax_rationale_147", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_apply_external_tax_result", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "to": "account_move_external_tax_rationale_187", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_get_or_create_external_tax_record", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "to": "account_move_external_tax_fusionmoveexternaltax_button_draft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "to": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "to": "account_move_external_tax_rationale_266", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "to": "avatax_provider_fusionavataxprovider_void_transaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_void_external_taxes", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_post", "to": "account_move_external_tax_rationale_314", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_post", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_post", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_post", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_post", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_button_draft", "to": "account_move_external_tax_rationale_332", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_action_compute_external_taxes", "to": "account_move_external_tax_rationale_343", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_external_tax_fusionmoveexternaltax_action_void_external_taxes", "to": "account_move_external_tax_rationale_364", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_general_ledger_py", "to": "account_general_ledger_generalledgercustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_general_ledger_py", "to": "account_general_ledger_build_grand_total_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_build_summary_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_build_aml_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_get_aml_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_caret_option_audit_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler", "to": "account_general_ledger_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_custom_options_initializer", "to": "account_general_ledger_rationale_41", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_general_ledger_build_grand_total_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_general_ledger_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_dynamic_lines_generator", "to": "account_report_get_options_journals", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_general_ledger_rationale_129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_custom_unfold_all_batch_data_generator", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "to": "account_general_ledger_rationale_166", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_produce_tax_declaration_lines", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "to": "account_general_ledger_generalledgercustomhandler_build_summary_query", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "to": "account_general_ledger_rationale_222", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_aggregate_account_values", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_general_ledger_rationale_288", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "res_company_rescompany_compute_fiscalyear_dates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_summary_query", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "to": "account_general_ledger_rationale_372", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "to": "res_company_rescompany_compute_fiscalyear_dates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_unaffected_earnings", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "to": "account_general_ledger_generalledgercustomhandler_build_aml_query", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "to": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_aml_data", "to": "account_general_ledger_rationale_393", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_aml_query", "to": "account_general_ledger_rationale_433", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_aml_query", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_aml_query", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_aml_query", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_aml_query", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_general_ledger_rationale_515", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_report_currency_table_apply_rate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_fetch_opening_balances", "to": "account_report_currency_table_aml_join", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "to": "account_general_ledger_rationale_570", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "to": "res_company_rescompany_compute_fiscalyear_dates", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_options_initial_balance", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "to": "account_general_ledger_rationale_604", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_build_account_header_line", "to": "account_report_get_res_id_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_aml_line", "to": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_aml_line", "to": "account_general_ledger_rationale_637", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_aml_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_get_aml_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_build_grand_total_line", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_build_grand_total_line", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "to": "account_general_ledger_rationale_702", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_general_ledger_generalledgercustomhandler_report_expand_unfoldable_line_general_ledger", "to": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_fusionublgenerator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_sub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_fmt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_tax_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_uom_unece", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_xpath_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ubl_generator_py", "to": "ubl_generator_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_parse_ubl_invoice", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_validate_move", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_build_root_element", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_header", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_supplier_party", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_customer_party", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_postal_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_payment_means", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_tax_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_fusionublgenerator_add_invoice_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator", "to": "ubl_generator_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_validate_move", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_build_root_element", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_supplier_party", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_customer_party", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_payment_means", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_tax_total", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_fusionublgenerator_add_invoice_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_generate_ubl_invoice", "to": "ubl_generator_rationale_80", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_parse_ubl_invoice", "to": "ubl_generator_xpath_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_parse_ubl_invoice", "to": "ubl_generator_rationale_113", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_parse_ubl_invoice", "to": "account_move_edi_create_invoice_from_xml", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "ubl_generator_fusionublgenerator_validate_move", "to": "ubl_generator_rationale_208", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_build_root_element", "to": "ubl_generator_rationale_222", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_header", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_header", "to": "ubl_generator_rationale_235", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_supplier_party", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_supplier_party", "to": "ubl_generator_fusionublgenerator_add_postal_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_supplier_party", "to": "ubl_generator_rationale_268", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_customer_party", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_customer_party", "to": "ubl_generator_fusionublgenerator_add_postal_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_customer_party", "to": "ubl_generator_rationale_304", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_postal_address", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_postal_address", "to": "ubl_generator_rationale_341", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_payment_means", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_payment_means", "to": "ubl_generator_rationale_371", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_tax_total", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_tax_total", "to": "ubl_generator_fmt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_tax_total", "to": "ubl_generator_tax_category", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_tax_total", "to": "ubl_generator_rationale_395", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "to": "ubl_generator_fmt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_legal_monetary_total", "to": "ubl_generator_rationale_452", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_invoice_lines", "to": "ubl_generator_sub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_invoice_lines", "to": "ubl_generator_fmt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_invoice_lines", "to": "ubl_generator_uom_unece", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_invoice_lines", "to": "ubl_generator_tax_category", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ubl_generator_fusionublgenerator_add_invoice_lines", "to": "ubl_generator_rationale_484", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_fusionfiscalcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_compute_account_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_check_parent_recursion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_check_account_company", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_fiscal_category_py", "to": "fiscal_category_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fiscal_category_fusionfiscalcategory", "to": "fiscal_category_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ir_ui_menu_py", "to": "ir_ui_menu_fusioniruimenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_ui_menu_fusioniruimenu", "to": "ir_ui_menu_fusioniruimenu_visible_menu_ids", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_ui_menu_fusioniruimenu", "to": "ir_ui_menu_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_ui_menu_fusioniruimenu_visible_menu_ids", "to": "ir_ui_menu_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_work_in_progress_fusion_accounting_models_account_account_py", "to": "account_account_fusionaccountaccount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_account_py", "to": "account_account_compute_asset_creation_eligible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_account_py", "to": "account_account_onchange_reset_multiple_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_account_fusionaccountaccount", "to": "account_account_fusionaccountaccount_action_open_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_account_fusionaccountaccount", "to": "account_account_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_account_fusionaccountaccount_action_open_reconcile", "to": "account_account_rationale_78", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "to": "avatax_provider_fusionavataxprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "to": "avatax_provider_get_provider_type_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "to": "avatax_provider_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "to": "avatax_provider_onchange_avatax_environment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_avatax_provider_py", "to": "avatax_provider_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_init_provider_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_get_api_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_get_auth_header", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_handle_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_calculate_tax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_build_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_get_product_tax_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_avatax_parse_transaction_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_void_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_validate_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_fusionavataxprovider_test_connection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider", "to": "avatax_provider_rationale_57", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_init_provider_type", "to": "avatax_provider_rationale_124", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_write", "to": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_write", "to": "avatax_provider_rationale_142", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_get_api_url", "to": "avatax_provider_fusionavataxprovider_avatax_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_get_api_url", "to": "avatax_provider_rationale_153", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_get_auth_header", "to": "avatax_provider_fusionavataxprovider_avatax_request", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_get_auth_header", "to": "avatax_provider_rationale_161", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_fusionavataxprovider_avatax_handle_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_fusionavataxprovider_calculate_tax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_fusionavataxprovider_void_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_fusionavataxprovider_validate_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_fusionavataxprovider_test_connection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_request", "to": "avatax_provider_rationale_180", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_handle_error", "to": "avatax_provider_rationale_246", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_calculate_tax", "to": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_calculate_tax", "to": "avatax_provider_fusionavataxprovider_avatax_parse_transaction_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_calculate_tax", "to": "avatax_provider_rationale_279", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "to": "avatax_provider_fusionavataxprovider_avatax_build_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "to": "avatax_provider_fusionavataxprovider_avatax_get_product_tax_code", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_build_transaction_payload", "to": "avatax_provider_rationale_307", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_build_address", "to": "avatax_provider_rationale_372", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_get_product_tax_code", "to": "avatax_provider_rationale_387", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_avatax_parse_transaction_result", "to": "avatax_provider_rationale_409", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_void_transaction", "to": "avatax_provider_rationale_455", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_validate_address", "to": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_validate_address", "to": "avatax_provider_rationale_485", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "to": "avatax_provider_rationale_536", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "avatax_provider_fusionavataxprovider_action_validate_partner_address", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "avatax_provider_fusionavataxprovider_test_connection", "to": "avatax_provider_rationale_595", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_fusionloan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_compute_totals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_compute_entries_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_check_principal_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_check_interest_rate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_check_loan_term", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_check_term_frequency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_cron_generate_loan_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_loan_py", "to": "loan_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_compute_amortization_schedule", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_action_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_create_disbursement_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_generate_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_action_pay_early", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_action_reset_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_fusionloan_action_view_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan", "to": "loan_rationale_28", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_create", "to": "loan_fusionloan_compute_amortization_schedule", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_create", "to": "loan_fusionloan_create_disbursement_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_create", "to": "loan_fusionloan_action_pay_early", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_compute_amortization_schedule", "to": "loan_rationale_296", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_compute_amortization_schedule", "to": "account_asset_fusionasset_unlink", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_fusionloan_action_confirm", "to": "loan_fusionloan_create_disbursement_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_action_confirm", "to": "loan_rationale_397", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_create_disbursement_entry", "to": "loan_rationale_410", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_generate_entries", "to": "loan_cron_generate_loan_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_generate_entries", "to": "loan_rationale_438", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_action_pay_early", "to": "loan_rationale_456", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_action_pay_early", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_fusionloan_action_cancel", "to": "loan_rationale_512", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_action_cancel", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "loan_fusionloan_action_reset_to_draft", "to": "loan_rationale_538", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_fusionloan_action_view_entries", "to": "loan_rationale_547", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "loan_cron_generate_loan_entries", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "to": "followup_fusionfollowuplevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "to": "followup_fusionfollowupline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "to": "followup_compute_next_followup_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "to": "followup_compute_overdue_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_followup_py", "to": "followup_compute_followup_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel", "to": "followup_fusionfollowuplevel_get_next_level", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel", "to": "followup_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel_get_next_level", "to": "followup_compute_next_followup_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel_get_next_level", "to": "followup_fusionfollowupline_execute_followup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel_get_next_level", "to": "followup_rationale_100", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowuplevel_get_next_level", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_fusionfollowupline", "to": "followup_fusionfollowupline_compute_followup_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline", "to": "followup_fusionfollowupline_execute_followup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline", "to": "followup_fusionfollowupline_get_invoice_attachments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline", "to": "followup_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_compute_overdue_values", "to": "followup_fusionfollowupline_compute_followup_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_compute_overdue_values", "to": "followup_fusionfollowupline_execute_followup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_compute_overdue_values", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_compute_followup_status", "to": "followup_fusionfollowupline_compute_followup_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_compute_followup_status", "to": "followup_rationale_248", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_compute_followup_status", "to": "followup_rationale_270", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_execute_followup", "to": "followup_fusionfollowupline_get_invoice_attachments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_execute_followup", "to": "followup_rationale_279", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_execute_followup", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_fusionfollowupline_get_invoice_attachments", "to": "followup_rationale_339", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "followup_fusionfollowupline_get_invoice_attachments", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "followup_fusionfollowupline_get_invoice_attachments", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_payment_py", "to": "account_payment_fusionaccountpayment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment", "to": "account_payment_fusionaccountpayment_action_open_manual_reconciliation_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment", "to": "account_payment_fusionaccountpayment_button_open_statement_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment", "to": "account_payment_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment_action_open_manual_reconciliation_widget", "to": "account_payment_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment_button_open_statement_lines", "to": "account_payment_rationale_36", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_payment_fusionaccountpayment_button_open_statement_lines", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_reconcile_model_line_py", "to": "account_reconcile_model_line_reconcilemodelline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_resolve_taxes_for_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_compute_manual_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_extract_regex_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_compute_percentage_st_line_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline", "to": "account_reconcile_model_line_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_resolve_taxes_for_partner", "to": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_resolve_taxes_for_partner", "to": "account_reconcile_model_line_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_prepare_aml_vals", "to": "account_reconcile_model_line_rationale_30", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_compute_manual_amount", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_compute_manual_amount", "to": "account_reconcile_model_line_rationale_64", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_apply_in_manual_widget", "to": "account_reconcile_model_line_rationale_84", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_extract_regex_amount", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_extract_regex_amount", "to": "account_reconcile_model_line_rationale_116", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_extract_regex_amount", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_reconcile_model_line_reconcilemodelline_compute_percentage_st_line_amount", "to": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_compute_percentage_st_line_amount", "to": "account_reconcile_model_line_rationale_137", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_reconcile_model_line_reconcilemodelline_apply_in_bank_widget", "to": "account_reconcile_model_line_rationale_164", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_dashboard_py", "to": "account_journal_dashboard_accountjournal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_action_open_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_action_open_to_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_open_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal", "to": "account_journal_dashboard_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_action_open_reconcile", "to": "account_journal_dashboard_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_action_open_reconcile", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_action_open_to_check", "to": "account_journal_dashboard_rationale_55", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_action_open_to_check", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "to": "account_journal_dashboard_rationale_77", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_action_open_bank_transactions", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "to": "account_journal_dashboard_rationale_99", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_action_open_reconcile_statement", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_open_action", "to": "account_journal_dashboard_rationale_122", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_open_action", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "to": "account_journal_dashboard_rationale_160", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_journal_dashboard_accountjournal_fill_general_dashboard_data", "to": "res_company_rescompany_get_tax_closing_journal", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_journal_dashboard_accountjournal_action_open_bank_balance_in_gl", "to": "account_journal_dashboard_rationale_183", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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_work_in_progress_fusion_accounting_models_res_company_py", "to": "res_company_compute_account_display_representative_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_company_py", "to": "res_company_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_compute_fiscalyear_dates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_unreconciled_statement_lines_redirect_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_countries_allowing_tax_representative", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_default_misc_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_report_display_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_move_description", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_available_tax_unit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_periodicity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany", "to": "res_company_rescompany_get_branches_with_same_vat", "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_work_in_progress_fusion_backend_theme_models_res_company_py", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rescompany_get_tax_closing_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rationale_203", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "res_company_rationale_411", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_write", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_write", "to": "wc_assessment_wheelchairassessment_action_cancel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "res_company_rationale_292", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_report_get_shifted_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_report_accountreport_init_options_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_report_accountreport_get_date_bounds_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_asset_compute_prorata_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_asset_fusionasset_recompute_board", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_asset_fusionasset_get_end_period_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_compute_fiscalyear_dates", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_unreconciled_statement_lines_redirect_action", "to": "res_company_rationale_349", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_unreconciled_statement_lines_redirect_action", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_compute_account_display_representative_field", "to": "res_company_rescompany_get_countries_allowing_tax_representative", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_countries_allowing_tax_representative", "to": "res_company_rationale_370", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_default_misc_journal", "to": "res_company_rescompany_get_tax_closing_journal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_default_misc_journal", "to": "res_company_rationale_382", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_default_misc_journal", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_journal", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_journal", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_journal", "to": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_journal", "to": "res_company_rationale_389", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_create", "to": "res_company_rescompany_get_and_update_tax_closing_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_create", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_get_tax_periodicity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_get_tax_closing_move_description", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_get_tax_closing_report_display_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_get_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "res_company_rationale_507", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "account_report_get_sender_company_for_export", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_and_update_tax_closing_moves", "to": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_report_display_name", "to": "res_company_rescompany_generate_tax_closing_reminder_activity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_report_display_name", "to": "res_company_rationale_606", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "res_company_rescompany_get_tax_closing_period_boundaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "res_company_rescompany_get_tax_periodicity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "res_company_rescompany_get_tax_closing_move_description", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "res_company_rationale_624", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_generate_tax_closing_reminder_activity", "to": "chart_template_fusioncharttemplatepostload_post_load_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_reminder_activity", "to": "res_company_rationale_689", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_reminder_activity", "to": "chart_template_fusioncharttemplatepostload_post_load_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_move_description", "to": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_move_description", "to": "res_company_rationale_713", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_move_description", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "res_company_rationale_775", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "account_report_get_shifted_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "account_report_accountreport_init_options_date", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "account_report_accountreport_get_date_bounds_info", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_closing_period_boundaries", "to": "chart_template_fusioncharttemplatepostload_post_load_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_available_tax_unit", "to": "res_company_rescompany_get_tax_periodicity", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_available_tax_unit", "to": "res_company_rescompany_get_tax_closing_start_date_attributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_available_tax_unit", "to": "res_company_rationale_811", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_available_tax_unit", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_periodicity", "to": "res_company_rescompany_get_tax_periodicity_months_delay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_periodicity", "to": "res_company_rationale_822", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_start_date_attributes", "to": "res_company_rationale_834", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_closing_start_date_attributes", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_periodicity_months_delay", "to": "res_company_rationale_857", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_tax_periodicity_months_delay", "to": "account_report_get_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_tax_periodicity_months_delay", "to": "account_report_get_shifted_dates_period", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_branches_with_same_vat", "to": "res_company_rationale_877", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_company_rescompany_get_branches_with_same_vat", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_branches_with_same_vat", "to": "account_report_accountreport_multi_company_tax_units_init_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_branches_with_same_vat", "to": "account_report_get_sender_company_for_export", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_company_rescompany_get_branches_with_same_vat", "to": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_currency_py", "to": "res_currency_fusionrescurrency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_currency_fusionrescurrency", "to": "res_currency_fusionrescurrency_get_currency_table_fiscal_year_bounds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_currency_fusionrescurrency", "to": "res_currency_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_currency_fusionrescurrency_get_currency_table_fiscal_year_bounds", "to": "res_currency_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_currency_fusionrescurrency_get_currency_table_fiscal_year_bounds", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_fusionofxparser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_to_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_is_ofx_v2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_xml_escape", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_find_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_find_first", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_find_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_parse_ofx_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_safe_float", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_fusionjournalofximport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "to": "bank_statement_import_ofx_is_ofx_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_parse_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_parse_sgml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_extract_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser", "to": "bank_statement_import_ofx_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_to_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_is_ofx_v2", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_fusionofxparser_parse_xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_fusionofxparser_parse_sgml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_fusionofxparser_extract_statements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_ofx", "to": "bank_statement_import_ofx_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_xml", "to": "bank_statement_import_ofx_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_parse_sgml", "to": "bank_statement_import_ofx_rationale_124", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_statements", "to": "bank_statement_import_ofx_find_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_statements", "to": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_statements", "to": "bank_statement_import_ofx_rationale_221", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_find_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_find_first", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_parse_ofx_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_find_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_safe_float", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_single_statement", "to": "bank_statement_import_ofx_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "to": "bank_statement_import_ofx_find_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "to": "bank_statement_import_ofx_parse_ofx_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "to": "bank_statement_import_ofx_safe_float", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionofxparser_extract_transaction", "to": "bank_statement_import_ofx_rationale_307", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_find_first", "to": "bank_statement_import_ofx_find_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport", "to": "bank_statement_import_ofx_fusionjournalofximport_get_bank_statements_available_import_formats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport", "to": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport", "to": "bank_statement_import_ofx_rationale_403", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport_get_bank_statements_available_import_formats", "to": "bank_statement_import_ofx_rationale_410", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "to": "bank_statement_import_ofx_is_ofx_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_ofx_fusionjournalofximport_parse_bank_statement_file", "to": "bank_statement_import_ofx_rationale_417", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "to": "sepa_credit_transfer_sanitise_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "to": "sepa_credit_transfer_validate_iban", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "to": "sepa_credit_transfer_validate_bic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "to": "sepa_credit_transfer_fusionsepacredittransfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_sepa_credit_transfer_py", "to": "sepa_credit_transfer_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_sanitise_text", "to": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_sanitise_text", "to": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_sanitise_text", "to": "sepa_credit_transfer_rationale_34", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_validate_iban", "to": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_validate_iban", "to": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_validate_iban", "to": "sepa_credit_transfer_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_validate_bic", "to": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_validate_bic", "to": "sepa_credit_transfer_rationale_71", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer", "to": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer", "to": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer", "to": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer", "to": "sepa_credit_transfer_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "to": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "to": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer_generate_pain_001", "to": "sepa_credit_transfer_rationale_117", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer_pain001_message_id", "to": "sepa_credit_transfer_rationale_199", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sepa_credit_transfer_fusionsepacredittransfer_add_pain001_transaction", "to": "sepa_credit_transfer_rationale_213", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_multicurrency_revaluation_report_py", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_groupby_line_completer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_revaluation_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_general_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_toggle_provision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_currency_rates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_to_adjust", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_excluded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler", "to": "account_multicurrency_revaluation_report_rationale_12", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_options_initializer", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_line_postprocessor", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_line_postprocessor", "to": "account_report_get_res_id_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_custom_groupby_line_completer", "to": "account_report_get_model_info_from_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_general_ledger", "to": "account_report_get_res_id_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_general_ledger", "to": "account_report_accountreport_get_generic_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_general_ledger", "to": "account_report_get_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_toggle_provision", "to": "account_multicurrency_revaluation_report_rationale_167", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_toggle_provision", "to": "account_report_get_res_ids_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_action_multi_currency_revaluation_open_currency_rates", "to": "account_report_get_res_id_from_line_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_to_adjust", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_report_custom_engine_multi_currency_revaluation_excluded", "to": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_multicurrency_revaluation_report_fusionmulticurrencyrevaluationhandler_revaluation_custom_lines", "to": "account_report_accountreport_get_engine_query_tail", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_tax_python_py", "to": "tax_python_fusiontaxpython", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_tax_python_py", "to": "tax_python_check_python_compute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_tax_python_py", "to": "tax_python_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython", "to": "tax_python_fusiontaxpython_compute_tax_python", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython", "to": "tax_python_fusiontaxpython_check_python_applicable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython", "to": "tax_python_fusiontaxpython_get_tax_totals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython", "to": "tax_python_rationale_48", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython_compute_tax_python", "to": "tax_python_fusiontaxpython_get_tax_totals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython_compute_tax_python", "to": "tax_python_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython_compute_tax_python", "to": "asserts_asserts_error", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tax_python_fusiontaxpython_check_python_applicable", "to": "tax_python_fusiontaxpython_get_tax_totals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython_check_python_applicable", "to": "tax_python_rationale_202", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tax_python_fusiontaxpython_get_tax_totals", "to": "tax_python_rationale_253", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreportannotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_validate_custom_handler_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_cron_account_report_send", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_journals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_journals_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_aml_ir_filters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_dates_period", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_shifted_dates_period", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_dates_previous_year", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_partner_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_all_entries_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_unreconciled_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options_account_type_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_init_options_order_column", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_create_hierarchy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_currency_table_apply_rate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_currency_table_aml_join", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_currency_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_model_info_from_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_build_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_build_parent_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_parse_markup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_parse_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_unfolded_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_res_id_from_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_res_ids_from_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_markup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_format_column_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_build_static_line_columns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_generate_default_external_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_sender_company_for_export", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_sort_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_report_information_readonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_expanded_lines_readonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_load_more_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_format_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_is_value_zero", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_set_xlsx_cell_sizes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_report_company_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_compute_is_account_coverage_report_available", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_get_account_tag_coverage_report_errors_trie", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreportline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_compute_display_custom_groupby_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_validate_groupby", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreportexpression", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreporthorizontalgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreporthorizontalgrouprule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_compute_res_model_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreportcustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_report_py", "to": "account_report_accountreportfiledownloadexception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportannotation", "to": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreport_create_menu_item_for_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreport_open_account_report_file_download_error_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_generate_default_external_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreport_create_carryover_for_company", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreport_action_modify_manual_external_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "to": "account_report_build_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "to": "account_report_accountreport_get_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportannotation_remove_tax_grouping_from_line_id", "to": "account_report_rationale_85", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_auto_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_existing_menuitem", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_create_menu_item_for_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_filter_journals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_filter_journal_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_journals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_aml_ir_filters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_column_percent_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_options_date_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_date_bounds_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_analytic", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_reconciled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_account_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_hierarchy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_prefix_groups_threshold", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_fiscal_position", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_options_fiscal_position_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_companies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_multi_company_tax_units_init_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_multi_currency", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_currency_table", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_currency_table", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_rounding_unit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_rounding_unit_names", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_all_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_unfolded", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_hide_0_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_filter_out_0_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_horizontal_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_search_bar", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_column_headers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_columns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_columns_group_vals_recursively", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_build_columns_from_column_group_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_dict_hashable_key_tuple", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_open_report_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_buttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_open_account_report_file_download_error_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_export_mime_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_section_buttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_variants", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_variants", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_sections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_report_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_export_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_horizontal_split", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_custom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_integer_rounding", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_budgets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_loading_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_init_options_readonly_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_options_initializers_in_sequence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_options_initializers_forced_sequence_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_options_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_report_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_create_report_budget_temp_table", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_generic_line_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_build_subline_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_caret_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_caret_options_initializer_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_caret_option_open_record_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_caret_option_view_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_resolve_caret_option_view", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_caret_option_open_general_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_caret_option_open_statement_line_reco_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_custom_handler_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_dispatch_report_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_custom_report_function", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_format_column_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_common_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_fully_unfold_lines_if_needed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_total_below_section_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_static_line_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_build_column_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_dynamic_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_apply_integer_rounding_to_dynamic_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_expression_totals_for_each_column_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_standardize_date_scope_for_date_range", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_split_options_per_column_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_column_group_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_expression_totals_for_single_column_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_totals_no_batch_aggregation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_aggregation_apply_bounds", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch_with_engine_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_formula_batch_with_engine_custom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_engine_query_tail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_carryover_external_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_create_carryover_for_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_default_report_filename", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_execute_action", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_view_all_variants", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_audit_line_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_audit_line_groupby_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_expression_audit_aml_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_open_unposted_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_generated_deferral_entries_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_open_deferral_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_modify_manual_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_convert_json_friendly_column_group_totals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_modify_manual_external_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_modify_manual_budget_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_display_inactive_sections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_annotations_domain_date_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_adjust_date_for_joined_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_adjust_domain_for_unjoined_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_build_annotations_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_annotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_report_information", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_json_friendly_column_group_totals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_is_available_for", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_column_headers_render_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_action_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_format_lines_for_display", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_expanded_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_expand_unfoldable_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_add_totals_below_sections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_report_expand_unfoldable_line_with_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_format_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_format_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_export_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_report_send_recipients", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_export_to_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_pdf_export_html", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_build_annotations_list_for_pdf_export", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_filter_out_folded_children", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_export_to_xlsx", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_add_options_xlsx_sheet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_inject_report_options_into_xlsx_sheet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_cell_type_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_vat_for_export", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_compute_column_percent_comparison_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_set_budget_column_comparisons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_check_groupby_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_accounts_coverage_report_errors_trie", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_regroup_accounts_coverage_report_errors_trie", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_get_accounts_coverage_report_coverage_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_generate_file_data_with_error_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_action_create_composite_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_show_error_branch_allowed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_account_report_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_registercustomcomponent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_csscustomclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_getcomponent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_gettemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport", "to": "account_report_accountreport_tableclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_unlink", "to": "account_report_accountreport_get_existing_menuitem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_write", "to": "account_report_accountreport_get_existing_menuitem", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_write", "to": "account_report_accountreport_add_options_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_cron_account_report_send", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_existing_menuitem", "to": "account_report_accountreport_create_menu_item_for_report", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_existing_menuitem", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_create_menu_item_for_report", "to": "account_report_rationale_209", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_filter_journals", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_filter_journals", "to": "account_report_accountreport_init_options_journals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_filter_journals", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_filter_journal_groups", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_filter_journal_groups", "to": "account_report_accountreport_init_options_journals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_filter_journal_groups", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_journals", "to": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_options_journals", "to": "account_report_get_options_journals_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options_journals_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_aml_ir_filters", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_options_aml_ir_filters", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_report_get_shifted_dates_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_report_get_dates_previous_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_report_accountreport_init_options_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_report_accountreport_init_options_comparison", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_period", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_shifted_dates_period", "to": "account_report_accountreport_init_options_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_shifted_dates_period", "to": "account_report_accountreport_init_options_comparison", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_dates_previous_year", "to": "account_report_accountreport_init_options_comparison", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_date", "to": "account_report_rationale_632", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_comparison", "to": "account_report_rationale_723", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_date_domain", "to": "account_report_accountreport_get_date_bounds_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_date_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_date_domain", "to": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_date_bounds_info", "to": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_date_bounds_info", "to": "account_report_accountreport_action_audit_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_date_bounds_info", "to": "account_report_accountreport_action_modify_manual_external_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_date_bounds_info", "to": "account_report_accountreportexpression_action_view_carryover_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_analytic", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_partner", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_options_partner_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options_all_entries_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options_unreconciled_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_account_type", "to": "account_report_rationale_915", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options_account_type_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_hierarchy", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create_hierarchy", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create_hierarchy", "to": "account_report_build_parent_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create_hierarchy", "to": "account_report_accountreport_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_create_hierarchy", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_fiscal_position", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_fiscal_position", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_options_fiscal_position_domain", "to": "account_report_accountreport_get_options_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_companies", "to": "account_report_accountreport_multi_company_tax_units_init_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_multi_company_tax_units_init_options", "to": "account_report_rationale_1279", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_multi_company_tax_units_init_options", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_currency_table", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_apply_rate", "to": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_apply_rate", "to": "account_report_accountreport_compute_formula_batch_with_engine_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_apply_rate", "to": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_apply_rate", "to": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_apply_rate", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_currency_table_aml_join", "to": "account_report_get_currency_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_aml_join", "to": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_aml_join", "to": "account_report_accountreport_compute_formula_batch_with_engine_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_aml_join", "to": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_currency_table_aml_join", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_currency_table", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_currency_table", "to": "account_report_accountreport_compute_formula_batch_with_engine_external", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_accountreport_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_accountreport_action_modify_manual_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_accountreport_get_report_information", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_accountreport_get_expanded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_currency_table", "to": "account_report_rationale_1441", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_rounding_unit", "to": "account_report_accountreport_get_rounding_unit_names", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_filter_out_0_lines", "to": "account_report_accountreport_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_filter_out_0_lines", "to": "account_report_rationale_1513", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_column_headers", "to": "account_report_accountreporthorizontalgroup_get_header_levels_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_columns", "to": "account_report_accountreport_generate_columns_group_vals_recursively", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_columns", "to": "account_report_accountreport_build_columns_from_column_group_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_columns_from_column_group_vals", "to": "account_report_accountreport_get_dict_hashable_key_tuple", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_export_mime_type", "to": "account_report_rationale_1745", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_export_mime_type", "to": "main_accountreportcontroller_build_response_headers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_section_buttons", "to": "account_report_get_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_section_buttons", "to": "account_report_rationale_1760", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_variants", "to": "account_report_accountreport_get_variants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_variants", "to": "account_report_accountreport_is_available_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_variants", "to": "account_report_accountreport_action_view_all_variants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_variants", "to": "res_config_settings_resconfigsettings_open_company_dependent_report_settings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_custom", "to": "account_report_accountreport_get_custom_handler_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_custom", "to": "account_report_accountreportcustomhandler_custom_options_initializer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_init_options_budgets", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_init_options_loading_call", "to": "account_report_rationale_1917", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_accountreport_get_options_initializers_in_sequence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_accountreport_caret_option_open_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_generate_default_external_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_accountreport_execute_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_accountreport_export_to_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "account_report_accountreport_export_to_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_options", "to": "res_partner_fusionrespartner_get_partner_account_report_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_options_initializers_in_sequence", "to": "account_report_accountreport_get_options_initializers_forced_sequence_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_initializers_in_sequence", "to": "account_report_rationale_1980", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_initializers_forced_sequence_map", "to": "account_report_rationale_2003", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_domain", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_domain", "to": "account_report_accountreport_get_report_query", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_domain", "to": "account_report_accountreport_get_audit_line_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_options_domain", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_options_domain", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_options_domain", "to": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_report_accountreport_create_report_budget_temp_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_report_accountreport_compute_formula_batch_with_engine_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_report_rationale_2072", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_query", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_report_query", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_report_query", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_create_report_budget_temp_table", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_build_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreport_caret_option_open_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreport_generate_total_below_section_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreport_get_static_line_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_get_load_more_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_report_rationale_2176", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_sales_report_ecsalesreportcustomhandler_render_total_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_generic_line_id", "to": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_caret_option_open_record_form", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_caret_option_open_statement_line_reco_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_execute_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_open_journal_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_action_modify_manual_budget_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_get_action_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_model_info_from_id", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_model_info_from_id", "to": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_model_info_from_id", "to": "account_deferred_reports_fusiondeferredreporthandler_open_journal_items", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_model_info_from_id", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_build_line_id", "to": "account_report_build_parent_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_build_line_id", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_parse_markup", "to": "account_report_parse_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_get_res_ids_from_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_get_markup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_accountreport_caret_option_open_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_accountreport_get_audit_line_groupby_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_accountreport_report_expand_unfoldable_line_with_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_parse_line_id", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_res_id_from_line_id", "to": "account_report_get_res_ids_from_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_res_id_from_line_id", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_res_id_from_line_id", "to": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_markup", "to": "account_report_sort_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_markup", "to": "account_report_accountreport_add_totals_below_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_markup", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_subline_id", "to": "account_report_rationale_2321", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_caret_options", "to": "account_report_accountreportcustomhandler_caret_options_initializer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_caret_options", "to": "account_report_accountreport_caret_options_initializer_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_caret_options", "to": "account_report_accountreport_get_report_information", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_caret_options_initializer_default", "to": "account_report_accountreportcustomhandler_caret_options_initializer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_caret_option_open_record_form", "to": "account_report_accountreport_resolve_caret_option_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_caret_option_view_map", "to": "account_report_accountreport_resolve_caret_option_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_resolve_caret_option_view", "to": "account_report_rationale_2390", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_caret_option_open_statement_line_reco_widget", "to": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_caret_option_open_statement_line_reco_widget", "to": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_accountreport_dispatch_report_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_accountreport_get_audit_line_groupby_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_accountreport_get_report_send_recipients", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_accountreportline_parse_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_handler_model", "to": "account_report_rationale_2454", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_dispatch_report_action", "to": "account_report_rationale_2460", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_dispatch_report_action", "to": "main_get_report", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_custom_report_function", "to": "account_report_accountreport_compute_formula_batch_with_engine_custom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_report_function", "to": "account_report_accountreport_expand_unfoldable_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_custom_report_function", "to": "account_report_rationale_2481", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_generate_common_warnings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_compute_expression_totals_for_each_column_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_get_dynamic_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_get_static_line_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_compute_column_percent_comparison_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_set_budget_column_comparisons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_add_totals_below_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_fully_unfold_lines_if_needed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreportcustomhandler_custom_line_postprocessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreportcustomhandler_customize_warnings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_format_column_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_action_modify_manual_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_get_report_information", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_export_to_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_lines", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_format_column_values", "to": "account_report_accountreport_format_column_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_column_values", "to": "account_report_format_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_column_values", "to": "account_report_accountreport_get_expanded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_common_warnings", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_fully_unfold_lines_if_needed", "to": "account_report_accountreportcustomhandler_custom_unfold_all_batch_data_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_fully_unfold_lines_if_needed", "to": "account_report_accountreport_expand_unfoldable_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_fully_unfold_lines_if_needed", "to": "account_report_accountreport_get_expanded_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_total_below_section_line", "to": "account_report_accountreport_add_totals_below_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_static_line_dict", "to": "account_report_build_static_line_columns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_static_line_dict", "to": "account_report_accountreportline_get_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_static_line_dict", "to": "account_report_format_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_build_static_line_columns", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_build_static_line_columns", "to": "account_report_accountreport_build_column_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_build_static_line_columns", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_build_static_line_columns", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_report_is_value_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_report_accountreport_set_budget_column_comparisons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_sales_report_ecsalesreportcustomhandler_render_total_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_build_column_dict", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_dynamic_lines", "to": "account_report_accountreportcustomhandler_dynamic_lines_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_dynamic_lines", "to": "account_report_accountreport_apply_integer_rounding_to_dynamic_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_apply_integer_rounding_to_dynamic_lines", "to": "account_report_accountreport_expand_unfoldable_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreportline_get_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_standardize_date_scope_for_date_range", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_split_options_per_column_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_compute_expression_totals_for_single_column_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_generate_carryover_external_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_generate_default_external_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_action_modify_manual_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreport_get_report_information", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_each_column_group", "to": "account_report_rationale_2979", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_standardize_date_scope_for_date_range", "to": "account_report_accountreport_compute_totals_no_batch_aggregation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_standardize_date_scope_for_date_range", "to": "account_report_rationale_3086", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_report_accountreport_get_column_group_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_report_rationale_3096", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_deferred_reports_fusiondeferredreporthandler_custom_options_initializer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_split_options_per_column_group", "to": "account_asset_fusionassetreporthandler_custom_options_initializer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_column_group_options", "to": "account_report_accountreport_action_audit_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_column_group_options", "to": "account_report_accountreport_action_modify_manual_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_column_group_options", "to": "account_report_accountreportexpression_action_view_carryover_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_single_column_group", "to": "account_report_accountreport_compute_formula_batch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_single_column_group", "to": "account_report_accountreport_compute_totals_no_batch_aggregation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_expression_totals_for_single_column_group", "to": "account_report_rationale_3122", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_totals_no_batch_aggregation", "to": "account_report_accountreport_aggregation_apply_bounds", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_totals_no_batch_aggregation", "to": "account_report_rationale_3261", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_aggregation_apply_bounds", "to": "account_report_rationale_3473", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_aggregation_apply_bounds", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_compute_formula_batch", "to": "account_report_rationale_3552", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "to": "account_report_accountreport_get_engine_query_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_tax_tags", "to": "account_report_rationale_3589", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_domain", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_domain", "to": "account_report_accountreport_get_engine_query_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_domain", "to": "account_report_rationale_3667", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "to": "account_report_accountreport_get_engine_query_tail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_account_codes", "to": "account_report_rationale_3792", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_external", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_external", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_external", "to": "account_report_rationale_3988", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_formula_batch_with_engine_custom", "to": "account_report_accountreport_check_groupby_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_engine_query_tail", "to": "account_report_rationale_4118", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_carryover_external_values", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_carryover_external_values", "to": "account_report_accountreport_create_carryover_for_company", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_carryover_external_values", "to": "account_report_get_sender_company_for_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_carryover_external_values", "to": "account_report_rationale_4131", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_generate_default_external_values", "to": "account_report_accountreport_is_available_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_generate_default_external_values", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_sender_company_for_export", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_sender_company_for_export", "to": "account_report_accountreport_get_vat_for_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_create_carryover_for_company", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_default_report_filename", "to": "account_report_accountreport_export_to_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_default_report_filename", "to": "account_report_accountreport_export_to_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_default_report_filename", "to": "account_report_accountreport_generate_file_data_with_error_check", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_default_report_filename", "to": "account_report_rationale_4311", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_audit_cell", "to": "account_report_accountreport_get_audit_line_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_view_all_variants", "to": "account_report_accountreport_is_available_for", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_audit_line_domain", "to": "account_report_accountreport_get_audit_line_groupby_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_audit_line_domain", "to": "account_report_accountreport_get_expression_audit_aml_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_audit_line_groupby_domain", "to": "account_report_accountreportcustomhandler_get_custom_groupby_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_expression_audit_aml_domain", "to": "account_report_rationale_4476", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_open_journal_items", "to": "account_report_accountreport_get_action_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_open_journal_items", "to": "account_report_rationale_4522", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_open_unposted_moves", "to": "account_report_rationale_4640", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generated_deferral_entries_domain", "to": "account_report_accountreport_open_deferral_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generated_deferral_entries_domain", "to": "account_report_rationale_4649", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_generated_deferral_entries_domain", "to": "account_deferred_reports_fusiondeferredreporthandler_customize_warnings", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_open_deferral_entries", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_action_modify_manual_value", "to": "account_report_accountreport_action_modify_manual_budget_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_value", "to": "account_report_accountreport_action_modify_manual_external_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_value", "to": "account_report_accountreport_convert_json_friendly_column_group_totals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_value", "to": "account_report_accountreport_get_json_friendly_column_group_totals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_value", "to": "account_report_rationale_4687", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_convert_json_friendly_column_group_totals", "to": "account_report_rationale_4732", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_external_value", "to": "account_report_rationale_4749", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_modify_manual_external_value", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_sort_lines", "to": "account_report_accountreport_get_pdf_export_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_sort_lines", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_annotations_domain_date_from", "to": "account_report_accountreport_build_annotations_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_adjust_date_for_joined_comparison", "to": "account_report_accountreport_build_annotations_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_adjust_domain_for_unjoined_comparison", "to": "account_report_accountreport_build_annotations_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_build_annotations_domain", "to": "account_report_accountreport_get_annotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_annotations", "to": "account_report_accountreport_get_report_information", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_annotations", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_annotations", "to": "account_report_rationale_5111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_accountreport_get_json_friendly_column_group_totals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_accountreportcustomhandler_get_custom_display_config", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_accountreport_get_column_headers_render_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_get_report_information_readonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_accountreport_get_pdf_export_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_report_information", "to": "account_report_rationale_5128", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_is_available_for", "to": "account_report_get_report_company_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_is_available_for", "to": "account_report_rationale_5197", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_is_available_for", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_column_headers_render_data", "to": "account_report_accountreport_get_pdf_export_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_column_headers_render_data", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_lines_for_display", "to": "account_report_accountreport_get_pdf_export_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_lines_for_display", "to": "account_report_rationale_5269", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_expanded_lines", "to": "account_report_accountreport_expand_unfoldable_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_expanded_lines", "to": "account_report_accountreportcustomhandler_custom_line_postprocessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_expanded_lines", "to": "account_report_get_expanded_lines_readonly", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_expand_unfoldable_line", "to": "account_report_get_load_more_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_expand_unfoldable_line", "to": "account_report_accountreport_add_totals_below_sections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_add_totals_below_sections", "to": "account_report_rationale_5334", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_report_expand_unfoldable_line_with_groupby", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_report_expand_unfoldable_line_with_groupby", "to": "account_report_accountreport_regroup_lines_by_name_prefix", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_regroup_lines_by_name_prefix", "to": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_regroup_lines_by_name_prefix", "to": "account_report_rationale_5442", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_regroup_lines_by_name_prefix", "to": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_regroup_lines_by_name_prefix", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_regroup_lines_by_name_prefix", "to": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "to": "account_report_get_prefix_groups_matched_prefix_from_line_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_report_expand_unfoldable_line_groupby_prefix_group", "to": "account_report_rationale_5528", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_prefix_groups_matched_prefix_from_line_id", "to": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_format_value", "to": "account_report_accountreport_format_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_format_value", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_format_value", "to": "account_report_accountreport_format_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_value", "to": "account_report_is_value_zero", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_value", "to": "account_report_rationale_5595", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_date", "to": "account_report_accountreport_build_annotations_list_for_pdf_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_format_date", "to": "account_asset_fusionassetreporthandler_custom_options_initializer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_format_date", "to": "account_asset_fusionassetreporthandler_fetch_report_rows", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_export_to_pdf", "to": "account_report_accountreport_get_pdf_export_html", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_export_to_pdf", "to": "account_report_accountreport_filter_out_folded_children", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_export_to_pdf", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_export_to_pdf", "to": "res_partner_fusionrespartner_get_partner_account_report_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_pdf_export_html", "to": "account_report_accountreport_build_annotations_list_for_pdf_export", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_filter_out_folded_children", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_filter_out_folded_children", "to": "account_report_rationale_5811", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_export_to_xlsx", "to": "account_report_accountreport_inject_report_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_export_to_xlsx", "to": "account_report_accountreport_add_options_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_export_to_xlsx", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_inject_report_into_xlsx_sheet", "to": "account_report_accountreport_get_cell_type_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_add_options_xlsx_sheet", "to": "account_report_accountreport_inject_report_options_into_xlsx_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_add_options_xlsx_sheet", "to": "account_report_rationale_6096", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_inject_report_options_into_xlsx_sheet", "to": "account_report_rationale_6142", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_vat_for_export", "to": "account_report_rationale_6232", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_report_company_ids", "to": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_get_report_company_ids", "to": "account_asset_fusionassetreporthandler_execute_schedule_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_get_report_company_ids", "to": "main_get_report", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_partner_and_general_ledger_initial_balance_line", "to": "account_report_rationale_6260", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_column_percent_comparison_data", "to": "account_report_accountreport_set_budget_column_comparisons", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_column_percent_comparison_data", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_compute_column_percent_comparison_data", "to": "account_report_rationale_6290", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_set_budget_column_comparisons", "to": "account_report_accountreportline_expand_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_set_budget_column_comparisons", "to": "account_report_rationale_6335", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "account_report_accountreportcustomhandler_get_custom_groupby_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "account_report_validate_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "account_report_rationale_6374", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_check_groupby_fields", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "to": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "to": "account_report_rationale_6413", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_action_download_xlsx_accounts_coverage_report", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "account_report_accountreport_get_accounts_coverage_report_errors_trie", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "account_report_get_account_tag_coverage_report_errors_trie", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "account_report_accountreport_regroup_accounts_coverage_report_errors_trie", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "account_report_accountreport_get_accounts_coverage_report_coverage_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "account_report_rationale_6449", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_accounts_coverage_report_xlsx_lines", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_get_accounts_coverage_report_errors_trie", "to": "account_report_rationale_6615", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_regroup_accounts_coverage_report_errors_trie", "to": "account_report_rationale_6692", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_get_accounts_coverage_report_coverage_lines", "to": "account_report_rationale_6712", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_file_data_with_error_check", "to": "account_report_accountreportfiledownloadexception", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreport_generate_file_data_with_error_check", "to": "account_report_rationale_6765", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline", "to": "account_report_accountreportline_expand_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline", "to": "account_report_accountreportline_get_groupby_line_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline", "to": "account_report_accountreportline_parse_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline", "to": "account_report_accountreportline_get_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline", "to": "account_report_accountreportline_action_reset_custom_groupby", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_expand_groupby", "to": "account_report_accountreportline_parse_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_expand_groupby", "to": "account_report_accountreportcustomhandler_custom_groupby_line_completer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_expand_groupby", "to": "account_report_rationale_6839", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_parse_groupby", "to": "account_report_accountreportline_get_groupby", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_parse_groupby", "to": "account_report_accountreportcustomhandler_get_custom_groupby_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportline_parse_groupby", "to": "account_report_rationale_7005", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportexpression", "to": "account_report_accountreportexpression_action_view_carryover_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreporthorizontalgroup", "to": "account_report_accountreporthorizontalgroup_get_header_levels_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreporthorizontalgroup_get_header_levels_data", "to": "account_report_accountreporthorizontalgrouprule_get_matching_records", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreporthorizontalgrouprule", "to": "account_report_accountreporthorizontalgrouprule_field_name_selection_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreporthorizontalgrouprule", "to": "account_report_accountreporthorizontalgrouprule_get_matching_records", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreporthorizontalgrouprule_get_matching_records", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_custom_groupby_line_completer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_custom_unfold_all_batch_data_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_get_custom_groupby_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler", "to": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_dynamic_lines_generator", "to": "account_report_rationale_7163", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_caret_options_initializer", "to": "account_report_rationale_7172", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_custom_options_initializer", "to": "account_report_rationale_7179", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_custom_line_postprocessor", "to": "account_report_rationale_7184", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_custom_groupby_line_completer", "to": "account_report_rationale_7188", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_custom_unfold_all_batch_data_generator", "to": "account_report_rationale_7191", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_get_custom_display_config", "to": "account_report_rationale_7198", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_get_custom_groupby_map", "to": "account_report_rationale_7219", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_customize_warnings", "to": "account_report_rationale_7237", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "to": "account_report_rationale_7245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportcustomhandler_enable_export_buttons_for_common_vat_groups_in_branches", "to": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "account_report_accountreportfiledownloadexception_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_accountreportcontroller", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_rationale_17", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_rationale_22", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_rationale_86", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_rationale_95", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreportfiledownloadexception", "to": "main_rationale_114", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_chart_template_py", "to": "account_chart_template_fusioncharttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate", "to": "account_chart_template_fusioncharttemplate_get_fusion_accounting_res_company", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate", "to": "account_chart_template_fusioncharttemplate_get_chart_template_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate", "to": "account_chart_template_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate_get_fusion_accounting_res_company", "to": "account_chart_template_fusioncharttemplate_get_chart_template_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate_get_fusion_accounting_res_company", "to": "account_chart_template_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_chart_template_fusioncharttemplate_get_chart_template_data", "to": "account_chart_template_rationale_57", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_reconciliation_report_py", "to": "bank_reconciliation_report_fusionbankreconciliationhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_forced_currency_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_receipts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_payments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_receipts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_payments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_receipts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_payments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_last_statement_balance_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_transaction_without_statement_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_inconsistent_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_general_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_bank_statement_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_open_bank_miscellaneous_move_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_bank_reconciliation_report_open_inconsistent_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler", "to": "bank_reconciliation_report_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_options_initializer", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_forced_currency_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_last_statement_balance_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_journal_and_currencies", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_forced_currency_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_last_statement_balance_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_build_custom_engine_result", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_receipts", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_last_statement_payments", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_receipts", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_unreconciled_payments", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_receipts", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_outstanding_payments", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_misc_operations", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_last_statement_balance_amount", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_report_custom_engine_transaction_without_statement_amount", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_common_st_line_engine", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_outstanding_engine", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_custom_line_postprocessor", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_inconsistent_statements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_customize_warnings", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_journal_balances", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_compute_balances", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_bank_statement_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_last_bank_statement", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_inconsistent_statements", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_get_bank_miscellaneous_move_lines_domain", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_open_bank_miscellaneous_move_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_action_audit_cell", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_general_ledger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_action_audit_cell", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_open_bank_miscellaneous_move_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_action_audit_cell", "to": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_bank_statement_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_reconciliation_report_fusionbankreconciliationhandler_action_redirect_to_bank_statement_widget", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_mail_activity_py", "to": "mail_activity_fusionmailactivity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mail_activity_fusionmailactivity", "to": "mail_activity_fusionmailactivity_action_open_tax_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mail_activity_fusionmailactivity", "to": "mail_activity_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "mail_activity_fusionmailactivity_action_open_tax_activity", "to": "mail_activity_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_sales_report_py", "to": "account_sales_report_ecsalesreportcustomhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_sales_report_py", "to": "account_sales_report_filtered_element_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_sales_report_py", "to": "account_sales_report_ec_country_code_set", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_setup_core_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_render_total_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_query_partner_amounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler", "to": "account_sales_report_rationale_10", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "to": "account_sales_report_ecsalesreportcustomhandler_query_partner_amounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "to": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "to": "account_sales_report_ecsalesreportcustomhandler_render_total_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_dynamic_lines_generator", "to": "account_sales_report_rationale_37", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "to": "account_sales_report_ecsalesreportcustomhandler_setup_core_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "to": "account_sales_report_ec_country_code_set", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "to": "account_sales_report_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_custom_options_initializer", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_setup_core_options", "to": "account_sales_report_rationale_150", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_render_partner_line", "to": "account_sales_report_rationale_167", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_query_partner_amounts", "to": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_query_partner_amounts", "to": "account_sales_report_rationale_202", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "to": "account_sales_report_filtered_element_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_build_sums_sql", "to": "account_sales_report_rationale_252", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_filtered_element_ids", "to": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ec_country_code_set", "to": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "to": "account_sales_report_rationale_347", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_sales_report_ecsalesreportcustomhandler_get_warning_act_window", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_fusionaccountmoveedi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_compute_edi_document_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_compute_edi_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_compute_edi_error_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_create_invoice_from_xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_create_move_from_parsed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "to": "account_move_edi_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi", "to": "account_move_edi_fusionaccountmoveedi_action_send_edi", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi", "to": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi", "to": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi", "to": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi", "to": "account_move_edi_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_send_edi", "to": "account_move_edi_rationale_136", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_send_edi", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_send_edi", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "to": "account_move_edi_rationale_179", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "to": "account_move_edi_rationale_206", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "to": "account_move_edi_rationale_225", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_create_invoice_from_xml", "to": "account_move_edi_create_move_from_parsed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_move_edi_create_move_from_parsed", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_move_edi_create_move_from_parsed", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "to": "saft_export_fusionsaftexport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "to": "saft_export_check_date_range", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "to": "saft_export_resolve_saft_tax_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "to": "saft_export_add_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_export_py", "to": "saft_export_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_action_generate_saft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_generate_saft_xml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_header", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_general_ledger_accounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_resolve_saft_account_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_compute_account_balances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_customers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_suppliers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_get_partners_for_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_tax_table", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_fusionsaftexport_build_general_ledger_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport", "to": "saft_export_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_action_generate_saft", "to": "saft_export_fusionsaftexport_generate_saft_xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_action_generate_saft", "to": "saft_export_rationale_126", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_action_generate_saft", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_action_generate_saft", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_general_ledger_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_customers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_suppliers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_tax_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_fusionsaftexport_build_general_ledger_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "saft_export_rationale_166", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_generate_saft_xml", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_build_header", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_header", "to": "saft_export_rationale_213", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_accounts", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_accounts", "to": "saft_export_fusionsaftexport_resolve_saft_account_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_accounts", "to": "saft_export_fusionsaftexport_compute_account_balances", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_accounts", "to": "saft_export_rationale_245", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_accounts", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_resolve_saft_account_type", "to": "saft_export_rationale_271", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_compute_account_balances", "to": "saft_export_rationale_288", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_compute_account_balances", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_build_customers", "to": "saft_export_fusionsaftexport_get_partners_for_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_customers", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_customers", "to": "saft_export_rationale_324", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_suppliers", "to": "saft_export_fusionsaftexport_get_partners_for_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_suppliers", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_suppliers", "to": "saft_export_rationale_346", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_get_partners_for_type", "to": "saft_export_rationale_365", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_get_partners_for_type", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_build_tax_table", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_tax_table", "to": "saft_export_resolve_saft_tax_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_tax_table", "to": "saft_export_rationale_382", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_tax_table", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_entries", "to": "saft_export_add_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_entries", "to": "saft_export_rationale_414", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_export_fusionsaftexport_build_general_ledger_entries", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_export_add_text", "to": "saft_export_rationale_478", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_compute_module_sign_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_compute_account_reports_show_per_company_setting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_compute_property_stock_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_check_fiscalyear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_config_settings_py", "to": "res_config_settings_get_account_stock_properties_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_open_tax_group_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_open_company_dependent_report_settings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_get_country_codes_with_another_tax_closing_start_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_stock_journal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_account_income_categ_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_account_expense_categ_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_stock_valuation_account_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_stock_account_input_categ_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_property_stock_account_output_categ_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_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_resconfigsettings_get_light_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_light_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_detect_light_color_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_replace_light_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_reset_light_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_get_dark_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_dark_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_detect_dark_color_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_replace_dark_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_reset_dark_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_get_theme_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_theme_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_detect_theme_color_change", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_replace_theme_color_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_reset_theme_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_action_reset_light_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_action_reset_dark_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_action_reset_theme_color_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_get_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_compute_account_reports_show_per_company_setting", "to": "res_config_settings_resconfigsettings_get_country_codes_with_another_tax_closing_start_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_compute_account_reports_show_per_company_setting", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_config_settings_compute_property_stock_account", "to": "res_config_settings_get_account_stock_properties_names", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_create", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "res_config_settings_resconfigsettings_open_tax_group_list", "to": "res_config_settings_rationale_325", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_open_company_dependent_report_settings", "to": "res_config_settings_rationale_339", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_country_codes_with_another_tax_closing_start_date", "to": "res_config_settings_rationale_361", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_stock_journal", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_account_income_categ_id", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_account_expense_categ_id", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_stock_valuation_account_id", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_stock_account_input_categ_id", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_property_stock_account_output_categ_id", "to": "res_config_settings_resconfigsettings_persist_product_category_default", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_persist_product_category_default", "to": "res_config_settings_rationale_397", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_fusionsaftimport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_strip_namespaces", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_find_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_get_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_map_grouping_to_account_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "to": "saft_import_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_action_preview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_action_import", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_parse_saft_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_import_accounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_import_partners", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_import_journal_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_fusionsaftimport_reopen_wizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport", "to": "saft_import_rationale_29", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_preview", "to": "saft_import_fusionsaftimport_parse_saft_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_preview", "to": "saft_import_find_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_preview", "to": "saft_import_fusionsaftimport_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_preview", "to": "saft_import_rationale_83", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_preview", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_fusionsaftimport_parse_saft_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_fusionsaftimport_import_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_fusionsaftimport_import_partners", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_fusionsaftimport_import_journal_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_fusionsaftimport_reopen_wizard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "saft_import_rationale_111", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_action_import", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_parse_saft_file", "to": "saft_import_strip_namespaces", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_parse_saft_file", "to": "saft_import_rationale_134", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_find_all", "to": "saft_import_fusionsaftimport_import_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_find_all", "to": "saft_import_fusionsaftimport_import_partners", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_find_all", "to": "saft_import_fusionsaftimport_import_journal_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_get_text", "to": "saft_import_fusionsaftimport_import_accounts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_get_text", "to": "saft_import_fusionsaftimport_import_partners", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_get_text", "to": "saft_import_fusionsaftimport_import_journal_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_import_accounts", "to": "saft_import_map_grouping_to_account_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_import_accounts", "to": "saft_import_rationale_181", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_import_accounts", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_import_accounts", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_import_partners", "to": "saft_import_rationale_238", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_import_partners", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_import_partners", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_import_journal_entries", "to": "saft_import_rationale_305", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "saft_import_fusionsaftimport_import_journal_entries", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_import_journal_entries", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "saft_import_fusionsaftimport_reopen_wizard", "to": "saft_import_rationale_401", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_fusionfleetbridge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_onchange_fusion_vehicle_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_fusionexpensebridge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_create_move_from_expense_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_fusionhelpdeskbridge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_action_create_credit_note_from_ticket", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_integration_bridges_py", "to": "integration_bridges_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionfleetbridge", "to": "integration_bridges_fusionfleetbridge_fusion_is_fleet_installed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionfleetbridge", "to": "integration_bridges_rationale_66", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionfleetbridge_fusion_is_fleet_installed", "to": "integration_bridges_rationale_98", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge", "to": "integration_bridges_fusionexpensebridge_fusion_is_hr_expense_installed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge", "to": "integration_bridges_fusionexpensebridge_action_open_expense_sheet", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge", "to": "integration_bridges_rationale_115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge_fusion_is_hr_expense_installed", "to": "integration_bridges_create_move_from_expense_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge_fusion_is_hr_expense_installed", "to": "integration_bridges_rationale_147", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionexpensebridge_action_open_expense_sheet", "to": "integration_bridges_rationale_152", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_create_move_from_expense_sheet", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_bridges_create_move_from_expense_sheet", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_bridges_fusionhelpdeskbridge", "to": "integration_bridges_fusionhelpdeskbridge_fusion_is_helpdesk_installed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionhelpdeskbridge", "to": "integration_bridges_fusionhelpdeskbridge_action_open_helpdesk_ticket", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionhelpdeskbridge", "to": "integration_bridges_rationale_282", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionhelpdeskbridge_fusion_is_helpdesk_installed", "to": "integration_bridges_action_create_credit_note_from_ticket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionhelpdeskbridge_fusion_is_helpdesk_installed", "to": "integration_bridges_rationale_313", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_fusionhelpdeskbridge_action_open_helpdesk_ticket", "to": "integration_bridges_rationale_318", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integration_bridges_action_create_credit_note_from_ticket", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_bridges_action_create_credit_note_from_ticket", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "integration_bridges_action_create_credit_note_from_ticket", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_fusionbankrecline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_account_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_partner_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_currency_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_balance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_amount_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_from_balance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_from_source_balance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_analytic_distribution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_tax_repartition_line_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_tax_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_tax_tag_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_group_tax_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_display_stroked_amount_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_display_stroked_balance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_source_aml_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_partner_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_bank_account", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_suggestion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_rec_widget_line_py", "to": "bank_rec_widget_line_compute_ref_narration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_line_fusionbankrecline", "to": "bank_rec_widget_line_fusionbankrecline_compute_index", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_line_fusionbankrecline", "to": "bank_rec_widget_line_fusionbankrecline_get_aml_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_line_fusionbankrecline", "to": "bank_rec_widget_line_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_line_fusionbankrecline_compute_index", "to": "bank_rec_widget_line_rationale_257", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_widget_line_fusionbankrecline_get_aml_values", "to": "bank_rec_widget_line_rationale_675", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_fiscal_position_py", "to": "account_fiscal_position_fusionfiscalposition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition", "to": "account_fiscal_position_fusionfiscalposition_inverse_foreign_vat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition", "to": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition", "to": "account_fiscal_position_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition_inverse_foreign_vat", "to": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition_inverse_foreign_vat", "to": "account_fiscal_position_rationale_14", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "to": "account_fiscal_position_rationale_22", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_position_fusionfiscalposition_create_draft_closing_move_for_foreign_vat", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_three_way_match_py", "to": "three_way_match_fusionthreewaymatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_three_way_match_py", "to": "three_way_match_fusion_purchase_module_installed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_three_way_match_py", "to": "three_way_match_compute_3way_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusionthreewaymatch", "to": "three_way_match_fusionthreewaymatch_action_view_purchase_order", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusionthreewaymatch", "to": "three_way_match_fusionthreewaymatch_action_refresh_3way_match", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusionthreewaymatch", "to": "three_way_match_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusion_purchase_module_installed", "to": "three_way_match_compute_3way_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusion_purchase_module_installed", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "three_way_match_compute_3way_match", "to": "three_way_match_fusionthreewaymatch_action_refresh_3way_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_compute_3way_match", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "three_way_match_fusionthreewaymatch_action_view_purchase_order", "to": "three_way_match_rationale_216", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "three_way_match_fusionthreewaymatch_action_refresh_3way_match", "to": "three_way_match_rationale_229", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_py", "to": "res_partner_fusionrespartner", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_res_partner_py", "to": "res_partner_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner", "to": "res_partner_fusionrespartner_get_followup_responsible", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner", "to": "res_partner_fusionrespartner_open_partner_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner", "to": "res_partner_fusionrespartner_open_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner", "to": "res_partner_fusionrespartner_get_partner_account_report_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner", "to": "res_partner_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner_get_followup_responsible", "to": "res_partner_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner_open_partner_ledger", "to": "res_partner_rationale_26", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner_open_partner", "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_fusionrespartner_get_partner_account_report_attachment", "to": "res_partner_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_partner_fusionrespartner_get_partner_account_report_attachment", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_ir_actions_py", "to": "ir_actions_fusionreportdownloadaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_actions_fusionreportdownloadaction", "to": "ir_actions_fusionreportdownloadaction_get_readable_fields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_actions_fusionreportdownloadaction", "to": "ir_actions_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_actions_fusionreportdownloadaction_get_readable_fields", "to": "ir_actions_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_fusiondeferredreporthandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_get_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_get_grouping_fields_deferred_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_group_by_deferred_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_get_grouping_fields_deferral_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_group_by_deferral_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_get_current_key_totals_dict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_get_deferred_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_fusiondeferredexpensehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_deferred_reports_py", "to": "account_deferred_reports_fusiondeferredrevenuehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_get_deferred_report_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_customize_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_open_journal_items", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_action_generate_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler", "to": "account_deferred_reports_rationale_15", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "to": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "to": "account_deferred_reports_fusiondeferredreporthandler_open_journal_items", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_domain", "to": "account_deferred_reports_rationale_34", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_get_select", "to": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "to": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_get_lines", "to": "account_deferred_reports_rationale_95", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_get_grouping_fields_deferred_lines", "to": "account_deferred_reports_group_by_deferred_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_by_deferred_fields", "to": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_by_deferred_fields", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_get_grouping_fields_deferral_lines", "to": "account_deferred_reports_group_by_deferral_fields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_by_deferral_fields", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "to": "account_deferred_reports_get_current_key_totals_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "to": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_group_deferred_amounts_by_grouping_field", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_custom_options_initializer", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "to": "account_deferred_reports_rationale_249", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_action_audit_cell", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_customize_warnings", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_dynamic_lines_generator", "to": "account_deferred_reports_rationale_350", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_action_generate_entry", "to": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "to": "account_deferred_reports_get_deferred_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "to": "account_deferred_reports_rationale_440", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_deferred_reports_fusiondeferredreporthandler_generate_deferral_entry", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_deferred_reports_get_deferred_lines", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_deferred_reports_fusiondeferredexpensehandler", "to": "account_deferred_reports_fusiondeferredexpensehandler_get_deferred_report_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_deferred_reports_fusiondeferredrevenuehandler", "to": "account_deferred_reports_fusiondeferredrevenuehandler_get_deferred_report_type", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_fiscal_year_py", "to": "account_fiscal_year_fusionfiscalyear", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_fiscal_year_py", "to": "account_fiscal_year_validate_fiscal_year_dates", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_fiscal_year_fusionfiscalyear", "to": "account_fiscal_year_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_work_in_progress_fusion_accounting_models_chart_template_py", "to": "chart_template_fusioncharttemplatepostload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chart_template_fusioncharttemplatepostload", "to": "chart_template_fusioncharttemplatepostload_post_load_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chart_template_fusioncharttemplatepostload", "to": "chart_template_rationale_9", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chart_template_fusioncharttemplatepostload_post_load_data", "to": "chart_template_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "chart_template_fusioncharttemplatepostload_post_load_data", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_fusioncamtparser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_to_bytes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_parse_xml", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_tag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_make_unique_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_parse_camt_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_parse_camt_datetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_safe_float", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_fusionjournalcamtimport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "to": "bank_statement_import_camt_is_camt_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_parse_camt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_detect_namespace", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_find", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_find_text", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_findall", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_iter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_extract_statements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_extract_entry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser", "to": "bank_statement_import_camt_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_to_bytes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_parse_xml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_fusioncamtparser_detect_namespace", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_fusioncamtparser_extract_statements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_parse_camt", "to": "bank_statement_import_camt_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_detect_namespace", "to": "bank_statement_import_camt_rationale_88", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_tag", "to": "bank_statement_import_camt_fusioncamtparser_find", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_tag", "to": "bank_statement_import_camt_fusioncamtparser_findall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_tag", "to": "bank_statement_import_camt_fusioncamtparser_iter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find", "to": "bank_statement_import_camt_fusioncamtparser_find_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find", "to": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find", "to": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find", "to": "bank_statement_import_camt_rationale_119", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find_text", "to": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find_text", "to": "bank_statement_import_camt_fusioncamtparser_extract_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find_text", "to": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_find_text", "to": "bank_statement_import_camt_rationale_129", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_findall", "to": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_findall", "to": "bank_statement_import_camt_fusioncamtparser_extract_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_findall", "to": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_findall", "to": "bank_statement_import_camt_rationale_136", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_iter", "to": "bank_statement_import_camt_fusioncamtparser_extract_statements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_iter", "to": "bank_statement_import_camt_rationale_140", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_statements", "to": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_statements", "to": "bank_statement_import_camt_rationale_148", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "to": "bank_statement_import_camt_parse_camt_datetime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "to": "bank_statement_import_camt_safe_float", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "to": "bank_statement_import_camt_parse_camt_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "to": "bank_statement_import_camt_fusioncamtparser_extract_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_single_statement", "to": "bank_statement_import_camt_rationale_164", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_safe_float", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_parse_camt_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_parse_camt_datetime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_make_unique_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_entry", "to": "bank_statement_import_camt_rationale_249", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "to": "bank_statement_import_camt_safe_float", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "to": "bank_statement_import_camt_make_unique_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusioncamtparser_extract_tx_details", "to": "bank_statement_import_camt_rationale_323", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport", "to": "bank_statement_import_camt_fusionjournalcamtimport_get_bank_statements_available_import_formats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport", "to": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport", "to": "bank_statement_import_camt_rationale_484", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport_get_bank_statements_available_import_formats", "to": "bank_statement_import_camt_rationale_491", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "to": "bank_statement_import_camt_is_camt_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_camt_fusionjournalcamtimport_parse_bank_statement_file", "to": "bank_statement_import_camt_rationale_498", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "to": "account_bank_statement_fusionbankstatement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "to": "account_bank_statement_fusionbankstatementline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_bank_statement_py", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement", "to": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement", "to": "account_bank_statement_fusionbankstatement_action_generate_attachment", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement", "to": "account_bank_statement_rationale_20", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "to": "account_bank_statement_action_open_bank_reconciliation_widget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement_action_open_bank_reconcile_widget", "to": "account_bank_statement_rationale_28", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement_action_generate_attachment", "to": "account_bank_statement_rationale_40", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatement_action_generate_attachment", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_action_save_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_action_save_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_retrieve_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline", "to": "account_bank_statement_rationale_65", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_action_save_close", "to": "account_bank_statement_rationale_90", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_action_save_new", "to": "account_bank_statement_rationale_94", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_action_open_bank_reconciliation_widget", "to": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_action_open_bank_reconciliation_widget", "to": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_fusionbankstatementline_action_open_recon_st_line", "to": "account_bank_statement_rationale_130", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "to": "account_bank_statement_rationale_144", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_cron_try_auto_reconcile_statement_lines", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_fusionbankstatementline_retrieve_partner", "to": "account_bank_statement_rationale_234", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_retrieve_partner", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_fusionbankstatementline_retrieve_partner", "to": "group_test_product", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_bank_statement_fusionbankstatementline_get_st_line_strings_for_matching", "to": "account_bank_statement_rationale_296", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "to": "account_bank_statement_rationale_314", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_bank_statement_fusionbankstatementline_get_default_amls_matching_domain", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_executive_summary_report_py", "to": "executive_summary_report_executivesummaryreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executive_summary_report_executivesummaryreport", "to": "executive_summary_report_executivesummaryreport_report_custom_engine_executive_summary_ndays", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executive_summary_report_executivesummaryreport", "to": "executive_summary_report_rationale_8", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "executive_summary_report_executivesummaryreport_report_custom_engine_executive_summary_ndays", "to": "executive_summary_report_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_payment_qr_code_py", "to": "payment_qr_code_fusionpaymentqr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_payment_qr_code_py", "to": "payment_qr_code_compute_fusion_qr_code", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_payment_qr_code_py", "to": "payment_qr_code_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_qr_code_fusionpaymentqr", "to": "payment_qr_code_fusionpaymentqr_generate_epc_qr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_qr_code_fusionpaymentqr", "to": "payment_qr_code_rationale_43", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_qr_code_compute_fusion_qr_code", "to": "payment_qr_code_fusionpaymentqr_generate_epc_qr", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "payment_qr_code_fusionpaymentqr_generate_epc_qr", "to": "payment_qr_code_rationale_119", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_fusionqifparser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_to_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_detect_account_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_split_records", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_parse_qif_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_parse_amount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_fusionjournalqifimport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "to": "bank_statement_import_qif_is_qif_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser", "to": "bank_statement_import_qif_fusionqifparser_parse_qif", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser", "to": "bank_statement_import_qif_fusionqifparser_parse_record", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser", "to": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser", "to": "bank_statement_import_qif_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_to_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_detect_account_type", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_split_records", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_fusionqifparser_parse_record", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_qif", "to": "bank_statement_import_qif_rationale_60", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_record", "to": "bank_statement_import_qif_parse_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_record", "to": "bank_statement_import_qif_parse_qif_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionqifparser_parse_record", "to": "bank_statement_import_qif_rationale_182", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport", "to": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport", "to": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport", "to": "bank_statement_import_qif_rationale_318", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "to": "bank_statement_import_qif_rationale_325", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "to": "bank_statement_import_qif_is_qif_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "to": "bank_statement_import_qif_rationale_332", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_import_qif_is_qif_file", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_fusionasset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_journal_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_total_depreciable_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_salvage_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_disposal_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_display_account_asset_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_account_asset_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_analytic_distribution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_lifetime_days", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_prorata_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_paused_prorata_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_related_purchase_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_acquisition_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_value_residual", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_book_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_gross_increase_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_non_deductible_tax_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_linked_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_onchange_account_depreciation_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_display_original_value_warning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_onchange_original_move_line_ids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_onchange_account_asset_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_onchange_model_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_onchange_consistent_board", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_check_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_check_depreciations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_check_related_purchase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_unlink_if_model_or_draft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_fusionassetgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_compute_count_linked_asset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_fusionassetreporthandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_assetsreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_asset_py", "to": "account_asset_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_unlink", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_copy_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_write", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_compute_straight_line_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_compute_board_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_recompute_board", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_get_end_period_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_compute_day_span", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_get_last_day_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_action_open_linked_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_action_asset_modify", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_action_save_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_open_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_open_related_entries", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_open_increase", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_open_parent_id", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_set_to_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_set_to_cancelled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_set_to_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_set_to_running", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_resume_after_pause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_pause", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_open_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_insert_depreciation_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_post_non_deductible_tax_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_create_move_before_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_cancel_future_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_get_disposal_moves", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_select_dominant_amount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_clamp_final_period", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_get_own_book_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset", "to": "account_asset_rationale_31", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_compute_journal_id", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_compute_account_asset_id", "to": "account_asset_onchange_account_depreciation_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_compute_lifetime_days", "to": "account_asset_fusionasset_compute_day_span", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_compute_acquisition_date", "to": "account_asset_onchange_original_move_line_ids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_onchange_consistent_board", "to": "account_asset_fusionasset_write", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_check_depreciations", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_unlink", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_unlink", "to": "account_asset_fusionasset_set_to_cancelled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_unlink", "to": "account_asset_rationale_683", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_unlink", "to": "color_editor_coloreditor_reset_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_unlink", "to": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_unlink", "to": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_unlink", "to": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_unlink", "to": "portal_quotation_quotationportal_process_assessment_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_copy_data", "to": "account_asset_rationale_703", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_create", "to": "account_asset_fusionasset_compute_depreciation_board", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_create", "to": "account_asset_fusionasset_action_asset_modify", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_create", "to": "account_asset_fusionasset_set_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_create", "to": "account_asset_fusionasset_insert_depreciation_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_set_to_cancelled", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_set_to_draft", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_set_to_running", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_pause", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_fusionasset_get_disposal_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "account_asset_rationale_741", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_write", "to": "main_get_report", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "init_setup_module", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "color_editor_write_scss", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "wc_assessment_wheelchairassessment_action_generate_quotation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "wc_config_flow_wheelchairconfigflow_action_activate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "wc_config_flow_wheelchairconfigflow_action_archive", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "wc_config_flow_wheelchairconfigflow_action_reset_draft", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "portal_quotation_quotation_builder_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "quotation_api_save_step", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_write", "to": "quotation_api_public_save_step", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_compute_straight_line_amount", "to": "account_asset_fusionasset_compute_day_span", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_straight_line_amount", "to": "account_asset_fusionasset_compute_board_amount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_straight_line_amount", "to": "account_asset_rationale_765", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_board_amount", "to": "account_asset_fusionasset_compute_day_span", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_board_amount", "to": "account_asset_fusionasset_clamp_final_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_board_amount", "to": "account_asset_fusionasset_recompute_board", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_board_amount", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_board_amount", "to": "account_asset_rationale_795", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_depreciation_board", "to": "account_asset_fusionasset_recompute_board", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_depreciation_board", "to": "account_asset_fusionasset_validate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_depreciation_board", "to": "account_asset_rationale_898", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_recompute_board", "to": "account_asset_fusionasset_get_last_day_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_recompute_board", "to": "account_asset_fusionasset_get_end_period_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_recompute_board", "to": "account_asset_fusionasset_compute_day_span", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_recompute_board", "to": "account_asset_rationale_916", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_end_period_date", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_end_period_date", "to": "account_asset_rationale_997", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_day_span", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_day_span", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_compute_day_span", "to": "account_asset_rationale_1013", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_last_day_asset", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_last_day_asset", "to": "account_asset_rationale_1044", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_action_open_linked_assets", "to": "account_asset_fusionasset_open_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_action_open_linked_assets", "to": "account_asset_rationale_1056", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_action_asset_modify", "to": "account_asset_fusionasset_resume_after_pause", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_action_asset_modify", "to": "account_asset_rationale_1062", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_action_save_model", "to": "account_asset_rationale_1079", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_open_entries", "to": "account_asset_rationale_1103", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_open_related_entries", "to": "account_asset_rationale_1116", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_open_increase", "to": "account_asset_rationale_1127", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_open_parent_id", "to": "account_asset_rationale_1144", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_validate", "to": "account_asset_fusionasset_post_non_deductible_tax_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_validate", "to": "account_asset_rationale_1155", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_close", "to": "account_asset_fusionasset_get_disposal_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_close", "to": "account_asset_rationale_1198", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_cancelled", "to": "account_asset_fusionasset_cancel_future_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_cancelled", "to": "account_asset_rationale_1250", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_draft", "to": "account_asset_rationale_1307", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_set_to_running", "to": "account_asset_rationale_1311", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_resume_after_pause", "to": "account_asset_rationale_1322", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_pause", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_pause", "to": "account_asset_rationale_1330", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_open_asset", "to": "account_asset_rationale_1340", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_insert_depreciation_line", "to": "account_asset_fusionasset_create_move_before_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_insert_depreciation_line", "to": "account_asset_rationale_1362", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_post_non_deductible_tax_value", "to": "account_asset_rationale_1374", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_create_move_before_date", "to": "account_asset_fusionasset_cancel_future_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_create_move_before_date", "to": "account_asset_fusionasset_get_disposal_moves", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_create_move_before_date", "to": "account_asset_rationale_1386", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_cancel_future_moves", "to": "account_asset_rationale_1459", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_disposal_moves", "to": "account_asset_rationale_1475", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_disposal_moves", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_asset_fusionasset_select_dominant_amount", "to": "account_asset_rationale_1565", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_clamp_final_period", "to": "account_asset_rationale_1571", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_own_book_value", "to": "account_asset_fusionasset_get_residual_value_at_date", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_own_book_value", "to": "account_asset_rationale_1580", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionasset_get_residual_value_at_date", "to": "account_asset_rationale_1586", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetgroup", "to": "account_asset_fusionassetgroup_action_open_linked_assets", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetgroup", "to": "account_asset_rationale_1624", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetgroup_action_open_linked_assets", "to": "account_asset_rationale_1655", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_get_custom_display_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_caret_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_custom_options_initializer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_fetch_report_rows", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_get_parent_asset_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_execute_schedule_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler", "to": "account_asset_rationale_1667", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_get_custom_display_config", "to": "account_asset_rationale_1677", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "to": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "to": "account_asset_fusionassetreporthandler_apply_grouping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_dynamic_lines_generator", "to": "account_asset_rationale_1686", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "to": "account_asset_fusionassetreporthandler_fetch_report_rows", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "to": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_build_ungrouped_lines", "to": "account_asset_rationale_1724", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_caret_options_initializer", "to": "account_asset_rationale_1792", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_custom_options_initializer", "to": "account_asset_rationale_1800", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_fetch_report_rows", "to": "account_asset_fusionassetreporthandler_execute_schedule_query", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_fetch_report_rows", "to": "account_asset_fusionassetreporthandler_get_parent_asset_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_fetch_report_rows", "to": "account_asset_rationale_1829", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_get_parent_asset_values", "to": "account_asset_rationale_1874", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_apply_grouping", "to": "account_asset_rationale_1966", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_execute_schedule_query", "to": "account_asset_rationale_2050", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_fusionassetreporthandler_report_expand_unfoldable_line_assets_report_prefix_group", "to": "account_asset_rationale_2156", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_assetsreport", "to": "account_asset_assetsreport_get_caret_option_view_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_asset_assetsreport", "to": "account_asset_rationale_2185", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_move_line_test_js", "to": "move_line_test_openpreparedview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_asserts_js", "to": "asserts_asserts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_getcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_getdomcount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_success", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_error", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_istrue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_isfalse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_isequal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_isstrictequal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_contains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_containsnone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_containsnumber", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_domcontains", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_domcontainsnone", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_domcontainsnumber", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts", "to": "asserts_asserts_hasclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getcount", "to": "asserts_asserts_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getcount", "to": "asserts_asserts_containsnone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getcount", "to": "asserts_asserts_containsnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getdomcount", "to": "asserts_asserts_domcontains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getdomcount", "to": "asserts_asserts_domcontainsnone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_getdomcount", "to": "asserts_asserts_domcontainsnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_success", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_error", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_istrue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_isfalse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_isequal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_isstrictequal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_contains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_containsnone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_containsnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_domcontains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_domcontainsnone", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_domcontainsnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_check", "to": "asserts_asserts_hasclass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_error", "to": "flow_designer_action_flowdesigneraction_loadgraph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asserts_asserts_error", "to": "flow_designer_action_flowdesigneraction_savegraph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asserts_asserts_error", "to": "portal_quotation_quotation_builder_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asserts_asserts_error", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asserts_asserts_contains", "to": "asserts_asserts_hasclass", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "asserts_asserts_contains", "to": "header_initexpandablesearch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "asserts_asserts_contains", "to": "flow_designer_action_flowdesigneraction_handlemousedown", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_js", "to": "account_onboarding", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_js", "to": "account_newinvoice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_ui_js", "to": "test_tour_bank_rec_ui_bankrecuireportsteps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_test_tour_bank_rec_ui_js", "to": "test_tour_bank_rec_ui_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_tests_tours_account_tours_js", "to": "account_tours_gotoaccountmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_statement_csv_import_action_js", "to": "bank_statement_csv_import_action_bankstatementimportaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_csv_import_action_bankstatementimportaction", "to": "bank_statement_csv_import_action_bankstatementimportaction_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_csv_import_action_bankstatementimportaction", "to": "bank_statement_csv_import_action_bankstatementimportaction_exit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_csv_import_action_bankstatementimportaction_setup", "to": "bank_statement_csv_import_model_usebankstatementcsvimportmodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_account_bank_statement_import_model_js", "to": "account_bank_statement_import_model_init", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_statement_csv_import_model_js", "to": "bank_statement_csv_import_model_bankstatementcsvimportmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_statement_csv_import_model_js", "to": "bank_statement_csv_import_model_usebankstatementcsvimportmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_csv_import_model_bankstatementcsvimportmodel", "to": "bank_statement_csv_import_model_bankstatementcsvimportmodel_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_statement_csv_import_model_bankstatementcsvimportmodel", "to": "bank_statement_csv_import_model_bankstatementcsvimportmodel_onloadsuccess", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_list_js", "to": "list_bankreclistuploadcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_list_js", "to": "list_bankreclistuploadrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_bankreclistuploadrenderer", "to": "list_bankreclistuploadrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_bankreclistuploadrenderer", "to": "list_bankreclistuploadrenderer_ondragstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_kanban_js", "to": "kanban_bankreckanbanuploadcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_bank_reconciliation_kanban_js", "to": "kanban_bankrecuploadkanbanrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankrecuploadkanbanrenderer", "to": "kanban_bankrecuploadkanbanrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankrecuploadkanbanrenderer", "to": "kanban_bankrecuploadkanbanrenderer_ondragstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_util_js", "to": "util_buildlineid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_util_js", "to": "util_parselineid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_util_js", "to": "util_removetaxgroupingfromlineid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "util_buildlineid", "to": "util_removetaxgroupingfromlineid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "util_parselineid", "to": "util_removetaxgroupingfromlineid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_action_manager_account_report_dl_js", "to": "action_manager_account_report_dl_executeaccountreportdownload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_tours_fusion_accounting_js", "to": "fusion_accounting_newinvoice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_js_tours_fusion_accounting_js", "to": "fusion_accounting_gotoaccountmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_attachment_view_move_line_js", "to": "attachment_view_move_line_attachmentviewmoveline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "attachment_view_move_line_attachmentviewmoveline", "to": "attachment_view_move_line_attachmentviewmoveline_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_move_line_list_js", "to": "move_line_list_accountmovelinelistcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_move_line_list_js", "to": "move_line_list_accountmovelinelistrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_previewenabled", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_modelparams", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_togglepreview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_setpopout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_setselectedrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller", "to": "move_line_list_accountmovelinelistcontroller_setthread", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller_setselectedrecord", "to": "move_line_list_accountmovelinelistcontroller_setthread", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller_setselectedrecord", "to": "move_line_list_accountmovelinelistrenderer_oncellclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistcontroller_setselectedrecord", "to": "move_line_list_accountmovelinelistrenderer_findfocusfuturecell", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistrenderer", "to": "move_line_list_accountmovelinelistrenderer_oncellclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_accountmovelinelistrenderer", "to": "move_line_list_accountmovelinelistrenderer_findfocusfuturecell", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_filters_js", "to": "filters_hasextraoptionsfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_move_line_list_move_line_list_js", "to": "move_line_list_journalreportaccountmovelinereconcilelistrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_journalreportaccountmovelinereconcilelistrenderer", "to": "move_line_list_journalreportaccountmovelinereconcilelistrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_report_line_line_js", "to": "line_journalreportline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_journalreportline", "to": "line_journalreportline_lineclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_journalreportline", "to": "line_journalreportline_opentaxjournalitems", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_journalreportline_opentaxjournalitems", "to": "controller_accountreportcontroller_reportaction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_partner_ledger_line_cell_js", "to": "line_cell_partnerledgerlinecell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_partnerledgerlinecell", "to": "line_cell_partnerledgerlinecell_cellclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_monetary_field_auto_signed_amount_js", "to": "monetary_field_auto_signed_amount_bankrecmonetaryfield", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monetary_field_auto_signed_amount_bankrecmonetaryfield", "to": "monetary_field_auto_signed_amount_bankrecmonetaryfield_inputoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monetary_field_auto_signed_amount_bankrecmonetaryfield", "to": "monetary_field_auto_signed_amount_bankrecmonetaryfield_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_many2one_field_multi_edit_js", "to": "many2one_field_multi_edit_bankrecmany2onemultiid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "many2one_field_multi_edit_bankrecmany2onemultiid", "to": "many2one_field_multi_edit_bankrecmany2onemultiid_many2xautocompleteprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_finish_buttons_js", "to": "finish_buttons_bankrecfinishbuttons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_getjournalfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_searchmodel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_otherfiltersactive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_clearfilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons", "to": "finish_buttons_bankrecfinishbuttons_breadcrumbbackordashboard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons_getjournalfilter", "to": "finish_buttons_bankrecfinishbuttons_otherfiltersactive", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "finish_buttons_bankrecfinishbuttons_getjournalfilter", "to": "finish_buttons_bankrecfinishbuttons_clearfilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_list_js", "to": "list_bankreclistcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_bankreclistcontroller", "to": "list_bankreclistcontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_bankreclistcontroller", "to": "list_bankreclistcontroller_onrecordsaved", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_global_info_js", "to": "global_info_bankrecglobalinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "global_info_bankrecglobalinfo", "to": "global_info_bankrecglobalinfo_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "global_info_bankrecglobalinfo", "to": "global_info_bankrecglobalinfo_actionopenbankgl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_record_js", "to": "bank_rec_record_bankrecrecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_record_js", "to": "bank_rec_record_bankrecrelationalmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrecord", "to": "bank_rec_record_bankrecrecord_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrecord", "to": "bank_rec_record_bankrecrecord_updatetodocommand", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrecord", "to": "bank_rec_record_bankrecrecord_bindactiononlinechanged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrecord_updatetodocommand", "to": "kanban_bankreckanbancontroller_onchange", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_record_bankrecrecord_bindactiononlinechanged", "to": "kanban_bankreckanbancontroller_initbankrecmodel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "bank_rec_record_bankrecrelationalmodel", "to": "bank_rec_record_bankrecrelationalmodel_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrelationalmodel", "to": "bank_rec_record_bankrecrelationalmodel_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_record_bankrecrelationalmodel", "to": "bank_rec_record_bankrecrelationalmodel_getinitialvalues", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_kanban_js", "to": "kanban_bankreckanbanrecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_kanban_js", "to": "kanban_bankreckanbancontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_kanban_js", "to": "kanban_bankreckanbanrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrecord", "to": "kanban_bankreckanbanrecord_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrecord", "to": "kanban_bankreckanbanrecord_getrecordclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrecord_setup", "to": "kanban_bankreckanbanrenderer_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrecord_setup", "to": "kanban_bankreckanbancontroller_getstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_execprotectedaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_withnewstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_modeloptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getchildsubenv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_onwillstartafterload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_onkanbansearchmodelchanged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_openrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_onupdatedpager", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_onpageupdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_canquickcreate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_createrecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getnextavailablestlineid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_mountstlineinedit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_initbankrecmodel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getbankrecrecordlineinedit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_updatejournalstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_initreconcounter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_incrementreconcounter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_showrainbowman", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getcountersummary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getrainbowmancontentprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_movetonextline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_formatmonetaryfield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_ismonetaryzero", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_formatdatefield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_onchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getone2manycolumns", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_checkbankreclinerequiredfield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_getbankreclineinvalidfields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_checkbankreclinesinvalidfields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_notebookamlslistviewprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_focusmanualoperationfield", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_focuselement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionopenbankgl", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionremoveline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionselectrecomodel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actioncreaterecomodel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionviewrecomodels", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionvalidate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionreset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actiontocheck", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionsetaschecked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionaddnewaml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionremovenewaml", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionmountlineinedit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionmountlastlineinedit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_postprocesslinechangedreturntodocommand", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionlinechanged", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionsetpartnerreceivableaccount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionsetpartnerpayableaccount", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionredirecttosourcemove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_actionapplylinesuggestion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_handlelineclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller", "to": "kanban_bankreckanbancontroller_handlesuggestionhtmlclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_setup", "to": "kanban_bankreckanbanrenderer_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_setup", "to": "kanban_bankreckanbancontroller_getchildsubenv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedaction", "to": "kanban_bankreckanbancontroller_onkanbansearchmodelchanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedaction", "to": "kanban_bankreckanbancontroller_openrecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedaction", "to": "kanban_bankreckanbancontroller_onupdatedpager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionremoveline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionselectrecomodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actioncreaterecomodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionviewrecomodels", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionvalidate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionreset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actiontocheck", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionsetaschecked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionaddnewaml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionremovenewaml", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionmountlineinedit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionmountlastlineinedit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionlinechanged", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionsetpartnerreceivableaccount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionsetpartnerpayableaccount", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionredirecttosourcemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_execprotectedbankrecaction", "to": "kanban_bankreckanbancontroller_actionapplylinesuggestion", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_getstate", "to": "kanban_bankreckanbanrenderer_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_getstate", "to": "amls_list_view_bankrecamlsrenderer_setup", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_withnewstate", "to": "kanban_bankreckanbancontroller_onwillstartafterload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_withnewstate", "to": "kanban_bankreckanbancontroller_mountstlineinedit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_onwillstartafterload", "to": "kanban_bankreckanbancontroller_initbankrecmodel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_onwillstartafterload", "to": "kanban_bankreckanbancontroller_getnextavailablestlineid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_getnextavailablestlineid", "to": "kanban_bankreckanbancontroller_movetonextline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_mountstlineinedit", "to": "kanban_bankreckanbancontroller_onchange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_mountstlineinedit", "to": "kanban_bankreckanbancontroller_updatejournalstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_mountstlineinedit", "to": "kanban_bankreckanbancontroller_movetonextline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_initbankrecmodel", "to": "controller_accountreportcontroller_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_getbankrecrecordlineinedit", "to": "kanban_bankreckanbancontroller_handlesuggestionhtmlclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_updatejournalstate", "to": "kanban_bankreckanbancontroller_postprocesslinechangedreturntodocommand", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_incrementreconcounter", "to": "kanban_bankreckanbancontroller_actionvalidate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_movetonextline", "to": "kanban_bankreckanbancontroller_actionvalidate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_movetonextline", "to": "controller_accountreportcontroller_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_onchange", "to": "kanban_bankreckanbancontroller_actionvalidate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_onchange", "to": "kanban_bankreckanbancontroller_actionmountlineinedit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_checkbankreclinerequiredfield", "to": "kanban_bankreckanbancontroller_getbankreclineinvalidfields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_focusmanualoperationfield", "to": "kanban_bankreckanbancontroller_focuselement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_focusmanualoperationfield", "to": "kanban_bankreckanbancontroller_handlelineclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_actionaddnewaml", "to": "amls_list_view_bankrecamlsrenderer_oncellclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_actionremovenewaml", "to": "amls_list_view_bankrecamlsrenderer_oncellclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_postprocesslinechangedreturntodocommand", "to": "controller_accountreportcontroller_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "kanban_bankreckanbancontroller_actionredirecttosourcemove", "to": "kanban_bankreckanbancontroller_handlesuggestionhtmlclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbancontroller_actionapplylinesuggestion", "to": "kanban_bankreckanbancontroller_handlesuggestionhtmlclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer", "to": "kanban_bankreckanbanrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer", "to": "kanban_bankreckanbanrenderer_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer", "to": "kanban_bankreckanbanrenderer_openstatementdialog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer", "to": "kanban_bankreckanbanrenderer_cancelquickcreate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer", "to": "kanban_bankreckanbanrenderer_validatequickcreate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "kanban_bankreckanbanrenderer_validatequickcreate", "to": "controller_accountreportcontroller_load", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_rainbowman_content_js", "to": "rainbowman_content_bankrecrainbowcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "rainbowman_content_bankrecrainbowcontent", "to": "rainbowman_content_bankrecrainbowcontent_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_view_embedder_js", "to": "view_embedder_bankrecviewembedder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "view_embedder_bankrecviewembedder", "to": "view_embedder_bankrecviewembedder_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_amls_list_view_js", "to": "amls_list_view_bankrecamlsrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "amls_list_view_bankrecamlsrenderer", "to": "amls_list_view_bankrecamlsrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "amls_list_view_bankrecamlsrenderer", "to": "amls_list_view_bankrecamlsrenderer_getrowclass", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "amls_list_view_bankrecamlsrenderer", "to": "amls_list_view_bankrecamlsrenderer_oncellclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "amls_list_view_bankrecamlsrenderer", "to": "amls_list_view_bankrecamlsrenderer_savesearchstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_embedded_list_view_js", "to": "embedded_list_view_bankrecembeddedlistcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_embedded_list_view_js", "to": "embedded_list_view_bankrecwidgetformembeddedlistmodel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_list_view_bankrecwidgetformembeddedlistmodel", "to": "embedded_list_view_bankrecwidgetformembeddedlistmodel_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "embedded_list_view_bankrecwidgetformembeddedlistmodel", "to": "embedded_list_view_bankrecwidgetformembeddedlistmodel_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_list_view_switcher_js", "to": "list_view_switcher_listviewswitcher", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_view_switcher_listviewswitcher", "to": "list_view_switcher_listviewswitcher_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_view_switcher_listviewswitcher", "to": "list_view_switcher_listviewswitcher_switchview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "list_view_switcher_listviewswitcher", "to": "list_view_switcher_listviewswitcher_buttonlabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_quick_create_js", "to": "bank_rec_quick_create_bankrecquickcreatecontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_bank_reconciliation_bank_rec_quick_create_js", "to": "bank_rec_quick_create_bankrecquickcreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "bank_rec_quick_create_bankrecquickcreate", "to": "bank_rec_quick_create_bankrecquickcreate_getquickcreateprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_multicurrency_revaluation_report_filters_filters_js", "to": "filters_multicurrencyrevaluationreportfilters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_multicurrencyrevaluationreportfilters", "to": "filters_multicurrencyrevaluationreportfilters_filterexchangerate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_matching_link_widget_matching_link_widget_js", "to": "matching_link_widget_matchinglink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "matching_link_widget_matchinglink", "to": "matching_link_widget_matchinglink_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "matching_link_widget_matchinglink", "to": "matching_link_widget_matchinglink_reconcile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "matching_link_widget_matchinglink", "to": "matching_link_widget_matchinglink_viewmatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "matching_link_widget_matchinglink", "to": "matching_link_widget_matchinglink_colorcode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_sales_report_filters_filters_js", "to": "filters_salesreportfilters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_salesreportfilters", "to": "filters_salesreportfilters_selectedectaxname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_reconcile_move_line_list_reconcile_js", "to": "move_line_list_reconcile_accountmovelinereconcilelistcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_line_list_reconcile_move_line_list_reconcile_js", "to": "move_line_list_reconcile_accountmovelinereconcilelistrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_reconcile_accountmovelinereconcilelistcontroller", "to": "move_line_list_reconcile_accountmovelinereconcilelistcontroller_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_reconcile_accountmovelinereconcilelistcontroller", "to": "move_line_list_reconcile_accountmovelinereconcilelistcontroller_openautoreconcilewizard", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_reconcile_accountmovelinereconcilelistcontroller_setup", "to": "move_line_list_reconcile_accountmovelinereconcilelistrenderer_setup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "move_line_list_reconcile_accountmovelinereconcilelistrenderer", "to": "move_line_list_reconcile_accountmovelinereconcilelistrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_aged_partner_balance_filters_js", "to": "filters_agedpartnerbalancefilters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_agedpartnerbalancefilters", "to": "filters_agedpartnerbalancefilters_setaginginterval", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_agedpartnerbalancefilters_setaginginterval", "to": "filters_accountreportfilters_filterclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_move_reversed_move_reversed_js", "to": "move_reversed_movereversed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_controller_js", "to": "controller_accountreportcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_load", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_getcachekey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_incrementcallnumber", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_displayreport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_reload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_preloadclosedsections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_loadreport", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_loadreportoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_buttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_caretoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_columnheadersrenderdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_columngroupstotals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_filters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_annotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_groups", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_warnings", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_linesorder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_visibleannotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_needscolumnpercentcomparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hascustomsubheaders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hasdebugcolumn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hasstringdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hasvisibleannotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_updateoption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_deleteoption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_toggleoption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_switchtosection", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sessionoptionsid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hassessionoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_savesessionoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sessionoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_linehasdebugdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_linehasgrowthcomparisondata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_islineancestorof", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_islinechildof", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_islinerelatedto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_isnextlinechild", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_isnextlinedirectchild", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_istotalline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_isloadmoreline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_isloadedline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_replacelinewith", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_insertlinesafter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_insertlines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_unfoldloadedline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_unfoldnewline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_updatelinesorderindexes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_unfoldline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_foldline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_linescurrentorderbycolumn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_arelinesordered", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_arelinesorderedbycolumn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sortlinesbycolumnasc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sortlinesbycolumndesc", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sortlinesbydefault", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_sortlines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_refreshannotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_refreshvisibleannotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_setlinevisibility", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_hidezerolines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_reportaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller", "to": "controller_accountreportcontroller_openbudget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_loadreportoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_getcachekey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_incrementcallnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_savesessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_displayreport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "controller_accountreportcontroller_preloadclosedsections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_load", "to": "expand_groups_expandall_onexpandbuttonclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_load", "to": "collapse_groups_collapseall_oncollapsebuttonclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "controller_accountreportcontroller_incrementcallnumber", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "controller_accountreportcontroller_preloadclosedsections", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "controller_accountreportcontroller_loadreport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "controller_accountreportcontroller_loadreportoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "controller_accountreportcontroller_reportaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_getcachekey", "to": "filters_accountreportfilters_filtervariant", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_incrementcallnumber", "to": "controller_accountreportcontroller_loadreportoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_incrementcallnumber", "to": "controller_accountreportcontroller_updateoption", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_incrementcallnumber", "to": "filters_accountreportfilters_applyfilters", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_incrementcallnumber", "to": "filters_accountreportfilters_filtervariant", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_loadreport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_arelinesordered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_sortlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_setlinevisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_refreshvisibleannotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_savesessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_reload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "controller_accountreportcontroller_switchtosection", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_displayreport", "to": "filters_accountreportfilters_filtervariant", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_reload", "to": "controller_accountreportcontroller_savesessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_reload", "to": "controller_accountreportcontroller_updateoption", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_reload", "to": "filters_accountreportfilters_createbudget", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_preloadclosedsections", "to": "controller_accountreportcontroller_loadreport", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_loadreport", "to": "controller_accountreportcontroller_loadreportoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_loadreportoptions", "to": "controller_accountreportcontroller_hassessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_loadreportoptions", "to": "controller_accountreportcontroller_sessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_lines", "to": "controller_accountreportcontroller_setlinevisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_updateoption", "to": "controller_accountreportcontroller_deleteoption", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_updateoption", "to": "controller_accountreportcontroller_toggleoption", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_deleteoption", "to": "search_bar_accountreportsearchbar_search", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_toggleoption", "to": "filters_accountreportfilters_filterclicked", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_toggleoption", "to": "filters_accountreportfilters_togglehidezerolines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_toggleoption", "to": "filters_accountreportfilters_togglehorizontalsplit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_switchtosection", "to": "controller_accountreportcontroller_savesessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_sessionoptionsid", "to": "controller_accountreportcontroller_hassessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_sessionoptionsid", "to": "controller_accountreportcontroller_savesessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_sessionoptionsid", "to": "controller_accountreportcontroller_sessionoptions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "controller_accountreportcontroller_unfoldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "controller_accountreportcontroller_foldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "controller_accountreportcontroller_sortlinesbycolumnasc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "controller_accountreportcontroller_sortlinesbycolumndesc", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "controller_accountreportcontroller_sortlinesbydefault", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "filters_accountreportfilters_filtervariant", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "filters_accountreportfilters_filtertaxunit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "filters_accountreportfilters_togglehidezerolines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "filters_accountreportfilters_togglehorizontalsplit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_savesessionoptions", "to": "filters_accountreportfilters_filterroundingunit", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_islineancestorof", "to": "controller_accountreportcontroller_islinerelatedto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_islinechildof", "to": "controller_accountreportcontroller_islinerelatedto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_islinerelatedto", "to": "line_accountreportline_ishiddenbysearchfilter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_isnextlinechild", "to": "controller_accountreportcontroller_isloadedline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_isnextlinechild", "to": "controller_accountreportcontroller_unfoldloadedline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_isnextlinechild", "to": "controller_accountreportcontroller_foldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_isnextlinechild", "to": "line_accountreportline_hasvisiblechild", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_isnextlinedirectchild", "to": "controller_accountreportcontroller_unfoldloadedline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_istotalline", "to": "controller_accountreportcontroller_isloadedline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_istotalline", "to": "controller_accountreportcontroller_unfoldnewline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_istotalline", "to": "line_accountreportline_lineclasses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_isloadmoreline", "to": "controller_accountreportcontroller_isloadedline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_isloadedline", "to": "controller_accountreportcontroller_unfoldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_replacelinewith", "to": "controller_accountreportcontroller_insertlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_replacelinewith", "to": "line_name_accountreportlinename_loadmore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_insertlinesafter", "to": "controller_accountreportcontroller_insertlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_insertlinesafter", "to": "controller_accountreportcontroller_unfoldnewline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldloadedline", "to": "controller_accountreportcontroller_unfoldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldnewline", "to": "controller_accountreportcontroller_arelinesordered", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldnewline", "to": "controller_accountreportcontroller_updatelinesorderindexes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldnewline", "to": "controller_accountreportcontroller_unfoldline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_updatelinesorderindexes", "to": "line_name_accountreportlinename_loadmore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_unfoldline", "to": "controller_accountreportcontroller_setlinevisibility", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldline", "to": "controller_accountreportcontroller_refreshvisibleannotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_unfoldline", "to": "line_name_accountreportlinename_togglefoldable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_foldline", "to": "controller_accountreportcontroller_refreshvisibleannotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_foldline", "to": "line_name_accountreportlinename_togglefoldable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_linescurrentorderbycolumn", "to": "controller_accountreportcontroller_arelinesorderedbycolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_linescurrentorderbycolumn", "to": "header_accountreportheader_sortableclasses", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_linescurrentorderbycolumn", "to": "header_accountreportheader_sortlinesbycolumn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_arelinesordered", "to": "controller_accountreportcontroller_arelinesorderedbycolumn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_arelinesordered", "to": "line_name_accountreportlinename_loadmore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_sortlinesbycolumnasc", "to": "controller_accountreportcontroller_sortlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_sortlinesbycolumnasc", "to": "header_accountreportheader_sortlinesbycolumn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_sortlinesbycolumndesc", "to": "controller_accountreportcontroller_sortlines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_sortlinesbycolumndesc", "to": "header_accountreportheader_sortlinesbycolumn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_sortlinesbydefault", "to": "header_accountreportheader_sortlinesbycolumn", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_refreshannotations", "to": "controller_accountreportcontroller_refreshvisibleannotations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_setlinevisibility", "to": "controller_accountreportcontroller_hidezerolines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controller_accountreportcontroller_setlinevisibility", "to": "filters_accountreportfilters_togglehidezerolines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "controller_accountreportcontroller_setlinevisibility", "to": "line_name_accountreportlinename_loadmore", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_registercustomcomponent", "to": "group_test_category", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "account_report_accountreport_getcomponent", "to": "group_test_category", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_filters_filters_js", "to": "filters_accountreportfilters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_focusinnerinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedfiscalpositionname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedhorizontalgroupname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_ishorizontalgroupselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedtaxunitname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedvariantname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedsectionname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedaccounttype", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedamlirfilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_availableperiodorder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_periodorder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectedextraoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_dropdownprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_periodlabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_hasanalyticgroupbyfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_hascodesfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_hasextraoptionsfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_hasuifilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_hasfiscalpositionfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_isbudgetselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_datefrom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_dateto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_setdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_setdatefrom", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_setdateto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_datefilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_initdatefilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_getdatefilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectdatefilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectpreviousperiod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectnextperiod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_changeperiod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_isperiodselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_displayperiod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_displaymonth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_displayquarter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_displayyear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_displaytaxperiod", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_computetaxperioddates", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_setnumberperiods", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_getmultirecordselectorprops", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_roundingunitname", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_filterclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_applyfilters", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectjournal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_toggleselectedjournal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_unfoldcompanyjournals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_filtervariant", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_filtertaxunit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_togglehidezerolines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_togglehorizontalsplit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_filterroundingunit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selecthorizontalgroup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_selectbudget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters", "to": "filters_accountreportfilters_createbudget", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_setup", "to": "filters_accountreportfilters_initdatefilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_setdate", "to": "filters_accountreportfilters_applyfilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_setdate", "to": "filters_accountreportfilters_setdatefrom", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_setdate", "to": "filters_accountreportfilters_setdateto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_getdatefilter", "to": "filters_accountreportfilters_selectdatefilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_getdatefilter", "to": "filters_accountreportfilters_changeperiod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_selectdatefilter", "to": "filters_accountreportfilters_filterclicked", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_selectpreviousperiod", "to": "filters_accountreportfilters_changeperiod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_selectnextperiod", "to": "filters_accountreportfilters_changeperiod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_changeperiod", "to": "filters_accountreportfilters_applyfilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_displayperiod", "to": "filters_accountreportfilters_displaymonth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_displayperiod", "to": "filters_accountreportfilters_displayquarter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_displayperiod", "to": "filters_accountreportfilters_displayyear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_displayperiod", "to": "filters_accountreportfilters_displaytaxperiod", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_displaytaxperiod", "to": "filters_accountreportfilters_computetaxperioddates", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_filterclicked", "to": "filters_accountreportfilters_applyfilters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_filterclicked", "to": "filters_accountreportfilters_filtertaxunit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_filterclicked", "to": "filters_accountreportfilters_selecthorizontalgroup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_applyfilters", "to": "filters_accountreportfilters_selectjournal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_applyfilters", "to": "filters_accountreportfilters_selectbudget", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "filters_accountreportfilters_selectjournal", "to": "filters_accountreportfilters_toggleselectedjournal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_search_bar_search_bar_js", "to": "search_bar_accountreportsearchbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "search_bar_accountreportsearchbar", "to": "search_bar_accountreportsearchbar_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "search_bar_accountreportsearchbar", "to": "search_bar_accountreportsearchbar_search", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "color_editor_find_attachment", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "color_editor_find_asset", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "color_editor_coloreditor_extract_variable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_section_get_equipment_type_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_section_action_auto_populate_all_sections", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_section_wheelchairsection_populate_section_from_products", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_assessment_get_equipment_type_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_assessment_wheelchairassessment_create_upcharge_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_assessment_wheelchairassessment_ensure_frame_line", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_config_flow_get_equipment_type_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_config_flow_wheelchairconfigflow_action_activate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_upcharge_rule_get_equipment_type_selection", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "wc_upcharge_rule_compute_adp_device_code_id", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "portal_quotation_quotation_builder_list", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "portal_quotation_quotationportal_get_form_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "portal_quotation_quotationpublic_validate_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "quotation_api_search_clients", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "quotation_api_search_products", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "quotation_api_get_section_options", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "quotation_api_check_upcharges", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "search_bar_accountreportsearchbar_search", "to": "quotation_api_quotationpublicapi_validate_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_line_name_js", "to": "line_name_accountreportlinename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_caretoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_hascaretoptions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_caretaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_linenameclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_triggeraction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_loadmore", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_togglefoldable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_hasvisibleannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_toggleannotationpopover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename", "to": "line_name_accountreportlinename_addannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_name_accountreportlinename_toggleannotationpopover", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_popover_annotations_popover_js", "to": "annotations_popover_accountreportannotationspopover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_isaddingannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_refreshannotations", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_getnewannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_cleannewannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_addannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_formatannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_savenewannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_deleteannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover", "to": "annotations_popover_accountreportannotationspopover_editannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover_setup", "to": "annotations_popover_accountreportannotationspopover_getnewannotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover_refreshannotations", "to": "annotations_popover_accountreportannotationspopover_cleannewannotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover_refreshannotations", "to": "annotations_popover_accountreportannotationspopover_deleteannotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover_refreshannotations", "to": "annotations_popover_accountreportannotationspopover_editannotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotations_popover_accountreportannotationspopover_getnewannotation", "to": "annotations_popover_accountreportannotationspopover_addannotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_name_popover_line_annotation_popover_line_js", "to": "annotation_popover_line_annotationpopoverline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline", "to": "annotation_popover_line_annotationpopoverline_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline", "to": "annotation_popover_line_annotationpopoverline_applyautoresizetoall", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline", "to": "annotation_popover_line_annotationpopoverline_annotationeditdate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline", "to": "annotation_popover_line_annotationpopoverline_annotationedittext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline", "to": "annotation_popover_line_annotationpopoverline_deleteannotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "annotation_popover_line_annotationpopoverline_setup", "to": "annotation_popover_line_annotationpopoverline_applyautoresizetoall", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_line_cell_js", "to": "line_cell_accountreportlinecell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_isnumeric", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_cellclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_audit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_editpopover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_carryoverpopover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell", "to": "line_cell_accountreportlinecell_comparisonclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell_isnumeric", "to": "line_cell_accountreportlinecell_cellclasses", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_accountreportlinecell_editpopover", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_popover_edit_popover_js", "to": "edit_popover_accountreporteditpopover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edit_popover_accountreporteditpopover", "to": "edit_popover_accountreporteditpopover_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "edit_popover_accountreporteditpopover", "to": "edit_popover_accountreporteditpopover_edit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_popover_carryover_popover_js", "to": "carryover_popover_accountreportcarryoverpopover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "carryover_popover_accountreportcarryoverpopover", "to": "carryover_popover_accountreportcarryoverpopover_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "carryover_popover_accountreportcarryoverpopover", "to": "carryover_popover_accountreportcarryoverpopover_viewcarryoverlinesaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "carryover_popover_accountreportcarryoverpopover_viewcarryoverlinesaction", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_line_js", "to": "line_accountreportline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_lineclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_hasvisiblechild", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_growthcomparisonclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_horizontalgrouptotalclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_ishiddenbysearchfilter", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline", "to": "line_accountreportline_showdebugpopover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline_lineclasses", "to": "line_accountreportline_ishiddenbysearchfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline_lineclasses", "to": "line_accountreportline_hasvisiblechild", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline_hasvisiblechild", "to": "line_accountreportline_ishiddenbysearchfilter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_accountreportline_showdebugpopover", "to": "redirectaction_redirectaction_close", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_popover_debug_popover_js", "to": "debug_popover_accountreportdebugpopover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_cog_menu_cog_menu_js", "to": "cog_menu_accountreportcogmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cog_menu_accountreportcogmenu", "to": "cog_menu_accountreportcogmenu_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "cog_menu_accountreportcogmenu", "to": "cog_menu_accountreportcogmenu_cogbuttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_buttons_bar_buttons_bar_js", "to": "buttons_bar_accountreportbuttonsbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "buttons_bar_accountreportbuttonsbar", "to": "buttons_bar_accountreportbuttonsbar_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "buttons_bar_accountreportbuttonsbar", "to": "buttons_bar_accountreportbuttonsbar_barbuttons", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_line_cell_editable_line_cell_editable_js", "to": "line_cell_editable_accountreportlinecelleditable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_cellclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_haseditpopupdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_onchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_inputvalue", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_onfocus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "line_cell_editable_accountreportlinecelleditable", "to": "line_cell_editable_accountreportlinecelleditable_onblur", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_ellipsis_ellipsis_js", "to": "ellipsis_accountreportellipsis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ellipsis_accountreportellipsis", "to": "ellipsis_accountreportellipsis_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ellipsis_accountreportellipsis", "to": "ellipsis_accountreportellipsis_triggersellipsis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ellipsis_accountreportellipsis", "to": "ellipsis_accountreportellipsis_copyellipsistext", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ellipsis_accountreportellipsis", "to": "ellipsis_accountreportellipsis_showellipsispopover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_ellipsis_popover_ellipsis_popover_js", "to": "ellipsis_popover_accountreportellipsispopover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_account_report_header_header_js", "to": "header_accountreportheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_columnheaders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_columnheaderscolspan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_subheaders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_customsubheaders", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_sortableclasses", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_accountreportheader", "to": "header_accountreportheader_sortlinesbycolumn", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_journal_dashboard_activity_journal_dashboard_activity_js", "to": "journal_dashboard_activity_journaldashboardactivitytaxreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "journal_dashboard_activity_journaldashboardactivitytaxreport", "to": "journal_dashboard_activity_journaldashboardactivitytaxreport_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "journal_dashboard_activity_journaldashboardactivitytaxreport", "to": "journal_dashboard_activity_journaldashboardactivitytaxreport_openactivity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_components_redirectaction_redirectaction_js", "to": "redirectaction_redirectaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redirectaction_redirectaction", "to": "redirectaction_redirectaction_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redirectaction_redirectaction", "to": "redirectaction_redirectaction_openclientaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "redirectaction_redirectaction", "to": "redirectaction_redirectaction_close", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_widgets_account_report_x2many_account_report_x2many_js", "to": "account_report_x2many_accountreportlistrenderer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_static_src_widgets_account_report_x2many_account_report_x2many_js", "to": "account_report_x2many_accountreportslineslistx2manyfield", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_recordsdatadeepcopy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_formatdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_ondragstart", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_ondragend", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_setrecordparent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_setrecordhierarchy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_setrecordsequence", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_ondrop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_ondeleterecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer", "to": "account_report_x2many_accountreportlistrenderer_deleterecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_setup", "to": "account_report_x2many_accountreportlistrenderer_formatdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_recordsdatadeepcopy", "to": "account_report_x2many_accountreportlistrenderer_formatdata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_setrecordparent", "to": "account_report_x2many_accountreportlistrenderer_ondrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_setrecordhierarchy", "to": "account_report_x2many_accountreportlistrenderer_ondrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_setrecordsequence", "to": "account_report_x2many_accountreportlistrenderer_ondrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportlistrenderer_ondeleterecord", "to": "account_report_x2many_accountreportlistrenderer_deleterecord", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "account_report_x2many_accountreportslineslistx2manyfield", "to": "account_report_x2many_accountreportslineslistx2manyfield_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_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_work_in_progress_fusion_accounting_controllers_main_py", "to": "main_accountreportcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_controllers_main_py", "to": "main_get_report", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_controllers_main_py", "to": "main_download_report_attachments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_accountreportcontroller", "to": "main_accountreportcontroller_format_error_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_accountreportcontroller", "to": "main_accountreportcontroller_build_response_headers", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_accountreportcontroller", "to": "main_rationale_17", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_get_report", "to": "main_accountreportcontroller_build_response_headers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_get_report", "to": "main_accountreportcontroller_format_error_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_accountreportcontroller_format_error_response", "to": "main_rationale_86", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "main_accountreportcontroller_build_response_headers", "to": "main_rationale_95", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_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_work_in_progress_fusion_backend_theme_init_py", "to": "init_setup_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_init_py", "to": "init_uninstall_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "init_uninstall_cleanup", "to": "res_config_settings_resconfigsettings_reset_theme_color_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_ir_http_py", "to": "ir_http_irhttp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_ir_http_py", "to": "ir_http_post_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_http_irhttp", "to": "ir_http_irhttp_color_scheme", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_http_irhttp", "to": "ir_http_irhttp_session_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ir_http_irhttp_color_scheme", "to": "main_web_client", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_users_settings_py", "to": "res_users_settings_resuserssettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_coloreditor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_get_custom_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_get_url_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_find_attachment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_find_asset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_read_scss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_color_editor_py", "to": "color_editor_write_scss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_extract_variable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_extract_variables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_update_variables", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_get_variable_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_set_variable_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor", "to": "color_editor_coloreditor_reset_asset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_get_custom_url", "to": "color_editor_read_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_get_custom_url", "to": "color_editor_write_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_get_custom_url", "to": "color_editor_coloreditor_reset_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_get_url_info", "to": "color_editor_read_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_get_url_info", "to": "form_compiler_compile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_find_attachment", "to": "color_editor_read_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_find_attachment", "to": "color_editor_write_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_find_attachment", "to": "color_editor_coloreditor_reset_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_find_asset", "to": "color_editor_write_scss", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_find_asset", "to": "color_editor_coloreditor_reset_asset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_read_scss", "to": "color_editor_coloreditor_get_variable_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_read_scss", "to": "color_editor_coloreditor_set_variable_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor_extract_variable", "to": "color_editor_coloreditor_extract_variables", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor_extract_variables", "to": "color_editor_coloreditor_get_variable_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_coloreditor_update_variables", "to": "color_editor_coloreditor_set_variable_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_write_scss", "to": "color_editor_coloreditor_set_variable_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "color_editor_write_scss", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_get_variable_values", "to": "res_config_settings_resconfigsettings_get_light_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_get_variable_values", "to": "res_config_settings_resconfigsettings_get_dark_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_get_variable_values", "to": "res_config_settings_resconfigsettings_get_theme_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_set_variable_values", "to": "res_config_settings_resconfigsettings_replace_light_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_set_variable_values", "to": "res_config_settings_resconfigsettings_replace_dark_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_set_variable_values", "to": "res_config_settings_resconfigsettings_replace_theme_color_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_reset_asset", "to": "res_config_settings_resconfigsettings_reset_light_color_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_reset_asset", "to": "res_config_settings_resconfigsettings_reset_dark_color_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "color_editor_coloreditor_reset_asset", "to": "res_config_settings_resconfigsettings_reset_theme_color_assets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_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_work_in_progress_fusion_backend_theme_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_work_in_progress_fusion_backend_theme_models_res_users_py", "to": "res_users_self_readable_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_users_py", "to": "res_users_self_writeable_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_theme_color_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_asset_light_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_bundle_light_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_asset_dark_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_bundle_dark_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_asset_theme_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_models_res_config_settings_py", "to": "res_config_settings_color_bundle_theme_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_light_color_values", "to": "res_config_settings_resconfigsettings_set_light_color_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_light_color_values", "to": "res_config_settings_resconfigsettings_detect_light_color_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_light_color_values", "to": "res_config_settings_resconfigsettings_get_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_detect_light_color_change", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_replace_light_color_values", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_reset_light_color_assets", "to": "res_config_settings_resconfigsettings_action_reset_light_color_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_reset_light_color_assets", "to": "res_config_settings_resconfigsettings_action_reset_theme_color_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_dark_color_values", "to": "res_config_settings_resconfigsettings_set_dark_color_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_dark_color_values", "to": "res_config_settings_resconfigsettings_detect_dark_color_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_dark_color_values", "to": "res_config_settings_resconfigsettings_get_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_detect_dark_color_change", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_replace_dark_color_values", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_reset_dark_color_assets", "to": "res_config_settings_resconfigsettings_action_reset_dark_color_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_reset_dark_color_assets", "to": "res_config_settings_resconfigsettings_action_reset_theme_color_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_theme_color_values", "to": "res_config_settings_resconfigsettings_set_theme_color_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_get_theme_color_values", "to": "res_config_settings_resconfigsettings_detect_theme_color_change", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_set_theme_color_values", "to": "res_config_settings_resconfigsettings_get_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_detect_theme_color_change", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_replace_theme_color_values", "to": "res_config_settings_resconfigsettings_set_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings_reset_theme_color_assets", "to": "res_config_settings_resconfigsettings_action_reset_theme_color_assets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_tests_refresh_test_js", "to": "refresh_test_product", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_tests_group_test_js", "to": "group_test_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_tests_group_test_js", "to": "group_test_product", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_sidebar_sidebar_js", "to": "sidebar_sidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sidebar_sidebar", "to": "sidebar_sidebar_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sidebar_sidebar", "to": "sidebar_sidebar_onappclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_navbar_navbar_js", "to": "navbar_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_webclient_app_switcher_app_switcher_js", "to": "app_switcher_appswitcher", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_maxiconnumber", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_registerhotkeys", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_updatefocusedindex", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_getappelements", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_onsortdrop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher", "to": "app_switcher_appswitcher_onopened", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher_setup", "to": "app_switcher_appswitcher_registerhotkeys", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher_updatefocusedindex", "to": "app_switcher_appswitcher_getappelements", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_switcher_appswitcher_getappelements", "to": "app_switcher_appswitcher_onsortdrop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_color_scheme_color_scheme_service_js", "to": "color_scheme_service_systemcolorscheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_color_scheme_color_scheme_service_js", "to": "color_scheme_service_currentcolorscheme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_dialog_dialog_js", "to": "dialog_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_dialog_dialog_js", "to": "dialog_onclickdialogsizetoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_dialog_select_create_dialog_js", "to": "select_create_dialog_onclickdialogsizetoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_core_thread_thread_js", "to": "thread_displaymessages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_chatter_chatter_js", "to": "chatter_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_chatter_chatter_js", "to": "chatter_onclicknotificationstoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_renderer_js", "to": "form_renderer_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_renderer_js", "to": "form_renderer_onstartchatterresize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_renderer_js", "to": "form_renderer_ondoubleclickchatterresize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_form_form_compiler_js", "to": "form_compiler_compile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_expand_groups_js", "to": "expand_groups_expandall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "expand_groups_expandall", "to": "expand_groups_expandall_onexpandbuttonclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_collapse_groups_js", "to": "collapse_groups_collapseall", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "collapse_groups_collapseall", "to": "collapse_groups_collapseall_oncollapsebuttonclicked", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_setup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_checkautoloadavailability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_getautoloadrefreshinterval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_getautoloadstoragekey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_getautoloadstoragevalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_setautoloadstoragevalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_removeautoloadstoragevalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_static_src_views_search_auto_refresh_js", "to": "auto_refresh_toggleautoload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_refresh_getautoloadstoragekey", "to": "auto_refresh_getautoloadstoragevalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_refresh_getautoloadstoragekey", "to": "auto_refresh_setautoloadstoragevalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_refresh_getautoloadstoragekey", "to": "auto_refresh_removeautoloadstoragevalue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_refresh_setautoloadstoragevalue", "to": "auto_refresh_toggleautoload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auto_refresh_removeautoloadstoragevalue", "to": "auto_refresh_toggleautoload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_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_work_in_progress_fusion_backend_theme_controllers_main_py", "to": "main_webclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_backend_theme_controllers_main_py", "to": "main_web_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_static_src_js_header_js", "to": "header_initexpandablesearch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "header_initexpandablesearch", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_website_theme_fusion_website_theme_static_src_js_header_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_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_work_in_progress_fusion_quotations_models_wc_section_py", "to": "wc_section_wheelchairsection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_py", "to": "wc_section_get_equipment_type_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_py", "to": "wc_section_compute_option_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_py", "to": "wc_section_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_py", "to": "wc_section_action_auto_populate_all_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection", "to": "wc_section_wheelchairsection_action_auto_populate_options", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection", "to": "wc_section_wheelchairsection_populate_section_from_products", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection_action_auto_populate_options", "to": "wc_section_wheelchairsection_populate_section_from_products", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection_action_auto_populate_options", "to": "wc_section_rationale_294", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_action_auto_populate_all_sections", "to": "wc_section_wheelchairsection_populate_section_from_products", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection_populate_section_from_products", "to": "wc_section_rationale_358", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_section_wheelchairsection_populate_section_from_products", "to": "wc_assessment_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_wheelchairassessment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_get_equipment_type_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_compute_client_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_compute_normalized_measurements", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_compute_totals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_py", "to": "wc_assessment_compare_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_compute_portal_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_compute_public_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_generate_access_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_open_portal_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_generate_share_link", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_get_measurement_value", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_create_upcharge_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_generate_quotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_resolve_partner", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_ensure_frame_line", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_prepare_sale_order_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_prepare_sale_order_line_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_post_quotation_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_mark_review", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_reset_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment", "to": "wc_assessment_wheelchairassessment_action_view_quotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_generate_access_token", "to": "wc_assessment_wheelchairassessment_action_generate_share_link", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_generate_access_token", "to": "wc_assessment_rationale_420", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_open_portal_form", "to": "wc_assessment_rationale_426", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_share_link", "to": "wc_assessment_rationale_435", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_create", "to": "wc_assessment_wheelchairassessment_create_upcharge_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_create", "to": "wc_assessment_wheelchairassessment_action_generate_quotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_create", "to": "wc_assessment_wheelchairassessment_resolve_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_create", "to": "wc_assessment_wheelchairassessment_ensure_frame_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_create", "to": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_create", "to": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_create", "to": "portal_quotation_quotation_builder_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_create", "to": "portal_quotation_quotationportal_process_assessment_lines", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "to": "wc_assessment_wheelchairassessment_get_measurement_value", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "to": "wc_assessment_compare_values", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "to": "wc_assessment_wheelchairassessment_create_upcharge_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "to": "wc_assessment_wheelchairassessment_action_generate_quotation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_evaluate_upcharge_rules", "to": "wc_assessment_rationale_465", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_get_measurement_value", "to": "wc_assessment_rationale_517", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_create_upcharge_line", "to": "wc_assessment_rationale_552", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_wheelchairassessment_resolve_partner", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_wheelchairassessment_ensure_frame_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_wheelchairassessment_prepare_sale_order_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_wheelchairassessment_prepare_sale_order_line_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_wheelchairassessment_post_quotation_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "wc_assessment_rationale_580", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "portal_quotation_quotation_builder_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_wheelchairassessment_action_generate_quotation", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_assessment_wheelchairassessment_resolve_partner", "to": "wc_assessment_rationale_621", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_ensure_frame_line", "to": "wc_assessment_rationale_646", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_prepare_sale_order_vals", "to": "wc_assessment_rationale_710", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_prepare_sale_order_line_vals", "to": "wc_assessment_rationale_745", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_post_quotation_message", "to": "wc_assessment_rationale_760", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_mark_review", "to": "wc_assessment_rationale_823", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_cancel", "to": "wc_assessment_rationale_828", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_assessment_wheelchairassessment_action_view_quotation", "to": "wc_assessment_rationale_839", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_step_py", "to": "wc_config_flow_step_configflowstep", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_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_work_in_progress_fusion_quotations_models_wc_config_flow_py", "to": "wc_config_flow_wheelchairconfigflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_py", "to": "wc_config_flow_get_equipment_type_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_py", "to": "wc_config_flow_compute_counts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_open_designer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_activate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_archive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_reset_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_action_new_assessment_form", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_load_flow_graph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_evaluate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_finalize_result", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_evaluate_node", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_evaluate_decision", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_evaluate_measurement", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow", "to": "wc_config_flow_wheelchairconfigflow_get_next_nodes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_open_designer", "to": "wc_config_flow_rationale_69", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_activate", "to": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_activate", "to": "wc_config_flow_rationale_79", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "to": "wc_config_flow_rationale_104", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_create_default_steps", "to": "portal_quotation_quotationportal_get_form_context", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "wc_config_flow_wheelchairconfigflow_action_new_assessment_form", "to": "wc_config_flow_rationale_205", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_load_flow_graph", "to": "wc_config_flow_rationale_218", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_save_flow_graph", "to": "wc_config_flow_rationale_277", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate", "to": "wc_config_flow_wheelchairconfigflow_finalize_result", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate", "to": "wc_config_flow_wheelchairconfigflow_evaluate_node", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate", "to": "wc_config_flow_rationale_378", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_finalize_result", "to": "wc_config_flow_rationale_422", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_node", "to": "wc_config_flow_wheelchairconfigflow_get_next_nodes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_node", "to": "wc_config_flow_wheelchairconfigflow_evaluate_decision", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_node", "to": "wc_config_flow_wheelchairconfigflow_evaluate_measurement", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_node", "to": "wc_config_flow_rationale_429", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_decision", "to": "wc_config_flow_rationale_474", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_evaluate_measurement", "to": "wc_config_flow_rationale_510", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "wc_config_flow_wheelchairconfigflow_get_next_nodes", "to": "wc_config_flow_rationale_535", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_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_work_in_progress_fusion_quotations_models_wc_upcharge_rule_py", "to": "wc_upcharge_rule_wheelchairupchargerule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_upcharge_rule_py", "to": "wc_upcharge_rule_get_equipment_type_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_upcharge_rule_py", "to": "wc_upcharge_rule_compute_adp_device_code_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_node_py", "to": "wc_config_flow_node_wheelchairconfigflownode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_connection_py", "to": "wc_config_flow_connection_wheelchairconfigflowconnection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_equipment_type_py", "to": "equipment_type_equipmenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_node_option_py", "to": "wc_config_flow_node_option_wheelchairconfigflownodeoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_config_flow_node_option_py", "to": "wc_config_flow_node_option_compute_port_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_option_py", "to": "wc_section_option_wheelchairsectionoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_option_py", "to": "wc_section_option_compute_variant_count", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_section_option_py", "to": "wc_section_option_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_line_py", "to": "wc_assessment_line_wheelchairassessmentline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_line_py", "to": "wc_assessment_line_compute_subtotal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_line_py", "to": "wc_assessment_line_compute_portions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_models_wc_assessment_line_py", "to": "wc_assessment_line_onchange_product_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_flow_designer_flow_designer_action_js", "to": "flow_designer_action_bezierpath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_flow_designer_flow_designer_action_js", "to": "flow_designer_action_getportsfornode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_flow_designer_flow_designer_action_js", "to": "flow_designer_action_snaptogrid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_static_src_js_flow_designer_flow_designer_action_js", "to": "flow_designer_action_flowdesigneraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_bezierpath", "to": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_getportsfornode", "to": "flow_designer_action_flowdesigneraction_connectionpaths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_getportsfornode", "to": "flow_designer_action_flowdesigneraction_findportnear", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_snaptogrid", "to": "flow_designer_action_flowdesigneraction_onaddnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_snaptogrid", "to": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_loadgraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_savegraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_screentocanvas", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_transformstr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_nodeswithports", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_connectionpaths", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_getnodetypelabel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onaddnode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_ondeleteselected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onsave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onzoomin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onzoomout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onzoomreset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_bindcanvasevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_unbindcanvasevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_findportnear", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_handlemousedown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_handlemouseup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_handlewheel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_handlekeydown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_selectednode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onpanelclose", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onnodefieldchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onnodenumberchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onaddnodeoption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onremovenodeoption", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction", "to": "flow_designer_action_flowdesigneraction_onnodeoptionnamechange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_loadgraph", "to": "flow_designer_action_flowdesigneraction_savegraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_savegraph", "to": "flow_designer_action_flowdesigneraction_onsave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_screentocanvas", "to": "flow_designer_action_flowdesigneraction_onaddnode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_screentocanvas", "to": "flow_designer_action_flowdesigneraction_handlemousedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_screentocanvas", "to": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_screentocanvas", "to": "flow_designer_action_flowdesigneraction_handlemouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_ondeleteselected", "to": "flow_designer_action_flowdesigneraction_handlekeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_onsave", "to": "flow_designer_action_flowdesigneraction_handlekeydown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_findportnear", "to": "flow_designer_action_flowdesigneraction_handlemousedown", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_findportnear", "to": "flow_designer_action_flowdesigneraction_handlemousemove", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "flow_designer_action_flowdesigneraction_findportnear", "to": "flow_designer_action_flowdesigneraction_handlemouseup", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_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_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotationportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotation_builder_list", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotation_builder_new", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotation_builder_edit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotation_builder_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_quotationpublic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_public_form_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_embed_form_view", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_portal_quotation_py", "to": "portal_quotation_public_form_save", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "customerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_quotationportal_prepare_home_portal_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_quotationportal_get_form_context", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_quotationportal_extract_assessment_vals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_quotationportal_process_assessment_lines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_public_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_embed_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_get_form_context", "to": "portal_quotation_quotation_builder_new", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_get_form_context", "to": "portal_quotation_quotation_builder_edit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_get_form_context", "to": "portal_quotation_public_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_get_form_context", "to": "portal_quotation_embed_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_get_form_context", "to": "portal_quotation_rationale_58", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotation_builder_save", "to": "portal_quotation_quotationportal_extract_assessment_vals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotation_builder_save", "to": "portal_quotation_quotationportal_process_assessment_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_extract_assessment_vals", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_extract_assessment_vals", "to": "portal_quotation_rationale_272", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_process_assessment_lines", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationportal_process_assessment_lines", "to": "portal_quotation_rationale_376", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic", "to": "portal_quotation_quotationpublic_validate_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic", "to": "portal_quotation_rationale_446", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic_validate_token", "to": "portal_quotation_public_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic_validate_token", "to": "portal_quotation_embed_form_view", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic_validate_token", "to": "portal_quotation_public_form_save", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_quotation_quotationpublic_validate_token", "to": "portal_quotation_rationale_449", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_quotationapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_search_clients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_search_products", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_get_product_attributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_resolve_variant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_get_section_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_check_upcharges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_save_step", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_compare", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_quotationpublicapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_search_clients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_search_products", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_get_product_attributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_resolve_variant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_get_section_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_check_upcharges", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_quotations_controllers_quotation_api_py", "to": "quotation_api_public_save_step", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_search_clients", "to": "quotation_api_public_search_clients", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_search_products", "to": "quotation_api_public_search_products", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_get_product_attributes", "to": "quotation_api_public_get_product_attributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_resolve_variant", "to": "quotation_api_public_resolve_variant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_get_section_options", "to": "quotation_api_public_get_section_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_check_upcharges", "to": "quotation_api_compare", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_check_upcharges", "to": "quotation_api_public_check_upcharges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi", "to": "quotation_api_quotationpublicapi_validate_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi", "to": "quotation_api_rationale_321", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_search_clients", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_search_products", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_get_product_attributes", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_resolve_variant", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_get_section_options", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_check_upcharges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "quotation_api_quotationpublicapi_validate_token", "to": "quotation_api_public_save_step", "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": 485}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 417}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 300}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 237}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 169}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 155}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 121}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 119}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 88}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 84}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 84}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 78}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 68}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 67}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 64}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 54}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 54}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 45}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 38}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 37}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 35}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 35}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 34}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 31}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 30}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 29}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 29}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 29}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 28}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 28}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 28}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 26}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 24}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 22}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 22}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 20}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 20}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 19}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 16}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 15}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 15}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 14}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 12}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 12}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 11}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 11}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 9}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 9}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 9}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 9}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 9}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 8}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 8}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 8}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 8}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 8}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 8}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 7}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 7}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 7}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 7}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 6}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 6}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 6}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 5}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 5}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 5}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 5}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 5}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 5}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 5}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 5}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 5}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 5}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 4}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 4}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 4}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 4}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 4}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 4}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 4}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 4}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 4}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 4}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 4}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 4}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 4}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 4}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 3}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 3}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 3}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 3}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 3}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 3}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 3}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 3}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 3}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 3}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 3}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 3}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 3}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 3}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 3}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 3}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 3}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 2}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 2}, {"cid": 107, "color": "#FF9DA7", "label": "Community 107", "count": 2}, {"cid": 108, "color": "#9C755F", "label": "Community 108", "count": 2}, {"cid": 109, "color": "#BAB0AC", "label": "Community 109", "count": 2}, {"cid": 110, "color": "#4E79A7", "label": "Community 110", "count": 2}, {"cid": 111, "color": "#F28E2B", "label": "Community 111", "count": 2}, {"cid": 112, "color": "#E15759", "label": "Community 112", "count": 2}, {"cid": 113, "color": "#76B7B2", "label": "Community 113", "count": 2}, {"cid": 114, "color": "#59A14F", "label": "Community 114", "count": 2}, {"cid": 115, "color": "#EDC948", "label": "Community 115", "count": 2}, {"cid": 116, "color": "#B07AA1", "label": "Community 116", "count": 2}, {"cid": 117, "color": "#FF9DA7", "label": "Community 117", "count": 2}, {"cid": 118, "color": "#9C755F", "label": "Community 118", "count": 2}, {"cid": 119, "color": "#BAB0AC", "label": "Community 119", "count": 2}, {"cid": 120, "color": "#4E79A7", "label": "Community 120", "count": 2}, {"cid": 121, "color": "#F28E2B", "label": "Community 121", "count": 2}, {"cid": 122, "color": "#E15759", "label": "Community 122", "count": 2}, {"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}, {"cid": 308, "color": "#9C755F", "label": "Community 308", "count": 1}, {"cid": 309, "color": "#BAB0AC", "label": "Community 309", "count": 1}, {"cid": 310, "color": "#4E79A7", "label": "Community 310", "count": 1}, {"cid": 311, "color": "#F28E2B", "label": "Community 311", "count": 1}, {"cid": 312, "color": "#E15759", "label": "Community 312", "count": 1}, {"cid": 313, "color": "#76B7B2", "label": "Community 313", "count": 1}, {"cid": 314, "color": "#59A14F", "label": "Community 314", "count": 1}, {"cid": 315, "color": "#EDC948", "label": "Community 315", "count": 1}, {"cid": 316, "color": "#B07AA1", "label": "Community 316", "count": 1}, {"cid": 317, "color": "#FF9DA7", "label": "Community 317", "count": 1}, {"cid": 318, "color": "#9C755F", "label": "Community 318", "count": 1}, {"cid": 319, "color": "#BAB0AC", "label": "Community 319", "count": 1}, {"cid": 320, "color": "#4E79A7", "label": "Community 320", "count": 1}, {"cid": 321, "color": "#F28E2B", "label": "Community 321", "count": 1}, {"cid": 322, "color": "#E15759", "label": "Community 322", "count": 1}, {"cid": 323, "color": "#76B7B2", "label": "Community 323", "count": 1}, {"cid": 324, "color": "#59A14F", "label": "Community 324", "count": 1}, {"cid": 325, "color": "#EDC948", "label": "Community 325", "count": 1}, {"cid": 326, "color": "#B07AA1", "label": "Community 326", "count": 1}, {"cid": 327, "color": "#FF9DA7", "label": "Community 327", "count": 1}, {"cid": 328, "color": "#9C755F", "label": "Community 328", "count": 1}, {"cid": 329, "color": "#BAB0AC", "label": "Community 329", "count": 1}, {"cid": 330, "color": "#4E79A7", "label": "Community 330", "count": 1}, {"cid": 331, "color": "#F28E2B", "label": "Community 331", "count": 1}, {"cid": 332, "color": "#E15759", "label": "Community 332", "count": 1}, {"cid": 333, "color": "#76B7B2", "label": "Community 333", "count": 1}, {"cid": 334, "color": "#59A14F", "label": "Community 334", "count": 1}, {"cid": 335, "color": "#EDC948", "label": "Community 335", "count": 1}, {"cid": 336, "color": "#B07AA1", "label": "Community 336", "count": 1}, {"cid": 337, "color": "#FF9DA7", "label": "Community 337", "count": 1}, {"cid": 338, "color": "#9C755F", "label": "Community 338", "count": 1}, {"cid": 339, "color": "#BAB0AC", "label": "Community 339", "count": 1}, {"cid": 340, "color": "#4E79A7", "label": "Community 340", "count": 1}, {"cid": 341, "color": "#F28E2B", "label": "Community 341", "count": 1}, {"cid": 342, "color": "#E15759", "label": "Community 342", "count": 1}, {"cid": 343, "color": "#76B7B2", "label": "Community 343", "count": 1}, {"cid": 344, "color": "#59A14F", "label": "Community 344", "count": 1}, {"cid": 345, "color": "#EDC948", "label": "Community 345", "count": 1}, {"cid": 346, "color": "#B07AA1", "label": "Community 346", "count": 1}, {"cid": 347, "color": "#FF9DA7", "label": "Community 347", "count": 1}, {"cid": 348, "color": "#9C755F", "label": "Community 348", "count": 1}, {"cid": 349, "color": "#BAB0AC", "label": "Community 349", "count": 1}, {"cid": 350, "color": "#4E79A7", "label": "Community 350", "count": 1}, {"cid": 351, "color": "#F28E2B", "label": "Community 351", "count": 1}, {"cid": 352, "color": "#E15759", "label": "Community 352", "count": 1}, {"cid": 353, "color": "#76B7B2", "label": "Community 353", "count": 1}, {"cid": 354, "color": "#59A14F", "label": "Community 354", "count": 1}, {"cid": 355, "color": "#EDC948", "label": "Community 355", "count": 1}, {"cid": 356, "color": "#B07AA1", "label": "Community 356", "count": 1}, {"cid": 357, "color": "#FF9DA7", "label": "Community 357", "count": 1}, {"cid": 358, "color": "#9C755F", "label": "Community 358", "count": 1}, {"cid": 359, "color": "#BAB0AC", "label": "Community 359", "count": 1}, {"cid": 360, "color": "#4E79A7", "label": "Community 360", "count": 1}, {"cid": 361, "color": "#F28E2B", "label": "Community 361", "count": 1}, {"cid": 362, "color": "#E15759", "label": "Community 362", "count": 1}, {"cid": 363, "color": "#76B7B2", "label": "Community 363", "count": 1}, {"cid": 364, "color": "#59A14F", "label": "Community 364", "count": 1}, {"cid": 365, "color": "#EDC948", "label": "Community 365", "count": 1}, {"cid": 366, "color": "#B07AA1", "label": "Community 366", "count": 1}, {"cid": 367, "color": "#FF9DA7", "label": "Community 367", "count": 1}, {"cid": 368, "color": "#9C755F", "label": "Community 368", "count": 1}, {"cid": 369, "color": "#BAB0AC", "label": "Community 369", "count": 1}, {"cid": 370, "color": "#4E79A7", "label": "Community 370", "count": 1}, {"cid": 371, "color": "#F28E2B", "label": "Community 371", "count": 1}, {"cid": 372, "color": "#E15759", "label": "Community 372", "count": 1}, {"cid": 373, "color": "#76B7B2", "label": "Community 373", "count": 1}, {"cid": 374, "color": "#59A14F", "label": "Community 374", "count": 1}, {"cid": 375, "color": "#EDC948", "label": "Community 375", "count": 1}, {"cid": 376, "color": "#B07AA1", "label": "Community 376", "count": 1}, {"cid": 377, "color": "#FF9DA7", "label": "Community 377", "count": 1}, {"cid": 378, "color": "#9C755F", "label": "Community 378", "count": 1}, {"cid": 379, "color": "#BAB0AC", "label": "Community 379", "count": 1}, {"cid": 380, "color": "#4E79A7", "label": "Community 380", "count": 1}, {"cid": 381, "color": "#F28E2B", "label": "Community 381", "count": 1}, {"cid": 382, "color": "#E15759", "label": "Community 382", "count": 1}, {"cid": 383, "color": "#76B7B2", "label": "Community 383", "count": 1}, {"cid": 384, "color": "#59A14F", "label": "Community 384", "count": 1}, {"cid": 385, "color": "#EDC948", "label": "Community 385", "count": 1}, {"cid": 386, "color": "#B07AA1", "label": "Community 386", "count": 1}, {"cid": 387, "color": "#FF9DA7", "label": "Community 387", "count": 1}, {"cid": 388, "color": "#9C755F", "label": "Community 388", "count": 1}, {"cid": 389, "color": "#BAB0AC", "label": "Community 389", "count": 1}, {"cid": 390, "color": "#4E79A7", "label": "Community 390", "count": 1}, {"cid": 391, "color": "#F28E2B", "label": "Community 391", "count": 1}, {"cid": 392, "color": "#E15759", "label": "Community 392", "count": 1}, {"cid": 393, "color": "#76B7B2", "label": "Community 393", "count": 1}, {"cid": 394, "color": "#59A14F", "label": "Community 394", "count": 1}, {"cid": 395, "color": "#EDC948", "label": "Community 395", "count": 1}, {"cid": 396, "color": "#B07AA1", "label": "Community 396", "count": 1}, {"cid": 397, "color": "#FF9DA7", "label": "Community 397", "count": 1}, {"cid": 398, "color": "#9C755F", "label": "Community 398", "count": 1}, {"cid": 399, "color": "#BAB0AC", "label": "Community 399", "count": 1}, {"cid": 400, "color": "#4E79A7", "label": "Community 400", "count": 1}, {"cid": 401, "color": "#F28E2B", "label": "Community 401", "count": 1}, {"cid": 402, "color": "#E15759", "label": "Community 402", "count": 1}, {"cid": 403, "color": "#76B7B2", "label": "Community 403", "count": 1}, {"cid": 404, "color": "#59A14F", "label": "Community 404", "count": 1}, {"cid": 405, "color": "#EDC948", "label": "Community 405", "count": 1}, {"cid": 406, "color": "#B07AA1", "label": "Community 406", "count": 1}, {"cid": 407, "color": "#FF9DA7", "label": "Community 407", "count": 1}, {"cid": 408, "color": "#9C755F", "label": "Community 408", "count": 1}, {"cid": 409, "color": "#BAB0AC", "label": "Community 409", "count": 1}, {"cid": 410, "color": "#4E79A7", "label": "Community 410", "count": 1}, {"cid": 411, "color": "#F28E2B", "label": "Community 411", "count": 1}, {"cid": 412, "color": "#E15759", "label": "Community 412", "count": 1}, {"cid": 413, "color": "#76B7B2", "label": "Community 413", "count": 1}, {"cid": 414, "color": "#59A14F", "label": "Community 414", "count": 1}, {"cid": 415, "color": "#EDC948", "label": "Community 415", "count": 1}, {"cid": 416, "color": "#B07AA1", "label": "Community 416", "count": 1}, {"cid": 417, "color": "#FF9DA7", "label": "Community 417", "count": 1}, {"cid": 418, "color": "#9C755F", "label": "Community 418", "count": 1}, {"cid": 419, "color": "#BAB0AC", "label": "Community 419", "count": 1}, {"cid": 420, "color": "#4E79A7", "label": "Community 420", "count": 1}, {"cid": 421, "color": "#F28E2B", "label": "Community 421", "count": 1}, {"cid": 422, "color": "#E15759", "label": "Community 422", "count": 1}, {"cid": 423, "color": "#76B7B2", "label": "Community 423", "count": 1}, {"cid": 424, "color": "#59A14F", "label": "Community 424", "count": 1}, {"cid": 425, "color": "#EDC948", "label": "Community 425", "count": 1}, {"cid": 426, "color": "#B07AA1", "label": "Community 426", "count": 1}, {"cid": 427, "color": "#FF9DA7", "label": "Community 427", "count": 1}, {"cid": 428, "color": "#9C755F", "label": "Community 428", "count": 1}, {"cid": 429, "color": "#BAB0AC", "label": "Community 429", "count": 1}, {"cid": 430, "color": "#4E79A7", "label": "Community 430", "count": 1}, {"cid": 431, "color": "#F28E2B", "label": "Community 431", "count": 1}, {"cid": 432, "color": "#E15759", "label": "Community 432", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.onclick = () => {
if (hiddenCommunities.has(c.cid)) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
nodesDS.update(updates);
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>