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

1 line
36 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "label": "bank_statement_import_wizard.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L1"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard", "label": "FusionBankStatementImportWizard", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L18"}, {"id": "bank_statement_import_wizard_default_journal_id", "label": "_default_journal_id()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L69"}, {"id": "bank_statement_import_wizard_onchange_data_file", "label": "_onchange_data_file()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L80"}, {"id": "bank_statement_import_wizard_detect_format", "label": "_detect_format()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L91"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "label": ".action_import()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L143"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "label": "._import_parsed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L174"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "label": "._import_qif()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L196"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "label": "._import_csv()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L214"}, {"id": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "label": "._create_statements_from_parsed()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L227"}, {"id": "bank_statement_import_wizard_rationale_19", "label": "Transient wizard that provides a unified interface for importing bank statem", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L19"}, {"id": "bank_statement_import_wizard_rationale_70", "label": "Default to the journal from context, or the first bank journal.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L70"}, {"id": "bank_statement_import_wizard_rationale_81", "label": "Auto-detect the file format when a file is uploaded.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L81"}, {"id": "bank_statement_import_wizard_rationale_92", "label": "Examine the file content (and optionally the filename) to determine the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L92"}, {"id": "bank_statement_import_wizard_rationale_144", "label": "Main entry point: decode the file, detect format, parse, and create bank", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L144"}, {"id": "bank_statement_import_wizard_rationale_175", "label": "Generic handler for parsers that return a list of statement dicts (OFX,", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L175"}, {"id": "bank_statement_import_wizard_rationale_197", "label": "Handle QIF import \u2014 the parser returns a single dict.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L197"}, {"id": "bank_statement_import_wizard_rationale_215", "label": "Redirect CSV files to the existing base_import column-mapping wizard, wh", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L215"}, {"id": "bank_statement_import_wizard_rationale_228", "label": "Create bank statement records from parsed statement dicts and open the r", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L228"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L8", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_ofx_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_camt_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L13", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L18", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "bank_statement_import_wizard_default_journal_id", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L69", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "bank_statement_import_wizard_onchange_data_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L80", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_bank_statement_import_wizard_py", "target": "bank_statement_import_wizard_detect_format", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L91", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L143", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L174", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L196", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L214", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L227", "weight": 1.0}, {"source": "bank_statement_import_wizard_onchange_data_file", "target": "bank_statement_import_wizard_detect_format", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L86", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "target": "bank_statement_import_wizard_detect_format", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L155", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L159", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L161", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L163", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L194", "weight": 1.0}, {"source": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L212", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_19", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L19", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_70", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_default_journal_id", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L70", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_81", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_onchange_data_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L81", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_92", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_detect_format", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L92", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_144", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L144", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_175", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L175", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_197", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L197", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_215", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L215", "weight": 1.0}, {"source": "bank_statement_import_wizard_rationale_228", "target": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L228", "weight": 1.0}], "raw_calls": [{"caller_nid": "bank_statement_import_wizard_default_journal_id", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L71"}, {"caller_nid": "bank_statement_import_wizard_default_journal_id", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L74"}, {"caller_nid": "bank_statement_import_wizard_onchange_data_file", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L85"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L100"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L104"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L104"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L105"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L105"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L108"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L112"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L116"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L120"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L120"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L122"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L126"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L131"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L132"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L133"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L137"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L137"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L137"}, {"caller_nid": "bank_statement_import_wizard_detect_format", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L137"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "ensure_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L146"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L149"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L149"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L151"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L153"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L153"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "FusionOFXParser", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L161"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "FusionCAMTParser", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L165"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L167"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_action_import", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L168"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "getattr", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L178"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "parse_fn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L179"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L183"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L184"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L185"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L186"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L190"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L191"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "FusionQIFParser", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L198"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "parse_qif", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L200"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L204"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L205"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L206"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L206"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L210"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_qif", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L210"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L217"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_import_csv", "callee": "_import_bank_statement", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L223"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L237"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L237"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L240"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L241"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L249"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L251"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_check_parsed_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L257"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_find_additional_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L260"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L263"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "b64decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L266"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_complete_bank_statement_vals", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L271"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_create_bank_statements", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L276"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L281"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L282"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L287"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L288"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L289"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L291"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L300"}, {"caller_nid": "bank_statement_import_wizard_fusionbankstatementimportwizard_create_statements_from_parsed", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/bank_statement_import_wizard.py", "source_location": "L303"}]}