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

1 line
12 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "label": "test_legacy_tools_refactor.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L1"}, {"id": "test_legacy_tools_refactor_testlegacytoolsrefactor", "label": "TestLegacyToolsRefactor", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L16"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_legacy_tools_refactor_testlegacytoolsrefactor_setup", "label": ".setUp()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L18"}, {"id": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "label": ".test_match_bank_line_to_payments_uses_engine()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L22"}, {"id": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "label": ".test_auto_reconcile_bank_lines_uses_engine()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L40"}, {"id": "test_legacy_tools_refactor_rationale_1", "label": "Tests verifying legacy tools route through fusion.reconcile.engine when present.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L1"}, {"id": "test_legacy_tools_refactor_rationale_23", "label": "When engine is present, match_bank_line_to_payments must produce a parti", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L23"}, {"id": "test_legacy_tools_refactor_rationale_41", "label": "When engine is present, auto_reconcile_bank_lines must call fusion.recon", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L41"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "target": "unittest_mock", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "target": "odoo_addons_fusion_accounting_ai_services_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L16", "weight": 1.0}, {"source": "test_legacy_tools_refactor_testlegacytoolsrefactor", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L16", "weight": 1.0}, {"source": "test_legacy_tools_refactor_testlegacytoolsrefactor", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L18", "weight": 1.0}, {"source": "test_legacy_tools_refactor_testlegacytoolsrefactor", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L22", "weight": 1.0}, {"source": "test_legacy_tools_refactor_testlegacytoolsrefactor", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L40", "weight": 1.0}, {"source": "test_legacy_tools_refactor_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_legacy_tools_refactor_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L1", "weight": 1.0}, {"source": "test_legacy_tools_refactor_rationale_23", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L23", "weight": 1.0}, {"source": "test_legacy_tools_refactor_rationale_41", "target": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L41", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_setup", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L19"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_setup", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L20"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "make_reconcileable_pair", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L25"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "match_bank_line_to_payments", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L27"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L31"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L31"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "invalidate_recordset", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L32"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L33"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L36"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "assertGreater", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L37"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_match_bank_line_to_payments_uses_engine", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L37"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "type", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L46"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "object", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L47"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "auto_reconcile_bank_lines", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L51"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L54"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L55"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L59"}, {"caller_nid": "test_legacy_tools_refactor_testlegacytoolsrefactor_test_auto_reconcile_bank_lines_uses_engine", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_legacy_tools_refactor.py", "source_location": "L59"}]}