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

1 line
37 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "label": "bank_statement_import_qif.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L1"}, {"id": "bank_statement_import_qif_fusionqifparser", "label": "FusionQIFParser", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L15"}, {"id": "bank_statement_import_qif_fusionqifparser_parse_qif", "label": ".parse_qif()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L59"}, {"id": "bank_statement_import_qif_to_text", "label": "_to_text()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L125"}, {"id": "bank_statement_import_qif_detect_account_type", "label": "_detect_account_type()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L140"}, {"id": "bank_statement_import_qif_split_records", "label": "_split_records()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L154"}, {"id": "bank_statement_import_qif_fusionqifparser_parse_record", "label": "._parse_record()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L181"}, {"id": "bank_statement_import_qif_parse_qif_date", "label": "_parse_qif_date()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L257"}, {"id": "bank_statement_import_qif_parse_amount", "label": "_parse_amount()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L280"}, {"id": "bank_statement_import_qif_fusionjournalqifimport", "label": "FusionJournalQIFImport", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L317"}, {"id": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "label": "._get_bank_statements_available_import_formats()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L324"}, {"id": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "label": "._parse_bank_statement_file()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L331"}, {"id": "bank_statement_import_qif_is_qif_file", "label": "_is_qif_file()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L358"}, {"id": "bank_statement_import_qif_rationale_16", "label": "Standalone parser for QIF (Quicken Interchange Format) files. QIF is a plai", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L16"}, {"id": "bank_statement_import_qif_rationale_60", "label": "Parse a QIF file and return a statement dict compatible with the Fusion", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L60"}, {"id": "bank_statement_import_qif_rationale_126", "label": "Ensure *data_file* is a string.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L126"}, {"id": "bank_statement_import_qif_rationale_141", "label": "Return the QIF account type from a ``!Type:`` header, or ``'Bank'`` as t", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L141"}, {"id": "bank_statement_import_qif_rationale_155", "label": "Split *lines* into a list of record-lists, using ``^`` as the record sep", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L155"}, {"id": "bank_statement_import_qif_rationale_182", "label": "Parse a list of single-char-prefixed field lines into a transaction dict", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L182"}, {"id": "bank_statement_import_qif_rationale_258", "label": "Try multiple date formats and return the first successful parse as a ``d", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L258"}, {"id": "bank_statement_import_qif_rationale_281", "label": "Parse a QIF amount string. Handles commas as thousand separators or as", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L281"}, {"id": "bank_statement_import_qif_rationale_318", "label": "Register QIF as an available bank-statement import format and implement the", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L318"}, {"id": "bank_statement_import_qif_rationale_325", "label": "Append QIF to the list of importable formats.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L325"}, {"id": "bank_statement_import_qif_rationale_332", "label": "Attempt to parse *attachment* as QIF. Falls through to ``super()`` when", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L332"}, {"id": "bank_statement_import_qif_rationale_359", "label": "Heuristic check: does *raw_data* look like a QIF file?", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L359"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_fusionqifparser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L15", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser", "target": "bank_statement_import_qif_fusionqifparser_parse_qif", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L59", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_to_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L125", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_detect_account_type", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L140", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_split_records", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L154", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser", "target": "bank_statement_import_qif_fusionqifparser_parse_record", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L181", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_parse_qif_date", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L257", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_parse_amount", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L280", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_fusionjournalqifimport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L317", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionjournalqifimport", "target": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L324", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionjournalqifimport", "target": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L331", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_bank_statement_import_qif_py", "target": "bank_statement_import_qif_is_qif_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L358", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_qif", "target": "bank_statement_import_qif_to_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L77", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_qif", "target": "bank_statement_import_qif_detect_account_type", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L81", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_qif", "target": "bank_statement_import_qif_split_records", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L84", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_qif", "target": "bank_statement_import_qif_fusionqifparser_parse_record", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L93", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_record", "target": "bank_statement_import_qif_parse_amount", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L220", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionqifparser_parse_record", "target": "bank_statement_import_qif_parse_qif_date", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L224", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "target": "bank_statement_import_qif_is_qif_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L335", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "target": "bank_statement_import_qif_fusionqifparser", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L338", "weight": 1.0}, {"source": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "target": "bank_statement_import_qif_fusionqifparser_parse_qif", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L340", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_16", "target": "bank_statement_import_qif_fusionqifparser", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L16", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_60", "target": "bank_statement_import_qif_fusionqifparser_parse_qif", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L60", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_126", "target": "bank_statement_import_qif_fusionqifparser_to_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L126", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_141", "target": "bank_statement_import_qif_fusionqifparser_detect_account_type", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L141", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_155", "target": "bank_statement_import_qif_fusionqifparser_split_records", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L155", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_182", "target": "bank_statement_import_qif_fusionqifparser_parse_record", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L182", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_258", "target": "bank_statement_import_qif_fusionqifparser_parse_qif_date", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L258", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_281", "target": "bank_statement_import_qif_fusionqifparser_parse_amount", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L281", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_318", "target": "bank_statement_import_qif_fusionjournalqifimport", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L318", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_325", "target": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L325", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_332", "target": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L332", "weight": 1.0}, {"source": "bank_statement_import_qif_rationale_359", "target": "bank_statement_import_qif_fusionjournalqifimport_is_qif_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L359", "weight": 1.0}], "raw_calls": [{"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "splitlines", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L78"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L87"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L88"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L92"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L95"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L98"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L99"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L103"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "max", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L104"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "min", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L105"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_qif", "callee": "strftime", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L109"}, {"caller_nid": "bank_statement_import_qif_to_text", "callee": "isinstance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L127"}, {"caller_nid": "bank_statement_import_qif_to_text", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L130"}, {"caller_nid": "bank_statement_import_qif_detect_account_type", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L144"}, {"caller_nid": "bank_statement_import_qif_detect_account_type", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L145"}, {"caller_nid": "bank_statement_import_qif_detect_account_type", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L145"}, {"caller_nid": "bank_statement_import_qif_detect_account_type", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L146"}, {"caller_nid": "bank_statement_import_qif_split_records", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L160"}, {"caller_nid": "bank_statement_import_qif_split_records", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L163"}, {"caller_nid": "bank_statement_import_qif_split_records", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L168"}, {"caller_nid": "bank_statement_import_qif_split_records", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L171"}, {"caller_nid": "bank_statement_import_qif_split_records", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L174"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L188"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L191"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L212"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L217"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L220"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L224"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L225"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L226"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L227"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "isoformat", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L236"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L236"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L237"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L238"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L241"}, {"caller_nid": "bank_statement_import_qif_fusionqifparser_parse_record", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L242"}, {"caller_nid": "bank_statement_import_qif_parse_qif_date", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L264"}, {"caller_nid": "bank_statement_import_qif_parse_qif_date", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L268"}, {"caller_nid": "bank_statement_import_qif_parse_qif_date", "callee": "strptime", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L268"}, {"caller_nid": "bank_statement_import_qif_parse_qif_date", "callee": "warning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L272"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "sub", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L286"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "rfind", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L293"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "rfind", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L294"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L297"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L297"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L300"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L303"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L304"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L304"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L306"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "replace", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L309"}, {"caller_nid": "bank_statement_import_qif_parse_amount", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L312"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L326"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_get_bank_statements_available_import_formats", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L327"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L336"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "callee": "exception", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L344"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L345"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L346"}, {"caller_nid": "bank_statement_import_qif_fusionjournalqifimport_parse_bank_statement_file", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L346"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "decode", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L361"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L363"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L367"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L367"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L368"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "startswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L368"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L373"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L373"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L374"}, {"caller_nid": "bank_statement_import_qif_is_qif_file", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/bank_statement_import_qif.py", "source_location": "L374"}]}