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

1 line
35 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "label": "saft_import.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L1"}, {"id": "saft_import_fusionsaftimport", "label": "FusionSAFTImport", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L28"}, {"id": "saft_import_fusionsaftimport_action_preview", "label": ".action_preview()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L82"}, {"id": "saft_import_fusionsaftimport_action_import", "label": ".action_import()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L110"}, {"id": "saft_import_fusionsaftimport_parse_saft_file", "label": "._parse_saft_file()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L133"}, {"id": "saft_import_strip_namespaces", "label": "_strip_namespaces()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L154"}, {"id": "saft_import_find_all", "label": "_find_all()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L165"}, {"id": "saft_import_get_text", "label": "_get_text()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L170"}, {"id": "saft_import_fusionsaftimport_import_accounts", "label": "._import_accounts()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L180"}, {"id": "saft_import_map_grouping_to_account_type", "label": "_map_grouping_to_account_type()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L216"}, {"id": "saft_import_fusionsaftimport_import_partners", "label": "._import_partners()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L237"}, {"id": "saft_import_fusionsaftimport_import_journal_entries", "label": "._import_journal_entries()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L304"}, {"id": "saft_import_fusionsaftimport_reopen_wizard", "label": "._reopen_wizard()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L400"}, {"id": "saft_import_rationale_1", "label": "Fusion Accounting - SAF-T Import Provides a transient wizard that reads a Stand", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L1"}, {"id": "saft_import_rationale_29", "label": "Wizard to import accounting data from an SAF-T XML file. The user uploads a", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L29"}, {"id": "saft_import_rationale_83", "label": "Parse the uploaded file and display a summary before import.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L83"}, {"id": "saft_import_rationale_111", "label": "Parse the SAF-T XML and create Odoo records.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L111"}, {"id": "saft_import_rationale_134", "label": "Decode the uploaded binary and return the XML root element. All namespa", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L134"}, {"id": "saft_import_rationale_155", "label": "Remove namespace URIs from all tags and attributes in-place.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L155"}, {"id": "saft_import_rationale_166", "label": "Recursively find all elements with the given *tag*.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L166"}, {"id": "saft_import_rationale_171", "label": "Return the text of the first child with *tag*, or *default*.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L171"}, {"id": "saft_import_rationale_181", "label": "Create ``account.account`` records for each ``<Account>`` element that d", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L181"}, {"id": "saft_import_rationale_217", "label": "Convert an SAF-T GroupingCategory to an Odoo account_type. Mapping:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L217"}, {"id": "saft_import_rationale_238", "label": "Create ``res.partner`` records for each ``<Customer>`` or ``<Supplier>``", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L238"}, {"id": "saft_import_rationale_305", "label": "Create ``account.move`` records from ``<Transaction>`` elements nested i", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L305"}, {"id": "saft_import_rationale_401", "label": "Return an action that re-opens this wizard at its current state so the u", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L401"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L19", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "xml_etree_elementtree", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L20", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L22", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L23", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "saft_import_fusionsaftimport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L28", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_action_preview", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L82", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_action_import", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L110", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_parse_saft_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L133", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "saft_import_strip_namespaces", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L154", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "saft_import_find_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L165", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "saft_import_get_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L170", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_import_accounts", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L180", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "target": "saft_import_map_grouping_to_account_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L216", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_import_partners", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L237", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_import_journal_entries", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L304", "weight": 1.0}, {"source": "saft_import_fusionsaftimport", "target": "saft_import_fusionsaftimport_reopen_wizard", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L400", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_preview", "target": "saft_import_fusionsaftimport_parse_saft_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L85", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_preview", "target": "saft_import_find_all", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L87", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_preview", "target": "saft_import_fusionsaftimport_reopen_wizard", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L108", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_import", "target": "saft_import_fusionsaftimport_parse_saft_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L113", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_import", "target": "saft_import_fusionsaftimport_import_accounts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L116", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_import", "target": "saft_import_fusionsaftimport_import_partners", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L117", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_import", "target": "saft_import_fusionsaftimport_import_journal_entries", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L119", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_action_import", "target": "saft_import_fusionsaftimport_reopen_wizard", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L128", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_parse_saft_file", "target": "saft_import_strip_namespaces", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L150", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_accounts", "target": "saft_import_find_all", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L187", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_accounts", "target": "saft_import_get_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L188", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_accounts", "target": "saft_import_map_grouping_to_account_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L202", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_partners", "target": "saft_import_find_all", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L247", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_partners", "target": "saft_import_get_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L248", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_journal_entries", "target": "saft_import_find_all", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L312", "weight": 1.0}, {"source": "saft_import_fusionsaftimport_import_journal_entries", "target": "saft_import_get_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L313", "weight": 1.0}, {"source": "saft_import_rationale_1", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_saft_import_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L1", "weight": 1.0}, {"source": "saft_import_rationale_29", "target": "saft_import_fusionsaftimport", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L29", "weight": 1.0}, {"source": "saft_import_rationale_83", "target": "saft_import_fusionsaftimport_action_preview", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L83", "weight": 1.0}, {"source": "saft_import_rationale_111", "target": "saft_import_fusionsaftimport_action_import", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L111", "weight": 1.0}, {"source": "saft_import_rationale_134", "target": "saft_import_fusionsaftimport_parse_saft_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L134", "weight": 1.0}, {"source": "saft_import_rationale_155", "target": "saft_import_fusionsaftimport_strip_namespaces", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L155", "weight": 1.0}, {"source": "saft_import_rationale_166", "target": "saft_import_fusionsaftimport_find_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L166", "weight": 1.0}, {"source": "saft_import_rationale_171", "target": "saft_import_fusionsaftimport_get_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L171", "weight": 1.0}, {"source": "saft_import_rationale_181", "target": "saft_import_fusionsaftimport_import_accounts", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L181", "weight": 1.0}, {"source": "saft_import_rationale_217", "target": "saft_import_fusionsaftimport_map_grouping_to_account_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L217", "weight": 1.0}, {"source": "saft_import_rationale_238", "target": "saft_import_fusionsaftimport_import_partners", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L238", "weight": 1.0}, {"source": "saft_import_rationale_305", "target": "saft_import_fusionsaftimport_import_journal_entries", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L305", "weight": 1.0}, {"source": "saft_import_rationale_401", "target": "saft_import_fusionsaftimport_reopen_wizard", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L401", "weight": 1.0}], "raw_calls": [{"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L84"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L87"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L88"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L89"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L90"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L92"}, {"caller_nid": "saft_import_fusionsaftimport_action_preview", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L94"}, {"caller_nid": "saft_import_fusionsaftimport_action_import", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L112"}, {"caller_nid": "saft_import_fusionsaftimport_action_import", "callee": "write", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L121"}, {"caller_nid": "saft_import_fusionsaftimport_action_import", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L126"}, {"caller_nid": "saft_import_fusionsaftimport_action_import", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L126"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L140"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L140"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L142"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "fromstring", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L143"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L145"}, {"caller_nid": "saft_import_fusionsaftimport_parse_saft_file", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L146"}, {"caller_nid": "saft_import_strip_namespaces", "callee": "iter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L156"}, {"caller_nid": "saft_import_strip_namespaces", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L158"}, {"caller_nid": "saft_import_strip_namespaces", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L159"}, {"caller_nid": "saft_import_strip_namespaces", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L161"}, {"caller_nid": "saft_import_strip_namespaces", "callee": "pop", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L162"}, {"caller_nid": "saft_import_find_all", "callee": "iter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L167"}, {"caller_nid": "saft_import_get_text", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L172"}, {"caller_nid": "saft_import_get_text", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L174"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L193"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L198"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L198"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L204"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L211"}, {"caller_nid": "saft_import_fusionsaftimport_import_accounts", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L211"}, {"caller_nid": "saft_import_map_grouping_to_account_type", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L232"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L258"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L260"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L262"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L264"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L265"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L272"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L287"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L293"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L295"}, {"caller_nid": "saft_import_fusionsaftimport_import_partners", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L296"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L314"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L321"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L326"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L327"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "iter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L332"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L338"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L342"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L343"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "iter", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L348"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L350"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L355"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L356"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L360"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "find", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L361"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L365"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L367"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L371"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L381"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "context_today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L383"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L390"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L391"}, {"caller_nid": "saft_import_fusionsaftimport_import_journal_entries", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/saft_import.py", "source_location": "L392"}]}