1 line
20 KiB
JSON
1 line
20 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "label": "cash_basis_report.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L1"}, {"id": "cash_basis_report_fusioncashbasisreport", "label": "FusionCashBasisReport", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L17"}, {"id": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "label": "._custom_options_initializer()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L39"}, {"id": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "label": "._dynamic_lines_generator()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L57"}, {"id": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "label": "._compute_cash_basis_data()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L101"}, {"id": "cash_basis_report_fusioncashbasisreport_build_section_line", "label": "._build_section_line()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L191"}, {"id": "cash_basis_report_fusioncashbasisreport_build_detail_line", "label": "._build_detail_line()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L209"}, {"id": "cash_basis_report_rationale_18", "label": "Cash basis report custom handler. Unlike the standard accrual-based reporti", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L18"}, {"id": "cash_basis_report_rationale_40", "label": "Add cash-basis specific options to the report.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L40"}, {"id": "cash_basis_report_rationale_58", "label": "Generate report lines based on cash basis (payment date) accounting. Re", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L58"}, {"id": "cash_basis_report_rationale_102", "label": "Compute cash basis amounts grouped by revenue/expense. Queries reconcil", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L102"}, {"id": "cash_basis_report_rationale_192", "label": "Build a section header line for the report. :param section_id: unique i", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L192"}, {"id": "cash_basis_report_rationale_210", "label": "Build a detail line for a single cash-basis entry. :param entry: dict w", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L210"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L11", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "target": "odoo_tools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_models_cash_basis_report_py", "target": "cash_basis_report_fusioncashbasisreport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L17", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport", "target": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L39", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport", "target": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L57", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport", "target": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L101", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport", "target": "cash_basis_report_fusioncashbasisreport_build_section_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L191", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport", "target": "cash_basis_report_fusioncashbasisreport_build_detail_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L209", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "target": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L68", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "target": "cash_basis_report_fusioncashbasisreport_build_section_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L72", "weight": 1.0}, {"source": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "target": "cash_basis_report_fusioncashbasisreport_build_detail_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L77", "weight": 1.0}, {"source": "cash_basis_report_rationale_18", "target": "cash_basis_report_fusioncashbasisreport", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L18", "weight": 1.0}, {"source": "cash_basis_report_rationale_40", "target": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L40", "weight": 1.0}, {"source": "cash_basis_report_rationale_58", "target": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L58", "weight": 1.0}, {"source": "cash_basis_report_rationale_102", "target": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L102", "weight": 1.0}, {"source": "cash_basis_report_rationale_192", "target": "cash_basis_report_fusioncashbasisreport_build_section_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L192", "weight": 1.0}, {"source": "cash_basis_report_rationale_210", "target": "cash_basis_report_fusioncashbasisreport_build_detail_line", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L210", "weight": 1.0}], "raw_calls": [{"caller_nid": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L41"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L44"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_custom_options_initializer", "callee": "_init_options_journals", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L47"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L64"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L71"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L71"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L72"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L74"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L76"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L76"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L76"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L77"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L80"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L80"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L81"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L83"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L85"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L85"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L85"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L86"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L89"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L90"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_dynamic_lines_generator", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L92"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L112"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L113"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L113"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L114"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L114"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L156"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "tuple", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L156"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "dictfetchall", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L157"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "set", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L159"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "add", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L164"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L173"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L177"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L181"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_compute_cash_basis_data", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L183"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_build_section_line", "callee": "_build_column_dict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L199"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_build_section_line", "callee": "_get_generic_line_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L201"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_build_detail_line", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L216"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_build_detail_line", "callee": "_build_column_dict", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L219"}, {"caller_nid": "cash_basis_report_fusioncashbasisreport_build_detail_line", "callee": "_get_generic_line_id", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/models/cash_basis_report.py", "source_location": "L224"}]} |