1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "label": "edi_document.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L1"}, {"id": "edi_document_fusionedidocument", "label": "FusionEDIDocument", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L21"}, {"id": "edi_document_compute_display_name", "label": "_compute_display_name()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L123"}, {"id": "edi_document_fusionedidocument_action_send", "label": ".action_send()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L133"}, {"id": "edi_document_fusionedidocument_action_cancel", "label": ".action_cancel()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L189"}, {"id": "edi_document_fusionedidocument_action_retry", "label": ".action_retry()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L209"}, {"id": "edi_document_fusionedidocument_build_attachment_filename", "label": "._build_attachment_filename()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L226"}, {"id": "edi_document_rationale_1", "label": "Fusion Accounting - EDI Document Framework Manages the lifecycle of Electronic", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L1"}, {"id": "edi_document_rationale_22", "label": "Represents one EDI rendition of a journal entry. A single ``account.move``", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L22"}, {"id": "edi_document_rationale_134", "label": "Generate the EDI file and advance the document to *sent*. Delegates the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L134"}, {"id": "edi_document_rationale_190", "label": "Request cancellation of a previously sent EDI document.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L190"}, {"id": "edi_document_rationale_210", "label": "Reset a failed document back to *to_send* so it can be re-processed.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L210"}, {"id": "edi_document_rationale_227", "label": "Construct a human-readable filename for the EDI attachment. Returns:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L227"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L15", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "target": "edi_document_fusionedidocument", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "target": "edi_document_compute_display_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L123", "weight": 1.0}, {"source": "edi_document_fusionedidocument", "target": "edi_document_fusionedidocument_action_send", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L133", "weight": 1.0}, {"source": "edi_document_fusionedidocument", "target": "edi_document_fusionedidocument_action_cancel", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L189", "weight": 1.0}, {"source": "edi_document_fusionedidocument", "target": "edi_document_fusionedidocument_action_retry", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L209", "weight": 1.0}, {"source": "edi_document_fusionedidocument", "target": "edi_document_fusionedidocument_build_attachment_filename", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L226", "weight": 1.0}, {"source": "edi_document_fusionedidocument_action_send", "target": "edi_document_fusionedidocument_build_attachment_filename", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L160", "weight": 1.0}, {"source": "edi_document_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_edi_document_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L1", "weight": 1.0}, {"source": "edi_document_rationale_22", "target": "edi_document_fusionedidocument", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L22", "weight": 1.0}, {"source": "edi_document_rationale_134", "target": "edi_document_fusionedidocument_action_send", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L134", "weight": 1.0}, {"source": "edi_document_rationale_190", "target": "edi_document_fusionedidocument_action_cancel", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L190", "weight": 1.0}, {"source": "edi_document_rationale_210", "target": "edi_document_fusionedidocument_action_retry", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L210", "weight": 1.0}, {"source": "edi_document_rationale_227", "target": "edi_document_fusionedidocument_build_attachment_filename", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L227", "weight": 1.0}], "raw_calls": [{"caller_nid": "edi_document_compute_display_name", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L126"}, {"caller_nid": "edi_document_compute_display_name", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L127"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L144"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L145"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "generate_document", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L150"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L152"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L153"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L161"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L169"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L175"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L181"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L184"}, {"caller_nid": "edi_document_fusionedidocument_action_send", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L185"}, {"caller_nid": "edi_document_fusionedidocument_action_cancel", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L193"}, {"caller_nid": "edi_document_fusionedidocument_action_cancel", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L194"}, {"caller_nid": "edi_document_fusionedidocument_action_cancel", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L198"}, {"caller_nid": "edi_document_fusionedidocument_action_cancel", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L203"}, {"caller_nid": "edi_document_fusionedidocument_action_retry", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L213"}, {"caller_nid": "edi_document_fusionedidocument_action_retry", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L214"}, {"caller_nid": "edi_document_fusionedidocument_action_retry", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L216"}, {"caller_nid": "edi_document_fusionedidocument_build_attachment_filename", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L232"}, {"caller_nid": "edi_document_fusionedidocument_build_attachment_filename", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/edi_document.py", "source_location": "L233"}]} |