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

1 line
25 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "label": "account_move_edi.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L1"}, {"id": "account_move_edi_fusionaccountmoveedi", "label": "FusionAccountMoveEDI", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L23"}, {"id": "account_move_edi_compute_edi_document_count", "label": "_compute_edi_document_count()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L79"}, {"id": "account_move_edi_compute_edi_state", "label": "_compute_edi_state()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L87"}, {"id": "account_move_edi_compute_edi_error_message", "label": "_compute_edi_error_message()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L112"}, {"id": "account_move_edi_fusionaccountmoveedi_action_send_edi", "label": ".action_send_edi()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L135"}, {"id": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "label": ".action_export_edi_xml()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L178"}, {"id": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "label": ".action_view_edi_documents()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L205"}, {"id": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "label": ".action_import_edi_xml()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L224"}, {"id": "account_move_edi_create_invoice_from_xml", "label": "create_invoice_from_xml()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L244"}, {"id": "account_move_edi_create_move_from_parsed", "label": "_create_move_from_parsed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L279"}, {"id": "account_move_edi_rationale_1", "label": "Fusion Accounting - Account Move EDI Extension Extends the ``account.move`` mod", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L1"}, {"id": "account_move_edi_rationale_24", "label": "Adds EDI lifecycle tracking and import/export capabilities to journal entrie", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L24"}, {"id": "account_move_edi_rationale_88", "label": "Derive an aggregate state from all linked EDI documents. Priority order", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L88"}, {"id": "account_move_edi_rationale_136", "label": "Create EDI documents for all active formats and send them. For each act", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L136"}, {"id": "account_move_edi_rationale_179", "label": "Export the first available EDI attachment for download. Opens a downloa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L179"}, {"id": "account_move_edi_rationale_206", "label": "Open the list of EDI documents for this journal entry. Returns:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L206"}, {"id": "account_move_edi_rationale_225", "label": "Open a file upload wizard to import a UBL or CII XML invoice. Returns:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L225"}, {"id": "account_move_edi_rationale_245", "label": "Parse an XML file (UBL or CII) and create an invoice. Auto-detects the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L245"}, {"id": "account_move_edi_rationale_280", "label": "Transform parsed EDI values into an ``account.move`` record. Handles pa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L280"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L14", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "lxml", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L15", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_fusionaccountmoveedi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L23", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_compute_edi_document_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L79", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_compute_edi_state", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L87", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_compute_edi_error_message", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L112", "weight": 1.0}, {"source": "account_move_edi_fusionaccountmoveedi", "target": "account_move_edi_fusionaccountmoveedi_action_send_edi", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L135", "weight": 1.0}, {"source": "account_move_edi_fusionaccountmoveedi", "target": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L178", "weight": 1.0}, {"source": "account_move_edi_fusionaccountmoveedi", "target": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L205", "weight": 1.0}, {"source": "account_move_edi_fusionaccountmoveedi", "target": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L224", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_create_invoice_from_xml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L244", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "target": "account_move_edi_create_move_from_parsed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L279", "weight": 1.0}, {"source": "account_move_edi_create_invoice_from_xml", "target": "account_move_edi_create_move_from_parsed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L276", "weight": 1.0}, {"source": "account_move_edi_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_move_edi_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L1", "weight": 1.0}, {"source": "account_move_edi_rationale_24", "target": "account_move_edi_fusionaccountmoveedi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L24", "weight": 1.0}, {"source": "account_move_edi_rationale_88", "target": "account_move_edi_fusionaccountmoveedi_compute_edi_state", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L88", "weight": 1.0}, {"source": "account_move_edi_rationale_136", "target": "account_move_edi_fusionaccountmoveedi_action_send_edi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L136", "weight": 1.0}, {"source": "account_move_edi_rationale_179", "target": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L179", "weight": 1.0}, {"source": "account_move_edi_rationale_206", "target": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L206", "weight": 1.0}, {"source": "account_move_edi_rationale_225", "target": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L225", "weight": 1.0}, {"source": "account_move_edi_rationale_245", "target": "account_move_edi_fusionaccountmoveedi_create_invoice_from_xml", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L245", "weight": 1.0}, {"source": "account_move_edi_rationale_280", "target": "account_move_edi_fusionaccountmoveedi_create_move_from_parsed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L280", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_move_edi_compute_edi_document_count", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L81"}, {"caller_nid": "account_move_edi_compute_edi_state", "callee": "min", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L106"}, {"caller_nid": "account_move_edi_compute_edi_state", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L107"}, {"caller_nid": "account_move_edi_compute_edi_state", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L108"}, {"caller_nid": "account_move_edi_compute_edi_error_message", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L114"}, {"caller_nid": "account_move_edi_compute_edi_error_message", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L116"}, {"caller_nid": "account_move_edi_compute_edi_error_message", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L121"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L142"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L144"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L145"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L148"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "_check_applicability", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L155"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L159"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L165"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L172"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_send_edi", "callee": "action_send", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L176"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L188"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L189"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L193"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_export_edi_xml", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L194"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L211"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_view_edi_documents", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L214"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L232"}, {"caller_nid": "account_move_edi_fusionaccountmoveedi_action_import_edi_xml", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L237"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "fromstring", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L259"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "QName", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L260"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "parse_cii_invoice", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L266"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "parse_ubl_invoice", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L270"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L272"}, {"caller_nid": "account_move_edi_create_invoice_from_xml", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L273"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L298"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L299"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L300"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L303"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L305"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L311"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L313"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L319"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L321"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L327"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L328"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L328"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L329"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L330"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L331"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L335"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L336"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L337"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L338"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L346"}, {"caller_nid": "account_move_edi_create_move_from_parsed", "callee": "info", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_move_edi.py", "source_location": "L347"}]}