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

1 line
24 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "label": "account_bank_statement_import_csv.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L1"}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv", "label": "AccountBankStmtImportCSV", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L14"}, {"id": "account_bank_statement_import_csv_get_fields_tree", "label": "get_fields_tree()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L22"}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "label": "._safe_float()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L61"}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "label": "._parse_import_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L65"}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "label": ".parse_preview()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L168"}, {"id": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "label": ".execute_import()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L174"}, {"id": "account_bank_statement_import_csv_rationale_15", "label": "Extends the standard CSV import to support bank-statement-specific columns s", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L15"}, {"id": "account_bank_statement_import_csv_rationale_23", "label": "Append virtual monetary columns (balance, debit, credit) when the import", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L23"}, {"id": "account_bank_statement_import_csv_rationale_62", "label": "Safely convert a string or empty value to float, defaulting to 0.0.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L62"}, {"id": "account_bank_statement_import_csv_rationale_169", "label": "Inject bank statement context flag when previewing CSV data.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L169"}, {"id": "account_bank_statement_import_csv_rationale_175", "label": "Execute the import, wrapping bank statement rows into a statement record", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L175"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "psycopg2", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "odoo_addons_base_import_models_base_import", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L14", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_wizard_account_bank_statement_import_csv_py", "target": "account_bank_statement_import_csv_get_fields_tree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L22", "weight": 1.0}, {"source": "account_bank_statement_import_csv_accountbankstmtimportcsv", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L61", "weight": 1.0}, {"source": "account_bank_statement_import_csv_accountbankstmtimportcsv", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L65", "weight": 1.0}, {"source": "account_bank_statement_import_csv_accountbankstmtimportcsv", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L168", "weight": 1.0}, {"source": "account_bank_statement_import_csv_accountbankstmtimportcsv", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L174", "weight": 1.0}, {"source": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L122", "weight": 1.0}, {"source": "account_bank_statement_import_csv_rationale_15", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L15", "weight": 1.0}, {"source": "account_bank_statement_import_csv_rationale_23", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_get_fields_tree", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L23", "weight": 1.0}, {"source": "account_bank_statement_import_csv_rationale_62", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L62", "weight": 1.0}, {"source": "account_bank_statement_import_csv_rationale_169", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L169", "weight": 1.0}, {"source": "account_bank_statement_import_csv_rationale_175", "target": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L175", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_bank_statement_import_csv_get_fields_tree", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L25"}, {"caller_nid": "account_bank_statement_import_csv_get_fields_tree", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L27"}, {"caller_nid": "account_bank_statement_import_csv_get_fields_tree", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L57"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_safe_float", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L63"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L67"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L69"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L70"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L80"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L81"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L87"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L93"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "from_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L95"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L99"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L106"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L106"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L110"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L111"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "_parse_float_from_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L112"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "_parse_float_from_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L113"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L114"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L119"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "_parse_float_from_data", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L120"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L123"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L129"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L130"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "remove", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L135"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "remove", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L139"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "remove", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L140"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L143"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L144"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L149"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L150"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L152"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L153"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L156"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L159"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "index", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L163"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_import_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L164"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L170"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "callee": "with_context", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L171"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_parse_preview", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L172"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L177"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "savepoint", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L178"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L179"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L182"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L184"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L184"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L185"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L188"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "suppress", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L193"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "close", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L194"}, {"caller_nid": "account_bank_statement_import_csv_accountbankstmtimportcsv_execute_import", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/wizard/account_bank_statement_import_csv.py", "source_location": "L198"}]}