1 line
10 KiB
JSON
1 line
10 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "label": "account_journal_csv.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L1"}, {"id": "account_journal_csv_fusionjournalcsvimport", "label": "FusionJournalCSVImport", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L8"}, {"id": "account_journal_csv_fusionjournalcsvimport_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_csv.py", "source_location": "L16"}, {"id": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "label": "._is_spreadsheet_file()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L23"}, {"id": "account_journal_csv_fusionjournalcsvimport_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_csv.py", "source_location": "L31"}, {"id": "account_journal_csv_rationale_9", "label": "Extends the journal import pipeline with CSV, XLS, and XLSX support. Uploads", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L9"}, {"id": "account_journal_csv_rationale_17", "label": "Append spreadsheet formats to the list of importable types.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L17"}, {"id": "account_journal_csv_rationale_24", "label": "Return True when *filename* has a CSV/XLS/XLSX extension.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L24"}, {"id": "account_journal_csv_rationale_32", "label": "Intercept spreadsheet uploads and redirect them to the interactive colum", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L32"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_account_journal_csv_py", "target": "account_journal_csv_fusionjournalcsvimport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L8", "weight": 1.0}, {"source": "account_journal_csv_fusionjournalcsvimport", "target": "account_journal_csv_fusionjournalcsvimport_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_csv.py", "source_location": "L16", "weight": 1.0}, {"source": "account_journal_csv_fusionjournalcsvimport", "target": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L23", "weight": 1.0}, {"source": "account_journal_csv_fusionjournalcsvimport", "target": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L31", "weight": 1.0}, {"source": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "target": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L41", "weight": 1.0}, {"source": "account_journal_csv_rationale_9", "target": "account_journal_csv_fusionjournalcsvimport", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L9", "weight": 1.0}, {"source": "account_journal_csv_rationale_17", "target": "account_journal_csv_fusionjournalcsvimport_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_csv.py", "source_location": "L17", "weight": 1.0}, {"source": "account_journal_csv_rationale_24", "target": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L24", "weight": 1.0}, {"source": "account_journal_csv_rationale_32", "target": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L32", "weight": 1.0}], "raw_calls": [{"caller_nid": "account_journal_csv_fusionjournalcsvimport_get_bank_statements_available_import_formats", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L18"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_get_bank_statements_available_import_formats", "callee": "extend", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L19"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L25"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "callee": "endswith", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L27"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "callee": "strip", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L27"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_is_spreadsheet_file", "callee": "lower", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L27"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L39"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "bool", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L41"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L44"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L45"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "count", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L47"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "UserError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L48"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L48"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L49"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L52"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "dict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L55"}, {"caller_nid": "account_journal_csv_fusionjournalcsvimport_import_bank_statement", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/account_journal_csv.py", "source_location": "L56"}]} |