1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "label": "test_account_fiscal_year.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L1"}, {"id": "test_account_fiscal_year_testfiscalposition", "label": "TestFiscalPosition", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L8"}, {"id": "accounttestinvoicingcommon", "label": "AccountTestInvoicingCommon", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "label": ".check_compute_fiscal_year()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L10"}, {"id": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "label": ".test_default_fiscal_year()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L24"}, {"id": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "label": ".test_leap_fiscal_year_1()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L44"}, {"id": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "label": ".test_leap_fiscal_year_2()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L64"}, {"id": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "label": ".test_custom_fiscal_year()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L84"}, {"id": "test_account_fiscal_year_rationale_11", "label": "Compute the fiscal year at a certain date for the company passed as parameter.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L11"}, {"id": "test_account_fiscal_year_rationale_25", "label": "Basic case with a fiscal year xxxx-01-01 - xxxx-12-31.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L25"}, {"id": "test_account_fiscal_year_rationale_45", "label": "Case with a leap year ending the 29 February.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L45"}, {"id": "test_account_fiscal_year_rationale_65", "label": "Case with a leap year ending the 28 February.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L65"}, {"id": "test_account_fiscal_year_rationale_85", "label": "Case with custom fiscal years.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L85"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "target": "odoo_addons_account_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L2", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "target": "odoo_tests", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L3", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "target": "odoo", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L4", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_work_in_progress_fusion_accounting_tests_test_account_fiscal_year_py", "target": "test_account_fiscal_year_testfiscalposition", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L8", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "accounttestinvoicingcommon", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L8", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L10", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L24", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L44", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L64", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition", "target": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L84", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L30", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L50", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L70", "weight": 1.0}, {"source": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L99", "weight": 1.0}, {"source": "test_account_fiscal_year_rationale_11", "target": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L11", "weight": 1.0}, {"source": "test_account_fiscal_year_rationale_25", "target": "test_account_fiscal_year_testfiscalposition_test_default_fiscal_year", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L25", "weight": 1.0}, {"source": "test_account_fiscal_year_rationale_45", "target": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_1", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L45", "weight": 1.0}, {"source": "test_account_fiscal_year_rationale_65", "target": "test_account_fiscal_year_testfiscalposition_test_leap_fiscal_year_2", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L65", "weight": 1.0}, {"source": "test_account_fiscal_year_rationale_85", "target": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L85", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "from_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L19"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "compute_fiscalyear_dates", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L20"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L21"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "from_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L21"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L22"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_check_compute_fiscal_year", "callee": "from_string", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L22"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L91"}, {"caller_nid": "test_account_fiscal_year_testfiscalposition_test_custom_fiscal_year", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/Work in Progress/fusion_accounting/tests/test_account_fiscal_year.py", "source_location": "L115"}]} |