1 line
7.3 KiB
JSON
1 line
7.3 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "label": "base.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L1"}, {"id": "base_adaptermode", "label": "AdapterMode", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L23"}, {"id": "base_dataadapter", "label": "DataAdapter", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L29"}, {"id": "base_dataadapter_init", "label": ".__init__()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L37"}, {"id": "base_dataadapter_select_mode", "label": "._select_mode()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L40"}, {"id": "base_dataadapter_dispatch", "label": "._dispatch()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L63"}, {"id": "base_rationale_1", "label": "Data-adapter base class: routes data lookups across three backends. The fusion_", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L1"}, {"id": "base_rationale_30", "label": "Base class. Subclasses set FUSION_MODEL and ENTERPRISE_MODULE class attrs an", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L30"}, {"id": "base_rationale_45", "label": "Pick FUSION if the model is loaded, else ENTERPRISE if the module is ins", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L45"}, {"id": "base_rationale_64", "label": "Look up <method_name>_via_<mode> on self and call it. E.g. method_name=", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L64"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "target": "enum", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "target": "base_adaptermode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L23", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "target": "base_dataadapter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L29", "weight": 1.0}, {"source": "base_dataadapter", "target": "base_dataadapter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L37", "weight": 1.0}, {"source": "base_dataadapter", "target": "base_dataadapter_select_mode", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L40", "weight": 1.0}, {"source": "base_dataadapter", "target": "base_dataadapter_dispatch", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L63", "weight": 1.0}, {"source": "base_dataadapter_dispatch", "target": "base_dataadapter_select_mode", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L69", "weight": 1.0}, {"source": "base_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_ai_services_data_adapters_base_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L1", "weight": 1.0}, {"source": "base_rationale_30", "target": "base_dataadapter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L30", "weight": 1.0}, {"source": "base_rationale_45", "target": "base_dataadapter_select_mode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L45", "weight": 1.0}, {"source": "base_rationale_64", "target": "base_dataadapter_dispatch", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L64", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_dataadapter_select_mode", "callee": "search_count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L54"}, {"caller_nid": "base_dataadapter_select_mode", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L54"}, {"caller_nid": "base_dataadapter_dispatch", "callee": "getattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L71"}, {"caller_nid": "base_dataadapter_dispatch", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L73"}, {"caller_nid": "base_dataadapter_dispatch", "callee": "type", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L76"}, {"caller_nid": "base_dataadapter_dispatch", "callee": "impl", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_ai/services/data_adapters/base.py", "source_location": "L79"}]} |