1 line
32 KiB
JSON
1 line
32 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "label": "fusion_report_engine.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L1"}, {"id": "fusion_report_engine_fusionreportengine", "label": "FusionReportEngine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L31"}, {"id": "fusion_report_engine_compute_pnl", "label": "compute_pnl()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L40"}, {"id": "fusion_report_engine_compute_balance_sheet", "label": "compute_balance_sheet()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L58"}, {"id": "fusion_report_engine_compute_trial_balance", "label": "compute_trial_balance()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L77"}, {"id": "fusion_report_engine_compute_gl", "label": "compute_gl()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L95"}, {"id": "fusion_report_engine_drill_down", "label": "drill_down()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L124"}, {"id": "fusion_report_engine_compute_partner_grouped", "label": "compute_partner_grouped()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L140"}, {"id": "fusion_report_engine_fusionreportengine_get_report", "label": "._get_report()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L267"}, {"id": "fusion_report_engine_fusionreportengine_fetch_accounts", "label": "._fetch_accounts()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L327"}, {"id": "fusion_report_engine_fusionreportengine_aggregate_period", "label": "._aggregate_period()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L347"}, {"id": "fusion_report_engine_fusionreportengine_compute", "label": "._compute()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L375"}, {"id": "fusion_report_engine_rationale_1", "label": "The reports engine - orchestrator for all report computation. 5-method public A", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L1"}, {"id": "fusion_report_engine_rationale_44", "label": "Income statement (P&L) for the given period. ``report_code`` selects be", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L44"}, {"id": "fusion_report_engine_rationale_62", "label": "Balance sheet AS OF date_to. Period.date_from is set to a far-past date", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L62"}, {"id": "fusion_report_engine_rationale_81", "label": "Trial balance for the given period - every account with non-zero balance", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L81"}, {"id": "fusion_report_engine_rationale_99", "label": "General ledger for the given period. Returns per-account move-line list", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L99"}, {"id": "fusion_report_engine_rationale_128", "label": "Drill into a report line: list the journal items behind it.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L128"}, {"id": "fusion_report_engine_rationale_144", "label": "Per-partner aggregation report (Aged Receivable, Aged Payable, Partner L", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L144"}, {"id": "fusion_report_engine_rationale_271", "label": "Look up the active fusion.report definition. When ``code`` is provided,", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L271"}, {"id": "fusion_report_engine_rationale_328", "label": "Fetch all accounts for a company, return flat dict + tree.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L328"}, {"id": "fusion_report_engine_rationale_348", "label": "SQL aggregate per account_id for a period. Raw SQL for performance; thi", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L348"}, {"id": "fusion_report_engine_rationale_379", "label": "Shared computation pipeline. Returns dict with rows, totals, metadata.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L379"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L16", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L17", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L19", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "odoo_exceptions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L20", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_account_hierarchy_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L22", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_date_periods_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L23", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_drill_down_resolver_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L24", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_line_resolver_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L25", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L26", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_fusionreportengine", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L31", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_compute_pnl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L40", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_compute_balance_sheet", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L58", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_compute_trial_balance", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L77", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_compute_gl", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L95", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_drill_down", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L124", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "target": "fusion_report_engine_compute_partner_grouped", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L140", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L267", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine", "target": "fusion_report_engine_fusionreportengine_fetch_accounts", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L327", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine", "target": "fusion_report_engine_fusionreportengine_aggregate_period", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L347", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L375", "weight": 1.0}, {"source": "fusion_report_engine_compute_pnl", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L50", "weight": 1.0}, {"source": "fusion_report_engine_compute_pnl", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L53", "weight": 1.0}, {"source": "fusion_report_engine_compute_balance_sheet", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L64", "weight": 1.0}, {"source": "fusion_report_engine_compute_balance_sheet", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L72", "weight": 1.0}, {"source": "fusion_report_engine_compute_trial_balance", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L87", "weight": 1.0}, {"source": "fusion_report_engine_compute_trial_balance", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L90", "weight": 1.0}, {"source": "fusion_report_engine_compute_gl", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L102", "weight": 1.0}, {"source": "fusion_report_engine_compute_gl", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L106", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine_compute", "target": "fusion_report_engine_fusionreportengine_fetch_accounts", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L383", "weight": 1.0}, {"source": "fusion_report_engine_fusionreportengine_compute", "target": "fusion_report_engine_fusionreportengine_aggregate_period", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L385", "weight": 1.0}, {"source": "fusion_report_engine_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_models_fusion_report_engine_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L1", "weight": 1.0}, {"source": "fusion_report_engine_rationale_44", "target": "fusion_report_engine_fusionreportengine_compute_pnl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L44", "weight": 1.0}, {"source": "fusion_report_engine_rationale_62", "target": "fusion_report_engine_fusionreportengine_compute_balance_sheet", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L62", "weight": 1.0}, {"source": "fusion_report_engine_rationale_81", "target": "fusion_report_engine_fusionreportengine_compute_trial_balance", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L81", "weight": 1.0}, {"source": "fusion_report_engine_rationale_99", "target": "fusion_report_engine_fusionreportengine_compute_gl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L99", "weight": 1.0}, {"source": "fusion_report_engine_rationale_128", "target": "fusion_report_engine_fusionreportengine_drill_down", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L128", "weight": 1.0}, {"source": "fusion_report_engine_rationale_144", "target": "fusion_report_engine_fusionreportengine_compute_partner_grouped", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L144", "weight": 1.0}, {"source": "fusion_report_engine_rationale_271", "target": "fusion_report_engine_fusionreportengine_get_report", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L271", "weight": 1.0}, {"source": "fusion_report_engine_rationale_328", "target": "fusion_report_engine_fusionreportengine_fetch_accounts", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L328", "weight": 1.0}, {"source": "fusion_report_engine_rationale_348", "target": "fusion_report_engine_fusionreportengine_aggregate_period", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L348", "weight": 1.0}, {"source": "fusion_report_engine_rationale_379", "target": "fusion_report_engine_fusionreportengine_compute", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L379", "weight": 1.0}], "raw_calls": [{"caller_nid": "fusion_report_engine_compute_balance_sheet", "callee": "Period", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L67"}, {"caller_nid": "fusion_report_engine_compute_balance_sheet", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L68"}, {"caller_nid": "fusion_report_engine_compute_gl", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L110"}, {"caller_nid": "fusion_report_engine_compute_gl", "callee": "keys", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L110"}, {"caller_nid": "fusion_report_engine_compute_gl", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L110"}, {"caller_nid": "fusion_report_engine_compute_gl", "callee": "fetch_drill_down", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L112"}, {"caller_nid": "fusion_report_engine_drill_down", "callee": "fetch_drill_down", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L130"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L158"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L158"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L167"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L168"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L177"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L178"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "timedelta", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L179"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L181"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "list", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L230"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "dictfetchall", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L235"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L236"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L239"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L240"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L241"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L242"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L243"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L244"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L248"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L253"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L254"}, {"caller_nid": "fusion_report_engine_compute_partner_grouped", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L260"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L278"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L287"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L293"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L294"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L297"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L298"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L309"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L316"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "ValidationError", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L322"}, {"caller_nid": "fusion_report_engine_fusionreportengine_get_report", "callee": "_", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L323"}, {"caller_nid": "fusion_report_engine_fusionreportengine_fetch_accounts", "callee": "sudo", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L329"}, {"caller_nid": "fusion_report_engine_fusionreportengine_fetch_accounts", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L330"}, {"caller_nid": "fusion_report_engine_fusionreportengine_fetch_accounts", "callee": "build_tree", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L344"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "execute", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L351"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "fetchall", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L367"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "TotalLine", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L368"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L369"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L370"}, {"caller_nid": "fusion_report_engine_fusionreportengine_aggregate_period", "callee": "float", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L371"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "_comp_period", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L390"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "_resolve_lines", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L394"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L406"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L407"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L412"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "str", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L413"}, {"caller_nid": "fusion_report_engine_fusionreportengine_compute", "callee": "items", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/models/fusion_report_engine.py", "source_location": "L422"}]} |