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

1 line
28 KiB
JSON

{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "label": "test_reconcile_engine_property.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L1"}, {"id": "test_reconcile_engine_property_testmatchingstrategyinvariants", "label": "TestMatchingStrategyInvariants", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L21"}, {"id": "transactioncase", "label": "TransactionCase", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "label": "test_amount_exact_picks_only_when_amount_matches()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L36"}, {"id": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "label": "test_fifo_picks_oldest_first()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L71"}, {"id": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "label": "test_multi_invoice_finds_combination_when_one_exists()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L107"}, {"id": "test_reconcile_engine_property_testreconcileengineinvariants", "label": "TestReconcileEngineInvariants", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L130"}, {"id": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "label": ".setUp()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L134"}, {"id": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "label": "._make_bank_line()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L150"}, {"id": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "label": "._make_invoice()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L164"}, {"id": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "label": "test_invariant_simple_reconcile_balances()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L190"}, {"id": "test_reconcile_engine_property_rationale_1", "label": "Property-based tests for reconcile engine invariants. Hypothesis generates rand", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L1"}, {"id": "test_reconcile_engine_property_rationale_22", "label": "Pure-Python invariants on the matching strategies (no ORM needed). Faster +", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L22"}, {"id": "test_reconcile_engine_property_rationale_38", "label": "AmountExactStrategy returns picks IFF some candidate amount matches bank", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L38"}, {"id": "test_reconcile_engine_property_rationale_72", "label": "FIFOStrategy picks candidates in order of decreasing age_days (oldest fi", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L72"}, {"id": "test_reconcile_engine_property_rationale_108", "label": "If amounts can sum to a target via <=3 elements, MultiInvoiceStrategy fi", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L108"}, {"id": "test_reconcile_engine_property_rationale_131", "label": "ORM-backed property tests against the engine. Slower because each test creat", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L131"}, {"id": "test_reconcile_engine_property_rationale_191", "label": "For any bank_amount = invoice_amount, reconcile_one produces: - exactly", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L191"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L7", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "hypothesis", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L9", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "odoo_tests_common", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "odoo_addons_fusion_accounting_bank_rec_services_matching_strategies", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L12", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_testmatchingstrategyinvariants", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L21", "weight": 1.0}, {"source": "test_reconcile_engine_property_testmatchingstrategyinvariants", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L21", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L36", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L71", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L107", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_testreconcileengineinvariants", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L130", "weight": 1.0}, {"source": "test_reconcile_engine_property_testreconcileengineinvariants", "target": "transactioncase", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L130", "weight": 1.0}, {"source": "test_reconcile_engine_property_testreconcileengineinvariants", "target": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L134", "weight": 1.0}, {"source": "test_reconcile_engine_property_testreconcileengineinvariants", "target": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L150", "weight": 1.0}, {"source": "test_reconcile_engine_property_testreconcileengineinvariants", "target": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "relation": "method", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L164", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "target": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L190", "weight": 1.0}, {"source": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "target": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L196", "weight": 1.0}, {"source": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "target": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L197", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_bank_rec_tests_test_reconcile_engine_property_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L1", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_22", "target": "test_reconcile_engine_property_testmatchingstrategyinvariants", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L22", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_38", "target": "test_reconcile_engine_property_testmatchingstrategyinvariants_test_amount_exact_picks_only_when_amount_matches", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L38", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_72", "target": "test_reconcile_engine_property_testmatchingstrategyinvariants_test_fifo_picks_oldest_first", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L72", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_108", "target": "test_reconcile_engine_property_testmatchingstrategyinvariants_test_multi_invoice_finds_combination_when_one_exists", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L108", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_131", "target": "test_reconcile_engine_property_testreconcileengineinvariants", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L131", "weight": 1.0}, {"source": "test_reconcile_engine_property_rationale_191", "target": "test_reconcile_engine_property_testreconcileengineinvariants_test_invariant_simple_reconcile_balances", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L191", "weight": 1.0}], "raw_calls": [{"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L41"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L41"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L42"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L44"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L45"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "AmountExactStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L45"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "any", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L48"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L49"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L51"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L52"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L56"}, {"caller_nid": "test_reconcile_engine_property_test_amount_exact_picks_only_when_amount_matches", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L58"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L75"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L75"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L77"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L79"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L80"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "FIFOStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L80"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "sorted", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L87"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "assertEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L88"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L90"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L93"}, {"caller_nid": "test_reconcile_engine_property_test_fifo_picks_oldest_first", "callee": "assertAlmostEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L95"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L110"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "Candidate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L112"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "enumerate", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L113"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L115"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "match", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L116"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "MultiInvoiceStrategy", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L116"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L120"}, {"caller_nid": "test_reconcile_engine_property_test_multi_invoice_finds_combination_when_one_exists", "callee": "assertAlmostEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L122"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "callee": "super", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L135"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L136"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L138"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L143"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_setup", "callee": "skipTest", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L148"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L151"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L155"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_bank_line", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L158"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "callee": "search", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L165"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L168"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "callee": "create", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L172"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "callee": "today", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L175"}, {"caller_nid": "test_reconcile_engine_property_testreconcileengineinvariants_make_invoice", "callee": "action_post", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L183"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "round", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L195"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "filtered", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L198"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "reconcile_one", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L201"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "assertGreater", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L204"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "len", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L205"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "browse", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L208"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "assertAlmostEqual", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L210"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "sum", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L211"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "mapped", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L211"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "invalidate_recordset", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L212"}, {"caller_nid": "test_reconcile_engine_property_test_invariant_simple_reconcile_balances", "callee": "assertTrue", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_bank_rec/tests/test_reconcile_engine_property.py", "source_location": "L213"}]}