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

1 line
14 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "label": "test_bs_tb_integration.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L1"}, {"id": "test_bs_tb_integration_testbalancesheetintegration", "label": "TestBalanceSheetIntegration", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L11"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "label": ".test_balance_sheet_includes_total_assets()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L13"}, {"id": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "label": ".test_balance_sheet_total_assets_is_subtotal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L21"}, {"id": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_returns_period", "label": ".test_balance_sheet_returns_period()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L31"}, {"id": "test_bs_tb_integration_testtrialbalanceintegration", "label": "TestTrialBalanceIntegration", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L38"}, {"id": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "label": ".test_trial_balance_returns_all_5_groups()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L40"}, {"id": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "label": ".test_trial_balance_has_total_subtotal()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L48"}, {"id": "test_bs_tb_integration_rationale_1", "label": "Integration tests for balance sheet + trial balance.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L1"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L5", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "target": "odoo_addons_fusion_accounting_reports_services_date_periods", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "target": "test_bs_tb_integration_testbalancesheetintegration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L11", "weight": 1.0}, {"source": "test_bs_tb_integration_testbalancesheetintegration", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L11", "weight": 1.0}, {"source": "test_bs_tb_integration_testbalancesheetintegration", "target": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L13", "weight": 1.0}, {"source": "test_bs_tb_integration_testbalancesheetintegration", "target": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L21", "weight": 1.0}, {"source": "test_bs_tb_integration_testbalancesheetintegration", "target": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_returns_period", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L31", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "target": "test_bs_tb_integration_testtrialbalanceintegration", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L38", "weight": 1.0}, {"source": "test_bs_tb_integration_testtrialbalanceintegration", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L38", "weight": 1.0}, {"source": "test_bs_tb_integration_testtrialbalanceintegration", "target": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L40", "weight": 1.0}, {"source": "test_bs_tb_integration_testtrialbalanceintegration", "target": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L48", "weight": 1.0}, {"source": "test_bs_tb_integration_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_tests_test_bs_tb_integration_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L1", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "callee": "compute_balance_sheet", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L14"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L15"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L17"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L18"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_includes_total_assets", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L19"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "callee": "compute_balance_sheet", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L22"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L23"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "callee": "next", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L24"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "callee": "assertIsNotNone", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L28"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_total_assets_is_subtotal", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L29"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_returns_period", "callee": "compute_balance_sheet", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L32"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_returns_period", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L33"}, {"caller_nid": "test_bs_tb_integration_testbalancesheetintegration_test_balance_sheet_returns_period", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L34"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "callee": "Period", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L41"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L41"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L41"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "callee": "compute_trial_balance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L42"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_returns_all_5_groups", "callee": "assertIn", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L46"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "Period", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L49"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L49"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "date", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L49"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "compute_trial_balance", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L50"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L53"}, {"caller_nid": "test_bs_tb_integration_testtrialbalanceintegration_test_trial_balance_has_total_subtotal", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/tests/test_bs_tb_integration.py", "source_location": "L54"}]}