1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "label": "adp_document.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L1"}, {"id": "adp_document_adpdocument", "label": "ADPDocument", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L11"}, {"id": "adp_document_compute_file_size", "label": "_compute_file_size()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L114"}, {"id": "adp_document_compute_display_name", "label": "_compute_display_name()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L122"}, {"id": "adp_document_create", "label": "create()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L129"}, {"id": "adp_document_adpdocument_action_download", "label": ".action_download()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L153"}, {"id": "adp_document_adpdocument_get_document_url", "label": ".get_document_url()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L162"}, {"id": "adp_document_get_documents_for_order", "label": "get_documents_for_order()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L168"}, {"id": "adp_document_get_revision_history", "label": "get_revision_history()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L178"}, {"id": "adp_document_rationale_130", "label": "Override create to handle revision numbering", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L130"}, {"id": "adp_document_rationale_154", "label": "Download the document", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L154"}, {"id": "adp_document_rationale_163", "label": "Get the download URL for portal access", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L163"}, {"id": "adp_document_rationale_169", "label": "Get documents for a sale order, optionally filtered by type", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L169"}, {"id": "adp_document_rationale_179", "label": "Get all revisions of a specific document type", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L179"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_adpdocument", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_compute_file_size", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L114", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_compute_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L122", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_create", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L129", "weight": 1.0}, {"source": "adp_document_adpdocument", "target": "adp_document_adpdocument_action_download", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L153", "weight": 1.0}, {"source": "adp_document_adpdocument", "target": "adp_document_adpdocument_get_document_url", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L162", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_get_documents_for_order", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L168", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_authorizer_portal_models_adp_document_py", "target": "adp_document_get_revision_history", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L178", "weight": 1.0}, {"source": "adp_document_rationale_130", "target": "adp_document_adpdocument_create", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L130", "weight": 1.0}, {"source": "adp_document_rationale_154", "target": "adp_document_adpdocument_action_download", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L154", "weight": 1.0}, {"source": "adp_document_rationale_163", "target": "adp_document_adpdocument_get_document_url", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L163", "weight": 1.0}, {"source": "adp_document_rationale_169", "target": "adp_document_adpdocument_get_documents_for_order", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L169", "weight": 1.0}, {"source": "adp_document_rationale_179", "target": "adp_document_adpdocument_get_revision_history", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L179", "weight": 1.0}], "raw_calls": [{"caller_nid": "adp_document_compute_file_size", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L117"}, {"caller_nid": "adp_document_compute_file_size", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L117"}, {"caller_nid": "adp_document_compute_display_name", "callee": "dict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L123"}, {"caller_nid": "adp_document_compute_display_name", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L125"}, {"caller_nid": "adp_document_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L133"}, {"caller_nid": "adp_document_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L135"}, {"caller_nid": "adp_document_create", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L136"}, {"caller_nid": "adp_document_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L136"}, {"caller_nid": "adp_document_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L137"}, {"caller_nid": "adp_document_create", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L138"}, {"caller_nid": "adp_document_create", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L138"}, {"caller_nid": "adp_document_create", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L140"}, {"caller_nid": "adp_document_create", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L151"}, {"caller_nid": "adp_document_adpdocument_action_download", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L155"}, {"caller_nid": "adp_document_adpdocument_get_document_url", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L164"}, {"caller_nid": "adp_document_get_documents_for_order", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L172"}, {"caller_nid": "adp_document_get_documents_for_order", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L174"}, {"caller_nid": "adp_document_get_documents_for_order", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L175"}, {"caller_nid": "adp_document_get_revision_history", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_authorizer_portal/models/adp_document.py", "source_location": "L180"}]} |