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

1 line
8.1 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "label": "account_hierarchy.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L1"}, {"id": "account_hierarchy_accountnode", "label": "AccountNode", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L12"}, {"id": "account_hierarchy_build_tree", "label": "build_tree()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L21"}, {"id": "account_hierarchy_walk", "label": "walk()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L44"}, {"id": "account_hierarchy_filter_by_account_type", "label": "filter_by_account_type()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L55"}, {"id": "account_hierarchy_rationale_1", "label": "Account hierarchy walker. Given a flat list of accounts with parent_id pointers", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L1"}, {"id": "account_hierarchy_rationale_22", "label": "Build a forest from a flat list of account dicts. Each dict must have keys:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L22"}, {"id": "account_hierarchy_rationale_45", "label": "Depth-first walk yielding (node, depth, ancestors).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L45"}, {"id": "account_hierarchy_rationale_56", "label": "Return all nodes whose account_type starts with type_prefix (e.g. 'asset_' r", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L56"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "account_hierarchy_accountnode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "account_hierarchy_build_tree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "account_hierarchy_walk", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L44", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "target": "account_hierarchy_filter_by_account_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L55", "weight": 1.0}, {"source": "account_hierarchy_build_tree", "target": "account_hierarchy_accountnode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L27", "weight": 1.0}, {"source": "account_hierarchy_filter_by_account_type", "target": "account_hierarchy_walk", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L59", "weight": 1.0}, {"source": "account_hierarchy_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L1", "weight": 1.0}, {"source": "account_hierarchy_rationale_22", "target": "account_hierarchy_build_tree", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L22", "weight": 1.0}, {"source": "account_hierarchy_rationale_45", "target": "account_hierarchy_walk", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L45", "weight": 1.0}, {"source": "account_hierarchy_rationale_56", "target": "account_hierarchy_filter_by_account_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L56", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_hierarchy_build_tree", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L30"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "values", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L33"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L35"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L37"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "values", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L38"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "sort", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L39"}, {"caller_nid": "account_hierarchy_build_tree", "callee": "sort", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L40"}, {"caller_nid": "account_hierarchy_walk", "callee": "_walk", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L52"}, {"caller_nid": "account_hierarchy_filter_by_account_type", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L60"}, {"caller_nid": "account_hierarchy_filter_by_account_type", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/account_hierarchy.py", "source_location": "L61"}]}