Files
Odoo-Modules/fusion_accounting_migration/graphify-out/graph.json
gsinghpal 41d0908ade changes
2026-04-24 21:04:38 -04:00

619 lines
28 KiB
JSON

{
"directed": false,
"multigraph": false,
"graph": {},
"nodes": [
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_init_py",
"community": 4,
"norm_label": "__init__.py"
},
{
"label": "__manifest__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/__manifest__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_manifest_py",
"community": 8,
"norm_label": "__manifest__.py"
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_init_py",
"community": 5,
"norm_label": "__init__.py"
},
{
"label": "test_safety_guard.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_test_safety_guard_py",
"community": 1,
"norm_label": "test_safety_guard.py"
},
{
"label": "TestSafetyGuard",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L6",
"id": "test_safety_guard_testsafetyguard",
"community": 1,
"norm_label": "testsafetyguard"
},
{
"label": "TransactionCase",
"file_type": "code",
"source_file": "",
"source_location": "",
"id": "transactioncase",
"community": 1,
"norm_label": "transactioncase"
},
{
"label": ".test_uninstall_not_blocked_when_migration_completed()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L9",
"id": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"community": 0,
"norm_label": ".test_uninstall_not_blocked_when_migration_completed()"
},
{
"label": ".test_uninstall_blocked_when_migration_pending()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L28",
"id": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"community": 1,
"norm_label": ".test_uninstall_blocked_when_migration_pending()"
},
{
"label": "Verify the safety guard blocks Enterprise uninstall when migration hasn't run.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L7",
"id": "test_safety_guard_rationale_7",
"community": 1,
"norm_label": "verify the safety guard blocks enterprise uninstall when migration hasn't run."
},
{
"label": "If the per-module migration flag is set, uninstall is allowed. Skip if",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L10",
"id": "test_safety_guard_rationale_10",
"community": 0,
"norm_label": "if the per-module migration flag is set, uninstall is allowed. skip if"
},
{
"label": "If account_accountant is installed and migration not run, raise.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L29",
"id": "test_safety_guard_rationale_29",
"community": 1,
"norm_label": "if account_accountant is installed and migration not run, raise."
},
{
"label": "ir_module_module.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"community": 2,
"norm_label": "ir_module_module.py"
},
{
"label": "IrModuleModule",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L31",
"id": "ir_module_module_irmodulemodule",
"community": 0,
"norm_label": "irmodulemodule"
},
{
"label": "_fusion_check_uninstall_guard()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L35",
"id": "ir_module_module_fusion_check_uninstall_guard",
"community": 0,
"norm_label": "_fusion_check_uninstall_guard()"
},
{
"label": ".button_immediate_uninstall()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L64",
"id": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"community": 0,
"norm_label": ".button_immediate_uninstall()"
},
{
"label": ".module_uninstall()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L76",
"id": "ir_module_module_irmodulemodule_module_uninstall",
"community": 0,
"norm_label": ".module_uninstall()"
},
{
"label": "Safety guard: blocks Odoo Enterprise accounting uninstall until migration runs.",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L1",
"id": "ir_module_module_rationale_1",
"community": 2,
"norm_label": "safety guard: blocks odoo enterprise accounting uninstall until migration runs."
},
{
"label": "Verify it's safe to uninstall the given modules. Returns True if all ch",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L36",
"id": "ir_module_module_rationale_36",
"community": 9,
"norm_label": "verify it's safe to uninstall the given modules. returns true if all ch"
},
{
"label": "Override to invoke the safety guard before allowing uninstall. Both thi",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L65",
"id": "ir_module_module_rationale_65",
"community": 0,
"norm_label": "override to invoke the safety guard before allowing uninstall. both thi"
},
{
"label": "Override the lower-level uninstall path too (CLI / API uninstall). See",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L77",
"id": "ir_module_module_rationale_77",
"community": 0,
"norm_label": "override the lower-level uninstall path too (cli / api uninstall). see"
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_init_py",
"community": 6,
"norm_label": "__init__.py"
},
{
"label": "migration_wizard.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"community": 2,
"norm_label": "migration_wizard.py"
},
{
"label": "FusionMigrationWizard",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L16",
"id": "migration_wizard_fusionmigrationwizard",
"community": 3,
"norm_label": "fusionmigrationwizard"
},
{
"label": "._default_notes()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L26",
"id": "migration_wizard_fusionmigrationwizard_default_notes",
"community": 3,
"norm_label": "._default_notes()"
},
{
"label": "_compute_detected()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L37",
"id": "migration_wizard_compute_detected",
"community": 2,
"norm_label": "_compute_detected()"
},
{
"label": ".action_run_migration()",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L46",
"id": "migration_wizard_fusionmigrationwizard_action_run_migration",
"community": 3,
"norm_label": ".action_run_migration()"
},
{
"label": "Migration wizard skeleton. Per-feature migration logic (account.asset -> fusion",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L1",
"id": "migration_wizard_rationale_1",
"community": 2,
"norm_label": "migration wizard skeleton. per-feature migration logic (account.asset -> fusion"
},
{
"label": "Stub: Phase 0 has no migrations to run. Sub-modules extend this method",
"file_type": "rationale",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L47",
"id": "migration_wizard_rationale_47",
"community": 3,
"norm_label": "stub: phase 0 has no migrations to run. sub-modules extend this method"
},
{
"label": "__init__.py",
"file_type": "code",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/__init__.py",
"source_location": "L1",
"id": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_init_py",
"community": 7,
"norm_label": "__init__.py"
}
],
"links": [
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/__init__.py",
"source_location": "L2",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_init_py",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/__init__.py",
"source_location": "L1",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_init_py",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L6",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_test_safety_guard_py",
"_tgt": "test_safety_guard_testsafetyguard",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_tests_test_safety_guard_py",
"target": "test_safety_guard_testsafetyguard",
"confidence_score": 1.0
},
{
"relation": "inherits",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L6",
"weight": 1.0,
"_src": "test_safety_guard_testsafetyguard",
"_tgt": "transactioncase",
"source": "test_safety_guard_testsafetyguard",
"target": "transactioncase",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L9",
"weight": 1.0,
"_src": "test_safety_guard_testsafetyguard",
"_tgt": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"source": "test_safety_guard_testsafetyguard",
"target": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L28",
"weight": 1.0,
"_src": "test_safety_guard_testsafetyguard",
"_tgt": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"source": "test_safety_guard_testsafetyguard",
"target": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L7",
"weight": 1.0,
"_src": "test_safety_guard_rationale_7",
"_tgt": "test_safety_guard_testsafetyguard",
"source": "test_safety_guard_testsafetyguard",
"target": "test_safety_guard_rationale_7",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L10",
"weight": 1.0,
"_src": "test_safety_guard_rationale_10",
"_tgt": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"source": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"target": "test_safety_guard_rationale_10",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L25",
"weight": 1.0,
"_src": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"_tgt": "ir_module_module_fusion_check_uninstall_guard",
"source": "test_safety_guard_testsafetyguard_test_uninstall_not_blocked_when_migration_completed",
"target": "ir_module_module_fusion_check_uninstall_guard"
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L29",
"weight": 1.0,
"_src": "test_safety_guard_rationale_29",
"_tgt": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"source": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"target": "test_safety_guard_rationale_29",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "INFERRED",
"confidence_score": 0.8,
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/tests/test_safety_guard.py",
"source_location": "L41",
"weight": 1.0,
"_src": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"_tgt": "ir_module_module_fusion_check_uninstall_guard",
"source": "test_safety_guard_testsafetyguard_test_uninstall_blocked_when_migration_pending",
"target": "ir_module_module_fusion_check_uninstall_guard"
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L31",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"_tgt": "ir_module_module_irmodulemodule",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"target": "ir_module_module_irmodulemodule",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L35",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"_tgt": "ir_module_module_fusion_check_uninstall_guard",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"target": "ir_module_module_fusion_check_uninstall_guard",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L1",
"weight": 1.0,
"_src": "ir_module_module_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"target": "ir_module_module_rationale_1",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L13",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_ir_module_module_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L64",
"weight": 1.0,
"_src": "ir_module_module_irmodulemodule",
"_tgt": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"source": "ir_module_module_irmodulemodule",
"target": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L76",
"weight": 1.0,
"_src": "ir_module_module_irmodulemodule",
"_tgt": "ir_module_module_irmodulemodule_module_uninstall",
"source": "ir_module_module_irmodulemodule",
"target": "ir_module_module_irmodulemodule_module_uninstall",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L73",
"weight": 1.0,
"_src": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"_tgt": "ir_module_module_fusion_check_uninstall_guard",
"source": "ir_module_module_fusion_check_uninstall_guard",
"target": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"confidence_score": 1.0
},
{
"relation": "calls",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L83",
"weight": 1.0,
"_src": "ir_module_module_irmodulemodule_module_uninstall",
"_tgt": "ir_module_module_fusion_check_uninstall_guard",
"source": "ir_module_module_fusion_check_uninstall_guard",
"target": "ir_module_module_irmodulemodule_module_uninstall",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L65",
"weight": 1.0,
"_src": "ir_module_module_rationale_65",
"_tgt": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"source": "ir_module_module_irmodulemodule_button_immediate_uninstall",
"target": "ir_module_module_rationale_65",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/ir_module_module.py",
"source_location": "L77",
"weight": 1.0,
"_src": "ir_module_module_rationale_77",
"_tgt": "ir_module_module_irmodulemodule_module_uninstall",
"source": "ir_module_module_irmodulemodule_module_uninstall",
"target": "ir_module_module_rationale_77",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/models/__init__.py",
"source_location": "L1",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_models_init_py",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L16",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"_tgt": "migration_wizard_fusionmigrationwizard",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"target": "migration_wizard_fusionmigrationwizard",
"confidence_score": 1.0
},
{
"relation": "contains",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L37",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"_tgt": "migration_wizard_compute_detected",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"target": "migration_wizard_compute_detected",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L1",
"weight": 1.0,
"_src": "migration_wizard_rationale_1",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_migration_wizard_py",
"target": "migration_wizard_rationale_1",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L26",
"weight": 1.0,
"_src": "migration_wizard_fusionmigrationwizard",
"_tgt": "migration_wizard_fusionmigrationwizard_default_notes",
"source": "migration_wizard_fusionmigrationwizard",
"target": "migration_wizard_fusionmigrationwizard_default_notes",
"confidence_score": 1.0
},
{
"relation": "method",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L46",
"weight": 1.0,
"_src": "migration_wizard_fusionmigrationwizard",
"_tgt": "migration_wizard_fusionmigrationwizard_action_run_migration",
"source": "migration_wizard_fusionmigrationwizard",
"target": "migration_wizard_fusionmigrationwizard_action_run_migration",
"confidence_score": 1.0
},
{
"relation": "rationale_for",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/migration_wizard.py",
"source_location": "L47",
"weight": 1.0,
"_src": "migration_wizard_rationale_47",
"_tgt": "migration_wizard_fusionmigrationwizard_action_run_migration",
"source": "migration_wizard_fusionmigrationwizard_action_run_migration",
"target": "migration_wizard_rationale_47",
"confidence_score": 1.0
},
{
"relation": "imports_from",
"confidence": "EXTRACTED",
"source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_migration/wizards/__init__.py",
"source_location": "L1",
"weight": 1.0,
"_src": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_init_py",
"_tgt": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_init_py",
"source": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_init_py",
"target": "users_gurpreet_github_odoo_modules_fusion_accounting_migration_wizards_init_py",
"confidence_score": 1.0
}
],
"hyperedges": []
}