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

1 line
39 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "label": "account_journal.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L1"}, {"id": "account_journal_fusionaccountjournal", "label": "FusionAccountJournal", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L9"}, {"id": "account_journal_fusionaccountjournal_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/account_journal.py", "source_location": "L17"}, {"id": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "label": ".__get_bank_statements_available_sources()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L22"}, {"id": "account_journal_fusionaccountjournal_create_document_from_attachment", "label": ".create_document_from_attachment()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L37"}, {"id": "account_journal_fusionaccountjournal_import_bank_statement", "label": "._import_bank_statement()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L49"}, {"id": "account_journal_fusionaccountjournal_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/account_journal.py", "source_location": "L128"}, {"id": "account_journal_fusionaccountjournal_check_parsed_data", "label": "._check_parsed_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L148"}, {"id": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "label": "._statement_import_check_bank_account()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L168"}, {"id": "account_journal_fusionaccountjournal_find_additional_data", "label": "._find_additional_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L180"}, {"id": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "label": "._complete_bank_statement_vals()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L238"}, {"id": "account_journal_fusionaccountjournal_create_bank_statements", "label": "._create_bank_statements()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L272"}, {"id": "account_journal_rationale_10", "label": "Extends journals with a pluggable bank-statement file import pipeline. Sub-m", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L10"}, {"id": "account_journal_rationale_18", "label": "Return a list of supported file-format labels (e.g. 'OFX'). Override in", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L18"}, {"id": "account_journal_rationale_23", "label": "Append file-import option to the bank-statement source selector when at", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L23"}, {"id": "account_journal_rationale_38", "label": "Route attachment uploads to the bank-statement importer when the journal", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L38"}, {"id": "account_journal_rationale_50", "label": "Orchestrate the full import pipeline: parse -> validate -> find journal", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L50"}, {"id": "account_journal_rationale_129", "label": "Parse *attachment* into structured statement data. Each module that adds", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L129"}, {"id": "account_journal_rationale_149", "label": "Verify that the parsed data contains at least one statement with at leas", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L149"}, {"id": "account_journal_rationale_169", "label": "Compare *acct_number* against the journal's bank account, accommodating", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L169"}, {"id": "account_journal_rationale_181", "label": "Locate the matching journal based on currency and account number, creati", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L181"}, {"id": "account_journal_rationale_239", "label": "Enrich raw parsed values with journal references, unique import IDs, and", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L239"}, {"id": "account_journal_rationale_273", "label": "Create bank statements from the enriched values, skipping duplicate tran", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L273"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "target": "odoo_addons_base_models_res_bank", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_py", "target": "account_journal_fusionaccountjournal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L9", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L17", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L22", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_create_document_from_attachment", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L37", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_import_bank_statement", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L49", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_parse_bank_statement_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L128", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_check_parsed_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L148", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L168", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_find_additional_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L180", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L238", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal", "target": "account_journal_fusionaccountjournal_create_bank_statements", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L272", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "target": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L26", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_create_document_from_attachment", "target": "account_journal_fusionaccountjournal_import_bank_statement", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L45", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_import_bank_statement", "target": "account_journal_fusionaccountjournal_parse_bank_statement_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L64", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_import_bank_statement", "target": "account_journal_fusionaccountjournal_check_parsed_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L65", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_import_bank_statement", "target": "account_journal_fusionaccountjournal_find_additional_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L66", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_import_bank_statement", "target": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L73", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_import_bank_statement", "target": "account_journal_fusionaccountjournal_create_bank_statements", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L76", "weight": 1.0}, {"source": "account_journal_fusionaccountjournal_find_additional_data", "target": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L211", "weight": 1.0}, {"source": "account_journal_rationale_10", "target": "account_journal_fusionaccountjournal", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L10", "weight": 1.0}, {"source": "account_journal_rationale_18", "target": "account_journal_fusionaccountjournal_get_bank_statements_available_import_formats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L18", "weight": 1.0}, {"source": "account_journal_rationale_23", "target": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L23", "weight": 1.0}, {"source": "account_journal_rationale_38", "target": "account_journal_fusionaccountjournal_create_document_from_attachment", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L38", "weight": 1.0}, {"source": "account_journal_rationale_50", "target": "account_journal_fusionaccountjournal_import_bank_statement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L50", "weight": 1.0}, {"source": "account_journal_rationale_129", "target": "account_journal_fusionaccountjournal_parse_bank_statement_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L129", "weight": 1.0}, {"source": "account_journal_rationale_149", "target": "account_journal_fusionaccountjournal_check_parsed_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L149", "weight": 1.0}, {"source": "account_journal_rationale_169", "target": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L169", "weight": 1.0}, {"source": "account_journal_rationale_181", "target": "account_journal_fusionaccountjournal_find_additional_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L181", "weight": 1.0}, {"source": "account_journal_rationale_239", "target": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L239", "weight": 1.0}, {"source": "account_journal_rationale_273", "target": "account_journal_fusionaccountjournal_create_bank_statements", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L273", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L25"}, {"caller_nid": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "callee": "sort", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L28"}, {"caller_nid": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L29"}, {"caller_nid": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L30"}, {"caller_nid": "account_journal_fusionaccountjournal_get_bank_statements_available_sources", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L32"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L40"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L40"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L42"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L44"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L44"}, {"caller_nid": "account_journal_fusionaccountjournal_create_document_from_attachment", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L46"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "any", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L55"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L56"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L56"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L69"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L70"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L77"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L81"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L92"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_cron_try_auto_reconcile_statement_lines", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L98"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_action_open_bank_reconciliation_widget", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L102"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L112"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "join", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L113"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "items", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L114"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "commit", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L117"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "RedirectWarning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L118"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L120"}, {"caller_nid": "account_journal_fusionaccountjournal_import_bank_statement", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L123"}, {"caller_nid": "account_journal_fusionaccountjournal_parse_bank_statement_file", "callee": "RedirectWarning", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L136"}, {"caller_nid": "account_journal_fusionaccountjournal_parse_bank_statement_file", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L137"}, {"caller_nid": "account_journal_fusionaccountjournal_parse_bank_statement_file", "callee": "ref", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L139"}, {"caller_nid": "account_journal_fusionaccountjournal_parse_bank_statement_file", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L140"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L152"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L152"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "any", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L157"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L158"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L161"}, {"caller_nid": "account_journal_fusionaccountjournal_check_parsed_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L161"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "split", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L171"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L173"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L173"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L173"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L176"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L176"}, {"caller_nid": "account_journal_fusionaccountjournal_statement_import_check_bank_account", "callee": "upper", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L176"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "sanitize_account_number", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L185"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L188"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L192"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L192"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "set_bank_account", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L199"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L201"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L205"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L208"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L212"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L212"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L224"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L224"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L232"}, {"caller_nid": "account_journal_fusionaccountjournal_find_additional_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L233"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L242"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L247"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "sanitize_account_number", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L249"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L253"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L254"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L256"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L257"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L262"}, {"caller_nid": "account_journal_fusionaccountjournal_complete_bank_statement_vals", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L266"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L289"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L292"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L292"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L297"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L299"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L300"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L301"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "pop", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L304"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L306"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "with_context", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L306"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L311"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L312"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L314"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "action_generate_attachment", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L315"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L318"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L318"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L321"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L323"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L326"}, {"caller_nid": "account_journal_fusionaccountjournal_create_bank_statements", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal.py", "source_location": "L328"}]}